# ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Server flags section. # ********************************************************************** # ********************************************************************** # Module Section # ********************************************************************** # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** # ********************************************************************** # Pointer section # ********************************************************************** ### USB mouse ### Trackpoint and Touchpad ### WACOM Tablet # ********************************************************************** # Monitor section # ********************************************************************** # ********************************************************************** # Graphics device section # ********************************************************************** # ********************************************************************** # Screen sections # ********************************************************************** Section "ServerLayout" Identifier "Panel" Screen "screen1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" InputDevice "stylus" "AlwaysCore" InputDevice "eraser" "AlwaysCore" InputDevice "cursor" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Twinview" Screen "screen3" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Monitor" Screen "screen2" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Mouse2" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" 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/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/PEX" FontPath "/usr/X11R6/lib/X11/fonts/truetype" EndSection Section "Module" Load "dbe" Load "glx" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "record" Load "xaa" Load "fb" Load "wacom" EndSection Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging #NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. #DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. #DontZoom # This allows the server to start up even if the # mouse device can't be opened/initialised. Option "allowmouseopenfail" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "GlidePointPS/2" Option "Device" "/dev/psaux"# Option "Device" "/dev/usbmouse" Option "Emulate3Buttons" "yes" Option "Emulate3Timeout" "50" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "on" Option "Emulate3Timeout" "50" Option "Protocol" "ps/2" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/event0" Option "Mode" "Absolute" Option "Type" "stylus" Option "USB" "on"# Option "Threshold" "5" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/event0" Option "Mode" "Absolute" Option "Type" "eraser" Option "USB" "on"# Option "Threshold" "5" EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/event0" Option "Mode" "Absolute" Option "Type" "cursor" Option "USB" "on"# Option "Threshold" "5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell" ModelName "i8200 SXGA+ Display" DisplaySize 305 230 HorizSync 28.0 - 120.0 VertRefresh 40.0 - 110.0 ModeLine "1400x1050" 110.0 1400 1400 1648 1776 1050 1050 1053 1067 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Iijama" ModelName "Vision Master Pro 400" HorizSync 31.5 - 96.0 VertRefresh 50.0 - 160.0 ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync EndSection Section "Device" # update this with the PCI id of your card. Consult the output # of the 'lspci' command. # I've found that option IgnoreEDID is not necessary # Option "IgnoreEDID" "1" # AGP *seems* to work for me, so I've commented out the next line also. Some people seem to feel the need to # turn it off and I'm not sure why. Anyone got any reasons? Identifier "NV AGP" Driver "nvidia" VendorName "nvidia" BoardName "GeForce4 440 Go" Option "NvAgp" "0" Option "NoLogo" "1" Option "CursorShadow" "1" Option "CursorShadowAlpha" "64" Option "CursorShadowXOffset" "4" Option "CursorShadowYOffset" "2" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "screen1" Device "NV AGP" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "screen2" Device "NV AGP" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "Screen" Identifier "screen3" Device "NV AGP" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "1" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1400x1050, NULL; 1400x1050, 1280x1024 @1280x1050; 1400x1050, 1024x768; 1400x1050, 800x600" Option "ConnectedMonitor" "DFP, CRT" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1024x768" "800x600" EndSubSection EndSection