# vim:ts=8:ft=xf86conf # $Id: xorg.conf.hypotenuse,v 1.2 2004/11/24 00:46:26 jcs Exp $ # # xorg 6.8.1 configuration for an ibm thinkpad x40 running # openbsd 3.6-current # # see http://jcs.org/laptops/ for more information # # by joshua stein # Section "Module" Load "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/mscorefonts/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X11/fonts/ghostscript/" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "CoreKeyboard" Option "AutoRepeat" "500 35" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" EndSection Section "Device" Identifier "Card1" Driver "i810" BusID "PCI:0:2:0" Option "VBERestore" "no" Option "MonitorLayout" "CRT,LFP" Option "DevicePresence" "yes" Screen 0 EndSection Section "Monitor" Identifier "LCD" Option "DPMS" EndSection # for video-out Section "Monitor" Identifier "External Monitor" Option "DPMS" EndSection Section "Screen" Identifier "LCD" Device "Card1" Monitor "LCD" Subsection "Display" Modes "1024x768" ViewPort 0 0 Depth 16 EndSubsection EndSection Section "Screen" Identifier "VGA" Device "Card1" Monitor "External Monitor" DefaultDepth 16 SubSection "Display" Modes "1024x768" ViewPort 0 0 Depth 16 EndSubSection EndSection Section "ServerLayout" Identifier "LCD with optional CRT" Screen 0 "LCD" Screen 1 "VGA" RightOf "LCD" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "Xinerama" "false" EndSection