kanotix.com

Installation, Einstellungen, Systempflege - Toshiba Portege 3500 Tablet

michi_mak - 23.11.2006, 10:58 Uhr
Titel: Toshiba Portege 3500 Tablet
nachdem ich die livecd laufen lassen kann, mal gleich die nächste frage :
hat jemand eine lösung einen tablet in kanotix zu betreiben?
wacom heißt der touchscreen - treiber für xp und 2000 wären vorhanden.
slam - 23.11.2006, 11:45 Uhr
Titel: Toshiba Portege 3550 Tablet
Öffne als root die Datei /etc/X11/xorg.conf, unf füge folgende Zeilen hinzu:
Code:
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"
EndSection

Füge die folgenden Zeilen zwischen Section "ServerLayout" und EndSection ein:
Code:
InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"


Speichern, und danach mittels Strg+Alt+Back den X-Server neu starten.
Greetings,
Chris
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007