Umm..hehe...it works now.  And I didn't change a dern thing.  I swear that I restarted my computer many times... but now I check it and it works.  I'm so happy... I have a Wacom Intous3 to control Pd... finally... oh, the wait!

Cheers,
Rich

On 8/27/06, Rich E <[EMAIL PROTECTED]> wrote:
A couple weeks ago, Magnus was helping me get the wacom driver to take over.  Today, I successfully compiled a FC5 kernel from source with the wacom drivers.  I was surprised that directly after doing this, I could use wacdump to display the tilt/pressure/other info from the tablet pen.  However, once changing xorg.conf to represent the tablet, I can no longer get any data.  So now I'm utterly confused.  I'd like to use the tablet independantly of the mouse, but it seems that no matter what I set 'device' to, it is seen as a mouse (even with the mouse 'device' set to mouse0).  Can someone please help, since I am stuck.

/proc/bus/input gives:


I: Bus=0011 Vendor=0002 Product=0001 Version=0001
N: Name="PS/2 Logitech Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0003 Vendor=056a Product=00b5 Version=0109
N: Name="Wacom Intuos3 6x11"
P: Phys=
S: Sysfs=/class/input/input2
H: Handlers=mouse1 event2
B: EV=1f
B: KEY=1cff 0 1f00ff 0 0 0 0 0 0 0 0
B: REL=100
B: ABS=100 f00017b
B: MSC=1


my xorg.conf file looks like this:

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "pad"
EndSection
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "stylus"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "Device" "/dev/input/event2"   # USB ONLY
        Option      "Type" "stylus"
        Option      "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "Device" "/dev/input/event2"   # USB ONLY
        Option      "Type" "eraser"
        Option      "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
        Identifier  "cursor"
        Driver      "wacom"
        Option      "Mode" "Absolute"
        Option      "Device" "/dev/input/event2"   # USB ONLY
        Option      "Type" "cursor"
        Option      "USB" "on"                  # USB ONLY
EndSection

Section "InputDevice"
        Identifier  "pad"
        Driver      "wacom"
        Option      "Device" "/dev/input/event2"   # USB ONLY
        Option      "Type" "pad"
        Option      "USB" "on"                  # USB ONLY
EndSection


arg..

-Rich


-------------------------------------------------------------------------
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

Reply via email to