My XFconfig-4:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "dbe"
Load "ddc"
Load "extmod"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbOptions" "altwin:meta_win"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event3" # USB ONLY
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event3" # USB ONLY
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
# Option "TopX" "0"
# Option "TopY" "0"
# Option "BottomX" "0"
# Option "BottomY" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event3" # USB ONLY
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
EndSection
Section "Device"
Identifier "MX440"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-86
VertRefresh 50-120
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "MX440"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "cursor" "SentCoreEvents"
InputDevice "stylus" "SentCoreEvents"
InputDevice "eraser" "SentCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
______________________________
On event3 it reports just fine, but it still doesn't work for me...perhaps you might find something I overlooked.
#tail -20 /var/log/XFree86.0.log
II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(**) Option "Device" "/dev/input/event3"
(==) Wacom Kernel Input device name: "Wacom Graphire2 4x5"
(==) Wacom tablet maximum X=10206 maximum Y=7422 X resolution=0 Y resolution=0 suppress=0
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
(==) Wacom tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422
All seems well, but it isn't working! This is how far I got...
