# /etc/X11/xorg.conf # # 2004-09-12 Henrik Brix Andersen # # Notes: # * Config for the X.Org Foundation X11R6.7.0 release # # Hardware: # * IBM Thinkpad X31 Section "Files" # location of RGB database RgbPath "/usr/X11R6/lib/X11/rgb" # local font server on unix socket FontPath "unix/:-1" EndSection Section "ServerFlags" Option "DefaultServerLayout" "Mirror" #Option "DefaultServerLayout" "Xinerama" #Option "DefaultServerLayout" "Multihead" # using acpi-enabled kernel - /dev/apm_bios not present Option "PM" "off" EndSection Section "Module" Load "dbe" # double-buffering extension Load "extmod" # commonly used server extensions Load "fbdevhw" # functions for talking to framebuffer device Load "dri" # direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "v4l" # video4linux Load "record" # Xevent recorder # following two modules needed if not running xfs Load "freetype" # freetype font rasterer Load "type1" # type 1 font rasterer EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" # the microsoftinet model has support for the # forward/backward buttons Option "XkbModel" "microsoftinet" Option "XkbLayout" "dk" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Radeon LCD" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility M6 LY" # BusID and Screen are for multihead/xinerama set up BusID "PCI:1:00:0" Screen 0 Option "AGPMode" "4" Option "AGPFastWrite" "yes" Option "EnablePageFlip" "yes" EndSection Section "Device" Identifier "ATI Radeon VGA Out" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility M6 LY" # BusID and Screen are for multihead/xinerama set up BusID "PCI:1:00:0" Screen 1 EndSection Section "Monitor" Identifier "LCD" VendorName "Laptop Display Panel" ModelName "1024x768" DisplaySize 245 185 Option "dpms" EndSection Section "Monitor" Identifier "External Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 68.0 VertRefresh 50.0 - 110.0 Option "dpms" EndSection Section "Screen" Identifier "LCD Screen" Device "ATI Radeon LCD" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "External Screen" Device "ATI Radeon VGA Out" Monitor "External Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "Mirror" Screen "LCD Screen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Xinerama" Screen "LCD Screen" Screen "External Screen" LeftOf "LCD Screen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" Option "Xinerama" "on" EndSection Section "ServerLayout" Identifier "Multihead" Screen "LCD Screen" Screen "External Screen" LeftOf "LCD Screen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection