View previous topic :: View next topic |
Author |
Message |
shanghai Guru
Joined: 08 Feb 2004 Posts: 493 Location: Roma, Italia, GeekLand
|
Posted: Sun Mar 14, 2004 2:53 am Post subject: Wacom tavoletta e rotellina del mouse |
|
|
Ciao!
Riesco, seguendo suggerimenti in altri 3ds, a far funzionare la mia tavoletta wacom (steel blue), ma la rotellina del mouse vuol funzionare per forza solo come BOTTONE .
E io odio lo scrolling da tastiera...
Code: | bash-2.05b# ls -lsa /dev/input/
totale 0
0 drwxr-xr-x 1 root root 0 1 gen 1970 .
0 drwxr-xr-x 1 root root 0 1 gen 1970 ..
0 crw-r--r-- 1 root root 13, 63 1 gen 1970 mice
0 crw-r--r-- 1 root root 13, 32 1 gen 1970 mouse0
0 crw-r--r-- 1 root root 13, 33 1 gen 1970 mouse1
bash-2.05b# more /etc/X11/XF86Config
Section "Module"
Load "wacom"
EndSection
[...]
Section "InputDevice" #Questo qui è il trackball del portatile
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "GlidePointPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice" #Questo è il "mouse" della tavoletta...
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/mouse1"
Option "Type" "cursor"
Option "Mode" "Relative"
Option "USB" "on"
Option "Speed" "3.0"
Option "ZAxisMapping" "4 5"
# Option "Buttons" "5"
Option "Threshold" "10"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Corepointer" "on"
Option "Mode" "Absolute"
Option "Device" "/dev/input/mouse1"
Option "type" "stylus"
Option "usb" "on"
Option "threshold" "5"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "Device" "/dev/input/mouse1"
Option "usb" "on"
Option "threshold" "5"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
|
Uso il kernel 2.6.3 gentoo (dev-sources) ma la riga ARCH del mio make.conf è sempre stata commentata (i.e. pacchetti versione stable, a parte qualche eccezione come gimp 2)
qui ci sono le mie USE. Code: |
USE="3dnow dvd java mmx moznocompose moznoirc moznomail -arts -kde -qt" |
Idee? [/code] _________________ Il sonno della ragione genera mostri. |
|
Back to top |
|
|
Peach Advocate
Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Sun Mar 14, 2004 10:24 am Post subject: |
|
|
vorresti dire che non ti prende il ZAxisMapping correttamente sulla tavoletta?
Perdonami, ma personalmente mi sn installato una Graphire 2, sebbene nn abbia problemi, ma ammetto che la tavoletta non ha "mouse" ma solo "penna".
Dopo quando torno in prossimità del fisso, controllo il file di config e ti dico che configurazione ho usato, se ti può aiutare in qualche modo _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Mon Mar 15, 2004 12:42 am Post subject: Re: Wacom tavoletta e rotellina del mouse |
|
|
shanghai wrote: | Code: |
# Option "Buttons" "5"
|
|
Hai provato decommentando questo? _________________ "Larry the Cow was a bit frustrated at the current state of Linux Distributions..." |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|