Wacom intuos funkar ej
Postat: 11 jan 2009, 01:45
Jag har en gammal Wacom Intous (1) bräda som kopplar till datorn via seriellporten. Jag har provat en miljard olika steg för steg guider utan att få den till att ens röra muspekaren en millimeter.
Så här ser min xorg ut nu:
Jag får inget felmeddelande men inget fungerar ändå. Jag har testat i windows och där fungerar den.
Vad skall jag göra?
Ola
Så här ser min xorg ut nu:
Kod: Markera allt
Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
# Option "Device" "/dev/input/wacom" # USB ONLY?
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
# Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
# Option "Device" "/dev/input/wacom" # USB ONLY
Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "pad"
# Option "USB" "on" # USB ONLY
EndSection
Vad skall jag göra?
Ola