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:
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.
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.