Wacom Graphire4 tegneplade i Ubuntu 8.04

Har du en guide til en funktion eller et program? Har du tips og trick, som du gerne vil dele med andre? Post dem her.
sådanUBUNTU
Indlæg: 901
Tilmeldt: 18. nov 2007, 00:25
Geografisk sted: Valby

Wacom Graphire4 tegneplade i Ubuntu 8.04

Indlæg af sådanUBUNTU »

Installer wacom-tools.

Sikkerhedskopier xorg.conf

Kode: Vælg alt

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup


Åbn xorg.conf

Kode: Vælg alt

sudo gedit /etc/X11/xorg.conf


Indsæt følgende linjer. Hvis du har en touchpad (fx. synaptics) skal følgende tilføjes FØR indstillingerne for touchpad'en. Ellers virker det ikke.


Kode: Vælg alt

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
   Option "Stylus2" "3" # set button to right click
        Option          "Type"  "stylus"
   Option      "USB"   "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
   Option      "USB"   "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
   Option      "USB"   "on"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "pad"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "pad"
   Option      "USB"   "on"
EndSection


Til Section "ServerLayout" tilføjes følgende linjer:

Kode: Vælg alt

InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"


så den ser ca. således ud (eksempel fra min opsætning):

Kode: Vælg alt

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
InputDevice "Synaptics Touchpad"
EndSection


That's it!
-------------------------------------------

NB! Alle ændringer i xorg.conf er på eget ansvar. Hvis du husker at lave backup af filen, er det ikke så farligt. Men ellers kan det smadre den grafiske brugerflade. Håber at nogen derude kan bruge denne post til noget.
Ubuntu 8.10
IBM Thinkpad R50
Torben
Indlæg: 15
Tilmeldt: 17. okt 2008, 12:57
IRC nickname: Torben

Re: Wacom Graphire4 tegneplade i Ubuntu 8.04

Indlæg af Torben »

Super guide. Virkede perfekt. Tak for det.
thj01
Indlæg: 2667
Tilmeldt: 21. nov 2006, 10:06
Geografisk sted: Fredericia

Re: Wacom Graphire4 tegneplade i Ubuntu 8.04

Indlæg af thj01 »

jeg er ikke engang sikker på at det er nødvendigt at installere wacomtools eller at rette i xorg.conf.

Jeg smed bare min wacom volito i - og satte gimpen til at bruge trykfølsomhed - bingo!
Forfatter til Ubuntuguiden: http://www.vidas.dk/guides/ubuntuguiden.html

Kører LTS udgaverne.

"It's always easy if you know how to do it."