Misc. Info: I have a usb mouse/keyboard, and a PS/2 keyboard as well as my Graphire3.
With xserver-xorg-input-wacom and wacom-tools installed via synaptic, my Graphire3 has basic functionality, like my mouse. My xorg.conf reads:
[...]
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "USB" "on"
Option "Type" "cursor"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "backingstore" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "L1750SQ"
Option "DPMS"
EndSection
[...]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "RENDER" "true"
# Option "DAMAGE" "true"
EndSection
However, Xorg.0.log reports:
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "L1750SQ"
(**) | |-->Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
[...]
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
[...]
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
[...]
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "SendCoreEvents"
(**) stylus: always reports core events
(**) stylus device is /dev/wacom
(**) stylus is in absolute mode
(**) stylus: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "SendCoreEvents"
(**) cursor: always reports core events
(**) cursor device is /dev/wacom
(**) cursor is in relative mode
(**) cursor: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(**) Option "SendCoreEvents"
(**) eraser: always reports core events
(**) eraser device is /dev/wacom
(**) eraser is in absolute mode
(**) eraser: forcing TabletPC ISD V4 protocol
(**) WACOM: suppress value is 2
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : No such file or directory
(II) Configured Mouse: ps2EnableDataReporting: succeeded
I installed Beagle, to search for any file *anywhere* that might contain "/dev/wacom" or "/dev/input/mice", but it could only find Xorg.0.log, /media/hda1/etc/int.d/wacom-tools and /usr/share/xresprobe/xorg.conf
Syslog reports:
Aug 9 14:38:12 localhost kernel: [17179591.400000] input: PC Speaker as /class/input/input1
Aug 9 14:38:12 localhost kernel: [17179591.420000] usbcore: registered new driver hiddev
Aug 9 14:38:12 localhost kernel: [ 17179591.440000] input: G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 as /class/input/input2
Aug 9 14:38:12 localhost kernel: [17179591.440000] input: USB HID v1.00 Keyboard [G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 ] on usb-0000:00:10.0-2
Aug 9 14:38:12 localhost kernel: [17179591.476000] input: G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 as /class/input/input3
Aug 9 14:38:12 localhost kernel: [17179591.476000 ] input: USB HID v1.00 Mouse [G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 ] on usb-0000:00:10.0-2
Aug 9 14:38:12 localhost kernel: [17179591.476000] usbcore: registered new driver usbhid
Aug 9 14:38:12 localhost kernel: [ 17179591.476000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Aug 9 14:38:12 localhost kernel: [17179591.604000] input: Wacom Graphire3 as /class/input/input4
Aug 9 14:38:12 localhost kernel: [17179591.620000 ] usbcore: registered new driver wacom
Aug 9 14:38:12 localhost kernel: [17179591.620000] drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Wacom Intuos tablet driver
My /dev/input contains:
event0 event1 event2 event3 event4 mice mouse0 mouse1 ts0 ts1 wacomwhere "wacom" is a symlink to one of the events (generally event4)
Wacdump for event0 tells me event1 is "UNKNOWN", but it does open it. Event0 is my ps/2 keyboard, event2 is my (usb) keyboard, event3 is my usb mouse. Event4, to which wacom is a symlink, reports to be MODEL=Wacom Graphire3 4x5 ROM= 3.1-4 CLS=USB VNDR=Wacom DEV=Graphire3 SUB=ET_0405, but moving the stylus around doesn't work (although the cursor moves on the screen).
Similar results are obtained from cat <event>. Using cat <mouse> or cat <ts> shows me that mouse0 is my usb mouse, but mouse1 doesn't give any output for any device.
Xidump -l reports:
pointer disabled
keyboard keyboard
Finaly, both the GIMP and Inkscape report that there are no extended input devices.
I've tried everything I can think of over the past four days, but nothing seems to work. Removing the two synaptic-installed packages and re-installing them gives the same problems. I've also tried downloading the tar from the linux-wacom site, but it doesn't build wacom.ko or wacom.o (it happily builts wacdump, xidump, wacom_drv.so and xsetwacom). I've replaced my system's wacom_drv.so with the one from the source-package, but no luck.
Any ideas most welcome!
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss