# vim:nowrap:noet:ft=xf86conf: # 051005 P. Grandi Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/encodings" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/TrueType" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "dbe" Load "v4l" Load "extmod" Load "freetype" Load "ddc" Load "glx" EndSection ######################################################################## Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "en_US" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "MousePS2" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "IMPS/2" Option "Resolution" "400" Option "BaudRate" "9600" Option "SampleRate" "250" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" "true" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "MouseUSB" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection ######################################################################## Section "Monitor" Identifier "Monitor CRT" VendorName "Plug'n Play" # HorizSync 30-70 # VertRefresh 50-85 EndSection ######################################################################## Section "Device" Identifier "NVIDIA card CRT" VendorName "NVIDIA" BoardName "card CRT" Driver "nv" # BusID "PCI:1:0:0" # Screen 0 # Option "ConnectedMonitor" "CRT" Option "RenderAccel" "false" EndSection ######################################################################## Section "Screen" Identifier "NVIDIA CRT" Device "NVIDIA card CRT" Monitor "Monitor CRT" DefaultDepth 16 Subsection "Display" Depth 16 EndSubsection EndSection ######################################################################## Section "ServerLayout" Identifier "default" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "MousePS2" "CorePointer" InputDevice "MouseUSB" "SendCoreEvents" Screen 0 "NVIDIA CRT" EndSection