Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "xtrap" Load "record" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" # FontPath "/usr/share/fonts/CID/" # FontPath "/usr/share/fonts/Speedo/" # FontPath "/usr/share/fonts/TrueType/" # FontPath "/usr/share/fonts/freefont/" EndSection Section "InputDevice" Identifier "PCKeyboard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us,sk_qwerty" Option "XKbOptions" "grp:ctrls_toggle,grp_led:scroll" # grp:alt_shift_toggle EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Protocol" "auto" # "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" Option "ZAxisMapping" "4 5" EndSection # internal video output Section "Monitor" Identifier "Internal LCD" HorizSync 30-80 VertRefresh 60 EndSection Section "Device" Identifier "Intel 855 1" Driver "i810" VendorName "Intel Corp." BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "LCD Screen" Device "Intel 855 1" Monitor "Internal LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 8 Modes "1400x1050" "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Notebook Layout" Screen "LCD Screen" InputDevice "Mice" "CorePointer" InputDevice "PCKeyboard" "CoreKeyboard" EndSection # external video output Section "Monitor" Identifier "External Monitor" HorizSync 30-80 VertRefresh 60 EndSection Section "Device" Identifier "Intel 855 2" Driver "i810" VendorName "Intel Corp." BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:1" EndSection Section "Screen" Identifier "External Screen" Device "Intel 855 2" Monitor "External Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "External Layout" Screen "External Screen" InputDevice "Mice" "CorePointer" InputDevice "PCKeyboard" "CoreKeyboard" EndSection