# vim:nowrap:noet:ft=xf86conf: Section "Module" Load "extmod" Load "i2c" Load "ddc" EndSection Section "Files" FontPath "/usr/lib/X11/fonts/misc:unscaled" FontPath "/usr/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/lib/X11/fonts/75dpi:unscaled" EndSection Section "ServerFlags" Option "RandR" "on" Option "HandleSpecialKeys" "WhenNeeded" Option "AllowClosedownGrabs" "on" Option "AllowDeactivateGrabs" "on" EndSection Section "InputDevice" Identifier "KeyboardPS2" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc102" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "MousePS2" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "on" # Option "ChordMiddle" "on" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 28-65 VertRefresh 40-120 EndSection Section "Device" Identifier "Card0" Driver "nv" Screen 0 Option "HW Cursor" "off" EndSection Section "Screen" Identifier "Screen0" Monitor "Monitor0" Device "Card0" DefaultDepth 16 Subsection "Display" Depth 16 Virtual 1024 768 Modes "1024x768" EndSubsection EndSection Section "ServerLayout" Identifier "LatinGuy" Screen 0 "Screen0" InputDevice "MousePS2" "CorePointer" InputDevice "KeyboardPS2" "CoreKeyboard" EndSection