Section "Files" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" # Load "extmod" but omit DGA extension # (the DGA extension is broken in the fglrx driver) SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "DontZap" "true" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "on" # Set up a very small touchpad area so that the up/down # and left/right scrolling areas take up the entire # touchpad. This makes it possible to use the entire # touchpad for scrolling and the superior trackpoint # for cursor movement. Option "UpDownScrolling" "1" Option "LeftRightScrolling" "1" Option "LeftEdge" "0" Option "RightEdge" "1" Option "TopEdge" "0" Option "BottomEdge" "1" Option "TapButton1" "0" Option "TapButton2" "0" Option "TapButton3" "0" # The above non-standard settings for the edges # creates some funky corner areas so turn # off all corner button options. Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "LTCornerButton" "0" Option "RBCornerButton" "0" EndSection # Proprietary ATI fglrx driver config Section "Device" Identifier "ATI Radeon Mobility X300 (ATI fglrx)" Driver "fglrx" BusID "PCI:1:0:0" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Use internal AGP GART support? === # If OpenGL acceleration doesn't work, try using "yes" here # and disable the kernel agpgart driver. Option "UseInternalAGPGART" "no" # Enable S-Video (TV-out) port (fglrx driver only) Option "ForceMonitors" "lvds,tv" # Enable "BigDesktop" mode # Option "DesktopSetup" "single" # Option "DesktopSetup" "clone" # Option "DesktopSetup" "mirror" # Option "DesktopSetup" "horizontal" # Option "DesktopSetup" "horizontal,reverse" # Option "DesktopSetup" "vertical,reverse" # Option "DesktopSetup" "vertical" EndSection # Open source radeon driver config Section "Device" Identifier "ATI Radeon Mobility X300 (X.org radeon)" Driver "radeon" BusID "PCI:1:0:0" Option "DynamicClocks" "on" Option "SWcursor" "on" Option "SilkenMouse" "off" EndSection Section "Monitor" Identifier "Laptop LCD" Option "DPMS" # Set monitor size correctly to 286x214 mm because # the x.org radeon driver and ati's fglrx driver # both get it wrong resulting in incorrect DPI settings # (EDID reporting incorrect values?) DisplaySize 286 214 EndSection Section "Screen" Identifier "Default Screen" # Device "ATI Radeon Mobility X300 (ATI fglrx)" Device "ATI Radeon Mobility X300 (X.org radeon)" Monitor "Laptop LCD" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "" "1280x960" "" "1152x864" "" "1024x768" "" "800x600" "" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection