Sida 1 av 1

Wacom intuos funkar ej

Postat: 11 jan 2009, 01:45
av OlaJanson
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:

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
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

Re: Wacom intuos funkar ej

Postat: 16 jan 2009, 15:02
av micke_nordin
Jag vet tyvärr inget om det här, men det verkar finnas andra här på forumet som vet nått:
http://ubuntu-se.org/phpBB3/viewtopic.p ... 25#p275164

Om du beskriver lite mer vad du redan har testat så kanske det blir enklare för någon av dem att hjälpa dig.

/Micke

Re: Wacom intuos funkar ej

Postat: 16 jan 2009, 15:46
av rylleman
Tyvärr funkar inte autoplug för seriella plattor. Det enda att göra är att försöka få till xorg.conf tror jag.
Tyvärr har jag ingen erfarenhet av seriella plattor och slet ganska mycket hår när jag skulle få min egna usb-platta att fungera i xorg.conf så jag är inte till så stor hjälp där.