TravelMat c200 und Linux

neo67

Neuer Benutzer
hallo,

ich würde gerne das Tablet & Stift unter Linux Mandriva 2008 One einsetzen. Ich hatte mal gelesen, dass mit dem Watcom Treiber funktionieren soll, aber da tut sich nichts. Gibt es dafür ein Workaround?

Danke!

Edit: Ich habe etwas gefunden und werde dass heute Abend einmal probieren.

Wacom Driver – Enabling Pen, Writing Software

I mentioned that the Wacom pen driver for the Acer c310 series installs automatically. Although this is true, the pen does not function immediately. The process is very easy.

1. Go to System > Administration> Synaptic Package Manager"
2. Click "Search" in the search field type in "wacom-tools"
3. You will have one result right click it and choose "Mark for installation"
4. Click "Search" in the search field type in "xinput"
5. You will have one result right click it and choose "Mark for installation"
6. Click the "Apply" button on top.
7. Open up a Terminal Applications>Accessories>Terminal ($sudo gedit /etc/X11/xorg.conf)

Find this area:

Section "InputDevice"

Driver "wacom"

Identifier "stylus"

(....etc....)

Cut that section out and replace it with this:

Section "InputDevice"

Driver "wacom"

Identifier "stylus"

Option "Device" "/dev/ttyS4"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4"

EndSection

Section "InputDevice"

Driver "wacom"

Identifier "eraser"

Option "Device" "/dev/ttyS4"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4"

EndSection

Section "InputDevice"

Driver "wacom"

Identifier "cursor"

Option "Device" "/dev/ttyS4"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4"

8.Now on the top panel click on System> Preferences> Sessions> Startup Programs
Click "Add" to paste the following string /usr/X11R6/bin/./xinput set-button-map stylus 1 3 2 4.
9. You can re-login, reboot or restart the server via cntrl+shift+backspace.
 
Oben