# vim:ts=8:ft=xf86conf # $Id: xorg.conf.tori.txt,v 1.2 2006-05-21 17:49:54 holsta Exp $ # OpenBSD 3.9-current / Thinkpad X40 attached to a KVM and a # monitor doing 1280x1024@75Hz # ===================================== # 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 "keyboard" Option "XkbModel" "pc104" Option "CoreKeyboard" Option "AutoRepeat" "500 35" Option "XkbLayout" "dk" 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 VideoRam 65536 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 "1280x1024" ViewPort 0 0 Depth 16 Virtual 1280 1024 EndSubSection EndSection Section "ServerLayout" Identifier "LCD with optional CRT" Screen 0 "VGA" Screen 1 "LCD" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "Xinerama" "false" EndSection