Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
I have modified /etc/rc.d/rc.modules to enable the wacom driver
I have modified xorg.conf as suggested on the slackbuild - or rather the wacom project page)
Because of the mouse2 thing in /dev/input I changed the xorg.conf so that /dev/input/wacom became /dev/input/mouse2
The appropriate piece of my xorg.conf
Code:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/mouse2" # USB ONLY
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/mouse2" # USB ONLY
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/mouse2" # USB ONLY
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
EndSection
# This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/mouse2" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
The tablet stubbornly refuses to do anything. Where can I go from here?
__________________ "I complement you - your facility of understatement is exceeded only by your mastery of silence, but measuring this with the word 'shame' surpasses all your previous achievements in articulation"
Never used a wacom, but here is some good information. Hopefully it will help. I notice some differences in what is described compared to what you have going on in your xorg.conf. Wacom Tablet - ArchWiki
Location: Either at home or at work or down the pub
Posts: 1,095
Interesting read, I added the static xorg stuff and then I find for each input device
in Xorg.0.log
EE) Wacom Bamboo1: Top/Bottom area overlaps with another devices.
It shouldn't be this hard to plug in a graphics table ffs
__________________ "I complement you - your facility of understatement is exceeded only by your mastery of silence, but measuring this with the word 'shame' surpasses all your previous achievements in articulation"
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe