Section "dri" Mode 0666 EndSection Section "Module" Load "dbe" # Double buffer extension Load "bitmap" Load "ddc" Load "extmod" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" Load "extmod" Load "type1" Load "freetype" Load "glx" # libglx.a Load "dri" # libdri.a EndSection Section "Files" 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" Option "DontVTSwitch" "off" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "CoreKeyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "CorePointer" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" HorizSync 30-75 VertRefresh 40-85 EndSection Section "Monitor" Identifier "External Monitor" Option "DPMS" HorizSync 30-81 VertRefresh 40-85 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "ATI Graphics Adapter DVI" Driver "ati" # Option "AGPFastWrite" "1" # Option "AGPMode" "8" Option "MonitorLayout" "LVDS,CRT" Screen 0 EndSection Section "Device" Identifier "ATI Graphics Adapter" Driver "ati" # Option "AGPFastWrite" "1" # Option "AGPMode" "8" Option "MonitorLayout" "LVDS,CRT" Screen 1 EndSection Section "Screen" Identifier "LaptopScreen" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 Modes "1680x1050" "1400x1050" "1280x1024" ViewPort 0 0 # initial origin if mode is smaller than desktop EndSubsection EndSection Section "Screen" Identifier "PanelScreen" Device "ATI Graphics Adapter DVI" Monitor "External Monitor" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 Modes "1920x1200" "1680x1050" "1400x1050" "1280x1024" ViewPort 0 0 # initial origin if mode is smaller than desktop EndSubsection EndSection Section "ServerLayout" Identifier "Server Layout" Screen "PanelScreen" InputDevice "Mouse" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection