# XFree86 4.0 configuration for: # Sony Vaio N505VE # # configured for use with OpenBSD 2.9 # use 'man XF86Config' Section "ServerLayout" Identifier "Sony Vaio N505VE" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" #minutes until screen blanks/stands by.... Option "BlankTime" "2" Option "StandbyTime" "4" EndSection #FILES SECTION: define fonts... Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" 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/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection # This loads all the modules... Section "Module" Load "GLcore" Load "dbe" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" Option "AutoRepeat" "250 50" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/wsmouse" Option "Protocol" "wsmouse" Option "Emulate3Buttons" "on" EndSection Section "Monitor" Identifier "lcd monitor" VendorName "LCD 1024x768" ModelName "LCD" HorizSync 31.5-57.0 VertRefresh 50-90 Option "DPMS" EndSection Section "Device" Option "SWcursor" Identifier "neomagic" Driver "neomagic" BoardName "NM2200" BusID "0:10:0" EndSection Section "Screen" Identifier "Screen0" Device "neomagic" Monitor "lcd monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection