Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blindeye

Pages: [1]
1
Installation issues / Re: Failed to setup X
« on: January 09, 2011, 03:17:57 am »
I edited the pluto.conf and set the flags UseVideoWizard=0 and/or AVWizardOverride=0, if that is correct then it had no effect, still Failed to setup X.

This is my current xorg.conf:

Code: [Select]
Section "Device"
Identifier "Configured Video Device"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "true"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
Option "ConnectedMonitor" "CRT"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 20-500
VertRefresh 59-61
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Option "XvmcUsesTextures" "true"
Option "renderAccel" "true"
Option "NoDDCValue"
Option "UseEDID" "true"
Option "ExactModeTimingsDVI" "true"
Option "NoLogo" "true"
Option "NoBandWidthTest" "true"
Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
Option "DynamicTwinView" "false"
Option "UseEvents" "true"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "Extensions"
Option "Composite" "false"
Option "RENDER" "true"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection

That was copied over from the xorg.conf.pluto.avwizard, the default xorg.conf works as well.
Basically now I hit Alt-F2, login and type startx.  KDE will load, the kb and mouse work now too, I'm posting this from the LinuxMCE box.

2
Installation issues / Re: Failed to setup X
« on: January 05, 2011, 05:38:25 am »
I'm having the same issue only trying with a core - I have a board with the Intel GMA 3150 and get 'Failed to setup X' on first boot. 
Been Google searching for 7 hours and haven't turned up anything...
startx will load KDE ( but mouse doesn't work, and can only Alt-F1 then ctrl-c to kill the x session ).

Any ideas..?

Pages: [1]