wacom tablet broken on FC2 update kernels

Lars terraformers at gmx.net
Thu Jul 8 23:46:13 UTC 2004


hi

i'm using a wacom graphire usb and it works fine here (including pressure
sensitivity) with the latest rawhide and vanilla kernel.org kernels.
have you updated your x server (xorg-x11) lately?

i have to copy the precompiled "wacom_drv.o" from
http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.6.3.tar.bz2
package to /usr/X11R6/lib/modules/input
to make it work after each x11 update.

i attach my working xorg.conf for reference.
note, that i had to disable the rhgb bootsplash from the grub.conf,
because it won't work when you set your mouse to "mouse1" and not
to the default "mice" in the xorg.conf.
this is needed so that the wacom mouse and the usb mouse have
own channels to operate separately.
hope this helps.

good luck!
lars


# Xorg configuration

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen 0       "Screen0" 0 0
        InputDevice    "Mouse0"
        InputDevice    "Keyboard0"
        InputDevice    "cursor"
        InputDevice    "wacom"
        InputDevice    "eraser"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath      "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse1"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "cursor"
        Driver      "wacom"
        Option      "SendCoreEvents"
        Option      "Device" "/dev/input/event1"
        Option      "Type" "cursor"
        Option      "Mode" "relative"
        Option      "Speed" "3.0"
        Option      "USB" "on"
        Option      "Threshold" "10"
EndSection

Section "InputDevice"
        Identifier  "wacom"
        Driver      "wacom"
        Option      "SendCoreEvents"
        Option      "Device" "/dev/input/event1"
        Option      "Type" "stylus"
        Option      "Mode" "absolute"
        Option      "USB" "on"
        Option      "Tilt" "on"
        Option      "Threshold" "10"
EndSection

Section "InputDevice"
        Identifier  "eraser"
        Driver      "wacom"
        Option      "SendCoreEvents"
        Option      "Device" "/dev/input/event1"
        Option      "Type" "eraser"
        Option      "Mode" "absolute"
        Option      "USB" "on"
        Option      "Tilt" "on"
        Option      "Threshold" "10"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Iiyama"
        ModelName    "Vision Master Pro 510"
        HorizSync    30.0 - 130.0
        VertRefresh  50.0 - 160.0
        Option       "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "NVIDIA"
        BoardName    "NVIDIA GeForce4 Ti 4200"
        Option        "NoLogo" "on"
        Option        "RenderAccel" "on"
        Option        "TwinView"
        Option        "TwinViewOrientation" "clone"
        Option        "TVStandard" "PAL-B"
        Option        "TVOutFormat" "COMPOSITE"
        Option        "SecondMonitorHorizSync" "30-50"
        Option        "SecondMonitorVertRefresh" "60"
        Option        "MetaModes" "1600x1200,800x600; 1280x1024,800x600;
1024x768,800x600; 800x600,800x600; 640x480,640x480"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth      24
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768" "800x600" "640x480"
        EndSubSection
EndSection





Paul Raines wrote:

> 
> My wacom pen tablet works fine with the original 2.6.5-1.358 kernel
> in FC2.  However, upgrading to any of the new 2.6.6 kernel updates
> breaks it.  The buttons still work but the mouse cursor is instantly
> moved to the top right corner on any movement.  One can get it to
> move inward a few millimeters before it jumps right back to the corner.
> 
> I suppose this has to do with the supposed fixes to the usb or
> input drivers.  Has anyone gotten a wacom to work in a 2.6.6 kernel?
> 






More information about the fedora-list mailing list