# 01/06/08 - Works with 96.43.01 but had to switch [101] # - Cleanup of stuff that causes errors # - Only these warnings now: # (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. # goes away when you install xfonts-cyrillic # (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. # goes away when you install x-ttcidfont-conf and then run # mkfontdir /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType # (WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:0) found # |_. Device |_. Me |_. Her | # | *Card* | GeForce 6200 AGP | GeForce 6200 PCI | # | *Monitor* | mon1 | mon0 | # | *Server* | X1 | X0 | # | *Driver* | nvidia0 | nvidia1 | # | *Mouse* | mouse1 event6 2ndmouse | mouse0 event5 1stmouse | # | *Keyboard* | keyboard1 event0 1st kbd | keyboard0 event1 2nd kbd | # # 04/20/09 Beginning with xserver-xorg (1:7.4+1) add these to avoid Hal: Section "ServerFlags" Option "AutoAddDevices" "false" Option "AllowEmptyInput" "false" EndSection Section "ServerLayout" Identifier "X0" #her Screen 0 "Screen X0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "ServerLayout" Identifier "X1" #me Screen 0 "Screen X1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # Option "BlankTime" "3600" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerLayout" Identifier "Xinerama" Screen "Screen x0" Screen "Screen x1" Rightof "Screen x0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/X11R6/lib/modules/" ModulePath "/usr/lib/xorg/modules/" EndSection Section "Module" Load "dbe" # turned on 11/15/06! Load "dri" Load "extmod" Load "glx" Load "record" # eliminated: does not exist 08/10/09 # Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Option "Device" "/dev/input/event1" #[101] # Option "Phys" "isa0060/serio1/input0" #[101] Option "XkbLayout" "us_intl" Option "Xleds" "2 3" EndSection Section "InputDevice" Identifier "Keyboard1" ## Driver "evdev" Driver "kbd" ## Option "Device" "/dev/input/event0" #[101] # Option "Phys" "isa0060/serio0/input0" #[101] Option "XkbLayout" "us_intl" Option "Xleds" "2 3" EndSection #http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Device" "/dev/input/event5" # (cat /proc/bus/input/devices) # Option "Device" "/dev/input/event3" # (cat /proc/bus/input/devices) # Option "Device" "/dev/input/event4" # for vin's system Option "Name" "A4Tech USB Optical Mouse" Option "ZAxisMapping" "6 7 4 5" # Option "Emulate3Buttons" "true" Option "Buttons" "12" EndSection Section "InputDevice" Identifier "Mouse1" #me Driver "evdev" # Driver "mouse" # Option "Device" "/dev/psaux" Option "Device" "/dev/input/event6" # (cat /proc/bus/input/devices) # Option "Device" "/dev/input/event4" # (cat /proc/bus/input/devices) # Option "Device" "/dev/input/event5" # for vin's system Option "Name" "A4Tech USB Optical Mouse" Option "product" "0x0006" Option "vendor" "0x09da" Option "ZAxisMapping" "6 7 4 5" Option "Buttons" "12" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SAM" ModelName "1057" Option "DPMS" "off" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 160.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "SAM" ModelName "1057" Option "DPMS" "off" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 160.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] HVW #Option "UseFBDev" # [] #Option "Rotate" "CW" # [] HVW #Option "VideoKey" # #Option "FlatPanel" # [] Option "AllowGLXWithComposite" "On" Option "RenderAccel" "True" Option "RandRRotation" "1" Option "NvAGP" "0" Identifier "nvidia0" Driver "nvidia" # Driver "nv" VendorName "NVidia" # BoardName "RIVA TNT2 Model 64/Model 64 Pro" BoardName "GeForce 6200 AGP" BusID "PCI:1:0:0" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShowCache" # [] #Option "ShadowFB" # [] HVW #Option "UseFBDev" # [] #Option "Rotate" "CW" # [] HVW #Option "VideoKey" # #Option "FlatPanel" # [] Option "AllowGLXWithComposite" "On" Option "RenderAccel" "True" Option "RandRRotation" "1" Option "NvAGP" "0" Identifier "nvidia1" Driver "nvidia" # Driver "nv" VendorName "NVidia" BoardName "GeForce 6200 PCI" BusID "PCI:0:8:0" EndSection Section "Screen" Identifier "Screen X0" Device "nvidia1" Monitor "Monitor0" # DefaultColorDepth 16 #Added... Colors looked off... DefaultColorDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen X1" Device "nvidia0" Monitor "Monitor1" # DefaultColorDepth 16 #Added... Colors looked off... DefaultColorDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" # Modes "1680x1050" EndSubSection EndSection