Gian,

Thanks for responding.  I am using Dropline-gnome and for some reason
the prebuilt wacom_drv module did not work with their x11 packages.  It
all works well after I built a new wacom_drv module.  I will have to try
your xorg.conf options as I get better with the tablet.

Thanks,

Glen

On Mon, 2006-07-24 at 20:48 -0500, Gian Paolo Mureddu wrote:
> Glen Journeay escribió:
> > I'm using a graphire 4 with linuxwacom-0.7.4-3 and kernel 2.6.16.20.  I
> > moved hid-core.c and wacom.c to the kernel source tree and recompiled.
> > The kernel drivers seem to be working fine as wacdump reports all tablet
> > events, however xidump does not work properly.
> >
> > usb 4-2: new low speed USB device using uhci_hcd and address 2
> > usb 4-2: configuration #1 chosen from 1 choice
> > input: Wacom Graphire4 4x5 as /class/input/input3
> > usbcore: registered new driver wacom
> > drivers/usb/input/wacom.c: v1.44-2.6.16-pc-0.2:USB Wacom Graphire and
> > Wacom Intuos tablet driver
> >
> > /proc/bus/input/devices
> >
> > I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
> > N: Name="AT Translated Set 2 keyboard"
> > P: Phys=isa0060/serio0/input0
> > S: Sysfs=/class/input/input0
> > H: Handlers=kbd event0
> > B: EV=120013
> > B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
> > B: MSC=10
> > B: LED=7
> >
> > I: Bus=0011 Vendor=0002 Product=0006 Version=0056
> > N: Name="ImExPS/2 Logitech Wheel Mouse"
> > P: Phys=isa0060/serio1/input0
> > S: Sysfs=/class/input/input1
> > H: Handlers=mouse0 ts0 event1
> > B: EV=7
> > B: KEY=1f0000 0 0 0 0 0 0 0 0
> > B: REL=103
> >
> > I: Bus=0010 Vendor=001f Product=0001 Version=0100
> > N: Name="PC Speaker"
> > P: Phys=isa0061/input0
> > S: Sysfs=/class/input/input2
> > H: Handlers=kbd event2
> > B: EV=40001
> > B: SND=6
> >
> > I: Bus=0003 Vendor=056a Product=0015 Version=0403
> > N: Name="Wacom Graphire4 4x5"
> > P: Phys=
> > S: Sysfs=/class/input/input4
> > H: Handlers=mouse1 ts1 event3
> > B: EV=1f
> > B: KEY=1c63 0 700ff 0 0 0 0 0 0 0 0
> > B: REL=100
> > B: ABS=100 3000003
> > B: MSC=1
> >
> >   
> You outputs from dmesg and /proc/bus/input/devices looks just fine. I'm
> using a Graphire 4 too and have since Xorg 6.8.0 (on FC3). Now I use FC5
> (Xorg 7.0) and all works just fine. I found that the kernel driver is
> just fine (no need to build either hid.ko nor wacom.ko), I'm also on
> 64-bit (x86_64) and all is peachy. I use, however the following options
> in Xorg.conf:
> 
> # ==== Start of Xorg definitions ===
> 
> Section "ServerLayout"
>     Identifier     "Default Layout"
>     Screen      0  "Screen0" 0 0
>     InputDevice    "Mouse0" "CorePointer"
>     InputDevice    "Keyboard0" "CoreKeyboard"
>     # Wacom devices...
>     InputDevice    "cursor" "SendCoreEvents"
>     InputDevice    "eraser" "SendCoreEvents"
>     InputDevice    "stylus" "SendCoreEvents"
>     InputDevice    "pad"
> EndSection
> 
> # Wacom Graphire 4 configuration definitions.
> 
> Section "InputDevice"
>     Identifier  "stylus"
>     Driver      "wacom"
>     Option        "Device" "/dev/input/wacom"
>     Option        "Type" "stylus"
>     Option        "USB" "on"
>     Option        "Tilt" "on"
>     Option        "PressCurve" "0,5,95,100"
>     Option        "Mode" "Relative"
> EndSection
> 
> Section "InputDevice"
>     Identifier  "eraser"
>     Driver      "wacom"
>     Option        "Device" "/dev/input/wacom"
>     Option        "Type" "eraser"
>     Option        "USB" "on"
>     Option        "PressCurve" "0,5,95,100"
>     Option        "Mode" "Relative"
> EndSection
> 
> Section "InputDevice"
>     Identifier  "cursor"
>     Driver      "wacom"
>     Option        "Device" "/dev/input/wacom"
>     Option        "Type" "cursor"
>     Option        "USB" "on"
> EndSection
> 
> Section "InputDevice"
>     Identifier  "pad"
>     Driver      "wacom"
>     Option        "Device" "/dev/input/wacom"
>     Option        "Type" "pad"
>     Option        "USB" "on"
> EndSection
> 
> # === End of Xorg definitions ===
> 
> I like a rather soft touch to the pressure control, so that's why
> PressCurve has those values, you can either comment them to use the
> defaults or read up on the HowTo about the option and set it to whatever
> you like.
> 
> For GIMP under File --> Preferences --> Extended Input devices, I use
> stylus, eraser and cursor active as per the whole screen instead of only
> the window, however by doing this, my regular mouse doesn't work with
> The GIMP (unless I disable those devices). Hope this helps.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to