# xorg.conf # by Bertrand Janin (tamentis at neopulsar dot org) # for portege 3480ct on openbsd # # last update: 2006-05-30 # problems: vidmode extention might make X crash in some circumpstances Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/local/lib/X11/fonts/artwiz-aleczapka-en:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/local/share/ghostscript/fonts" FontPath "/usr/local/lib/X11/fonts/terminus" EndSection Section "Module" Load "bitmap" Load "dbe" Load "extmod" Load "freetype" Load "type1" EndSection Section "ServerFlags" Option "DisableVidModeExtension" "true" EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/wsmouse" Option "Protocol" "wsmouse" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "S3 Inc. 86C270-294 Savage/IX-MV" Driver "savage" Option "UseBIOS" "false" BusID "PCI:0:4:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 20-80 VertRefresh 20-80 EndSection Section "Screen" Identifier "Default Screen" Device "S3 Inc. 86C270-294 Savage/IX-MV" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection