Like I said last time....with ONE screen and monitor section you get clone mode by default. Also, you have a duplicate Device section for no reason!
Here's a simple conf that I use on a laptop:
Notice the parts in bold. It works perfectly.Code:Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen01" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Acer" Option "VendorName" "Acer" Option "ModelName" "Laptop Crap" Option "DPMS" "true" EndSection Section "Device" Identifier "Mobility_9700" Driver "fglrx" Option "PseudoColorVisuals" "off" Option "Capabilities" "0x00000800" Option "OpenGLOverlay" "off" Option "VideoOverlay" "on" Option "DRI" "true" Option "backingstore" "true" EndSection Section "Screen" Identifier "Screen01" Device "Mobility_9700" Monitor "Acer" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection


Reply With Quote

