# Hardware: # * IBM Thinkpad X31 Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" FontPath "unix/:7100" FontPath "/usr/X11R6/lib/X11/fonts/japanese" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" EndSection Section "Module" Load "dbe" # Double-buffering Load "GLcore" # OpenGL support Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "record" # X event recorder Load "type1" # Adobe Type 1 font handler Load "freetype" # TrueType font handler EndSection Section "Extensions" Option "Composite" "on" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "Xkbdisable" #Option "XkbRules" "xorg" #Option "XkbLayout" "us" #Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "on" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Radeon" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility M6 LY" Option "AGPMode" "4" Option "AGPFastWrite" "on" Option "EnablePageFlip" "on" Option "RenderAccel" "on" Option "DynamicClocks" "on" Option "BIOSHotkeys" "on" # enable radeon specific xinerama # Option "MergedFB" "on" Option "MergedFB" "off" # external monitor timings Option "CRT2HSync" "30.0-68.0" Option "CRT2VRefresh" "50.0-110.0" Option "MonitorLayout" "LVDS, TMDS" # Option "MetaModes" "1024x768-1280x1024" Option "CRT2Position" "Clone" # Option "CRT2Position" "LeftOf" # Option "CRT2Position" "RightOf" # Option "CRT2Position" "Above" # Option "CRT2Position" "Below" EndSection Section "Monitor" Identifier "Monitor" VendorName "Unknown" ModelName "Unknown" # comment this out when using MergedFB DisplaySize 245 185 Option "dpms" EndSection Section "Screen" Identifier "Screen" Device "ATI Radeon" Monitor "Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" # uncomment this for MergedFB # Virtual 1024 1536 EndSubsection EndSection Section "ServerLayout" Identifier "ServerLayout" Screen "Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection