View previous topic :: View next topic |
Author |
Message |
Emulagame Tux's lil' helper
Joined: 13 Oct 2003 Posts: 100 Location: Milano
|
Posted: Tue Mar 21, 2006 1:27 pm Post subject: Wacom - pressione e sensibilità tratto non funzionano |
|
|
ho installato la mia wacom Graphire 3 per lavorare meglio ma non funziona la sensibilità del tratto a seconda di quanto premo
che devo fare? _________________ Non cacciare ciò che non puoi uccidere |
|
Back to top |
|
|
CRV§ADER//KY Guru
Joined: 30 Aug 2004 Posts: 405 Location: Torino
|
|
Back to top |
|
|
Emulagame Tux's lil' helper
Joined: 13 Oct 2003 Posts: 100 Location: Milano
|
Posted: Tue Mar 21, 2006 6:36 pm Post subject: |
|
|
grazie mille ora guardo cosa posso fare =)
thank you now I see what i can do =) _________________ Non cacciare ciò che non puoi uccidere |
|
Back to top |
|
|
Emulagame Tux's lil' helper
Joined: 13 Oct 2003 Posts: 100 Location: Milano
|
Posted: Tue Mar 21, 2006 7:57 pm Post subject: |
|
|
my wacom want work =.= (he work but gimp don't find anythink)
Code: | wks002 ~ # ls /dev/input/
event0 event2 js0 js2 mice mouse1 mouse3
event1 event3 js1 js3 mouse0 mouse2 |
Code: | wks002 ~ # wacdump /dev/input/event0
20:54:54.924 ERROR: Failed to open /dev/input/event0: No such device
WacomOpenTablet: No such device
wks002 ~ # wacdump /dev/input/event1
20:54:54.762 ERROR: Failed to open /dev/input/event1: No such device
WacomOpenTablet: No such device
wks002 ~ # wacdump /dev/input/event2
20:55:55.923 ERROR: Failed to open /dev/input/event2: No such device
WacomOpenTablet: No such device
wks002 ~ # wacdump /dev/input/event3
20:55:55.015 ERROR: Failed to open /dev/input/event3: No such device
WacomOpenTablet: No such device |
and my xorg conf modified by the gentoo wiki because the dev are no such devices
Code: | # **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event2"
Option "Type" "cursor"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event2"
Option "Type" "stylus"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event2"
Option "Type" "eraser"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
|
and
Code: | # **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
|
_________________ Non cacciare ciò che non puoi uccidere |
|
Back to top |
|
|
CRV§ADER//KY Guru
Joined: 30 Aug 2004 Posts: 405 Location: Torino
|
Posted: Tue Mar 21, 2006 8:04 pm Post subject: |
|
|
ti dispiace postare sull'altro thread e non qui, se non hai particolari problemi con l'inglese? così evitiamo di disperdere le informazioni _________________ Kyrie, Ignis Divine, Eleison ~ Elfen Lied |
|
Back to top |
|
|
Emulagame Tux's lil' helper
Joined: 13 Oct 2003 Posts: 100 Location: Milano
|
Posted: Thu Mar 23, 2006 1:40 pm Post subject: |
|
|
okkei no problem ^^ _________________ Non cacciare ciò che non puoi uccidere |
|
Back to top |
|
|
|