renderdbrian
10th July 2004, 03:07 AM
Has anyone been able to get their USB wacom Graphire 2 tablet fully working with fedora core 2?
I am having severe problems with mine.
I have compiled the linuxwacom0.6.3 driver, I have set up xorg.conf for the tablet.
I can move the X cursor using the stylus or mouse, but i get no output from xinput test stylus - this means that Gimp can't recieve pressure data from the stylus.
I've also tried with the stock fedora core 2 kernel wacom driver, still no results.
Here is the relevant section from my Xorg.conf
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Wacom Tablet and Pen
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
# Wacom Mouse
InputDevice "Mouse - Wacom Graphire" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "wacom"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
### Wacom Stuff
# Wacom Pen Devices (stylus, eraser, cursor)
Section "InputDevice"
Identifier "stylus" # Wacom Graphics Tablet
Driver "wacom"
Option "Type" "stylus"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Speed" "3.0"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "eraser" # Wacom Graphicvs Tablet
Driver "wacom"
Option "Type" "eraser"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Tilt" "on"
# Option "TiltInvert" "on"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "cursor" # Wacom Graphics Tablet
Driver "wacom"
Option "Type" "cursor"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Tilt" "on"
# Option "TiltInvert" "on"
Option "Threshold" "10"
EndSection
#Wacom Mouse
Section "InputDevice"
Identifier "Mouse - Wacom Graphire"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "5 4"
EndSection
############
No errors in /var/log/Xorg.0.log
xxd /dev/input/event2 streams data when I move the stylus.
Can someone please help as I am losing sleep over this!!!
I'm running fedora core 2 with the stock kernel 2.6.5-1.358
thanks in advance
--
Brian
I am having severe problems with mine.
I have compiled the linuxwacom0.6.3 driver, I have set up xorg.conf for the tablet.
I can move the X cursor using the stylus or mouse, but i get no output from xinput test stylus - this means that Gimp can't recieve pressure data from the stylus.
I've also tried with the stock fedora core 2 kernel wacom driver, still no results.
Here is the relevant section from my Xorg.conf
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Wacom Tablet and Pen
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
# Wacom Mouse
InputDevice "Mouse - Wacom Graphire" "AlwaysCore"
EndSection
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "wacom"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
### Wacom Stuff
# Wacom Pen Devices (stylus, eraser, cursor)
Section "InputDevice"
Identifier "stylus" # Wacom Graphics Tablet
Driver "wacom"
Option "Type" "stylus"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Speed" "3.0"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "eraser" # Wacom Graphicvs Tablet
Driver "wacom"
Option "Type" "eraser"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Tilt" "on"
# Option "TiltInvert" "on"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "cursor" # Wacom Graphics Tablet
Driver "wacom"
Option "Type" "cursor"
Option "Device" "/dev/input/event2"
Option "Mode" "absolute"
Option "USB" "on"
Option "Tilt" "on"
# Option "TiltInvert" "on"
Option "Threshold" "10"
EndSection
#Wacom Mouse
Section "InputDevice"
Identifier "Mouse - Wacom Graphire"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "5 4"
EndSection
############
No errors in /var/log/Xorg.0.log
xxd /dev/input/event2 streams data when I move the stylus.
Can someone please help as I am losing sleep over this!!!
I'm running fedora core 2 with the stock kernel 2.6.5-1.358
thanks in advance
--
Brian