My xorg.conf:
Code:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
<SNIP>
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
Load "dri"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "on"
Option "InputFashion" "Mouse"
Option "Name" "Synaptics;Touchpad"
Option "Protocol" "explorerps/2"
Option "SHMConfig" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Generic Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 352 220
HorizSync 30-78
Identifier "Monitor[0]"
ModelName "LCD MONITOR"
Option "DPMS"
VendorName "___"
VertRefresh 43-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "$
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "$
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "MOBILITY RADEON X1400 (M54 7145)"
BusID "1:0:0"
Driver "fglrx"
Identifier "Device[0]"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "Stereo" "off"
Option "FSAAScale" "1"
Option "FSAAMSPosY4" "0.000000"
Option "CapabilitiesEx" "0x00000000"
Option "no_dri" "no"
Option "PseudoColorVisuals" "off"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosX2" "0.000000"
#Option "NoDDC"
Option "FSAAMSPosY5" "0.000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "KernelModuleParm" "locked-userpages=0"
Option "CenterMode" "off"
Option "no_accel" "no"
Option "FSAADisableGamma" "no"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "UseInternalAGPGART" "no"
Option "mtrr" "off"
Option "StereoSyncEnable" "1"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "ForceGenericCPU" "no"
Option "Capabilities" "0x00000000"
Option "UseFastTLS" "0"
Option "DesktopSetup" "Clone"
Option "HSync2" "31-48"
Option "ForceMonitors" "auto,crt1"
Option "Mode2" "1024x768"
Option "GammaCorrectionI" "0x00000000"
Option "SaXDualHSync" "31-48"
Option "SaXDualHead" ""
Option "SaXDualMode" "Clone"
Option "SaXDualMonitorModel" "1024X768@60HZ"
Option "SaXDualMonitorVendor" "--> VESA"
Option "SaXDualOrientation" "LeftOf"
Option "SaXDualResolution" "1024x768"
Option "SaXDualVSync" "50-60"
Option "VRefresh2" "50-60"
Option "GammaCorrectionII" "0x00000000"
Option "FSAACustomizeMSPos" "no"
Option "ScreenOverlap" "0"
Option "BlockSignalsOnLock" "on"
Option "FSAAEnable" "no"
VendorName "ATI"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
I tried removing the different modlines:
in device, in monitor, the modes block.
I'll try the command tonight and see whether it will work...
I find my xorg.conf very messy, I;ve been using this one for ages and added some crap in to solve some old problems with XGL. Perhaps a lot can be deleted, but I'm not sure what.