[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Wacom Graphire4



Ciao Lista!:)
Sulla suddetta tavoletta benedetta(perdonatemala non ho resistito :D)
Riesco a farla girare ma mi manca di far funzionare la pressione della penna e 
sono arrivato ad un punto cieco.
Sto utilizzando il wacom_drv.o fornito dal progetto e il modulo wacom.ko 
ricompilato sempre dal sorgente del progetto, nulla da fare. Vi mando un po' 
di dati per dare un occhiata:

grep -i wacom /var/log/Xorg.0.log
(II) LoadModule: "wacom"
(II) Loading /usr/X11R6/lib/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) Wacom driver level: 47-0.7.2 $
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(II) XINPUT: Adding extended input device "pad" (type: Wacom Pad)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
stylus Wacom X driver grabbed event device
(==) Wacom USB Graphire4 tablet speed=9600 maxX=10208 maxY=7424 maxZ=511 
resX=2032 resY=2032 suppress=2 tilt=disabled
(==) Wacom device "stylus" top X=0 top Y=0 bottom X=10208 bottom Y=7424
(==) Wacom device "eraser" top X=0 top Y=0 bottom X=10208 bottom Y=7424
(==) Wacom device "cursor" top X=0 top Y=0 bottom X=10208 bottom Y=7424
(==) Wacom device "pad" top X=0 top Y=0 bottom X=10208 bottom Y=7424

dmesg | grep wacom
usbcore: registered new driver wacom
drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Wacom Intuos tablet 
driver
dmesg | grep input
input: PC Speaker as /class/input/input0
input: BTC USB Multimedia Cordless Kit   as /class/input/input1
input: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit  ] on 
usb-0000:00:11.2-1
input: BTC USB Multimedia Cordless Kit   as /class/input/input2
input,hiddev96: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit  ] on 
usb-0000:00:11.2-1
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
input: Wacom Graphire4 4x5 as /class/input/input3
drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Wacom Intuos tablet 
driver

cat /etc/X11/xorg.conf
[...]
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        #Load   "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        #Load   "v4l"
        #Load   "vbe"
        #Load   "wacom" <==questa l'avevo messa ma mi sono accorto che nn 
serve a molto...
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier   "stylus"
        Driver       "wacom"
        Option       "Type" "stylus"
        Option       "USB" "on"
        Option       "Threshold" "3"
        Option       "Device" "/dev/input/event3"
        Option  "Tilt"  "on"
EndSection

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

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

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

Section "Device"
        Identifier      "Matrox G450 Millennum"
        Driver          "mga"
        Option          "UseFBDev"              "true"
        Option          "AGPMode"               "4"
EndSection

Section "Monitor"
        Identifier      "Monitor Generico"
        Option          "DPMS"
        HorizSync       30-111
        VertRefresh     50-160
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Matrox G450 Millennum"
        Monitor         "Monitor Generico"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1440" "1856x1392" "1792x1344" 
"1600x1200" "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice    "stylus"    "SendCoreEvents"
        InputDevice    "eraser"    "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "pad"
EndSection
[...]

Ho ricevuto l'ultimo recente upgrade di xorg e mi chiedevo se fosse il driver 
di xorg che non va bene, di contro però non ho capito come posso ricompilarlo 
da zero, mi chiedo anche se la pressione spetti al driver o al modulo nel 
kernel.
Potete aiutarmi?ve ne sarei grato :)


-- 
Felipe



Reply to: