Konfigurieren Sie nach der Installation des Tablet-PC-Pakets Ihr Tablet-Gerät. SUSE Linux Enterprise unterstützt zurzeit nicht die Konfiguration von Wacom-Geräten mit SaX2. Stattdessen ist es erforderlich, eine Systemkonfigurationsdatei zu bearbeiten. Die Datei /etc/X11/xorg.conf kann nur vom Systemadministrator geändert werden.
![]() | Eine fehlerhafte X-Konfiguration kann Ihre Hardware beschädigen |
|---|---|
Erstellen Sie vor der Bearbeitung der Datei | |
Fügen Sie bei Wacom-Geräten einige Zeilen zu /etc/X11/xorg.conf hinzu, wie in Beispiel E.1, „Konfiguration für Wacom-Geräte“ gezeigt.
Beispiel E.1. Konfiguration für Wacom-Geräte
Fügen Sie die folgenden Eingabegerät-Abschnitte hinzu:
Section "InputDevice"Driver "wacom" Identifier "Mouse[5]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Tablet" Option "Mode" "Absolute" Option "SendCoreEvents" "on" Option "Type" "cursor" EndSection Section "InputDevice"
Driver "wacom" Identifier "Mouse[7]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Pen" Option "Mode" "Absolute" Option "Type" "stylus" EndSection Section "InputDevice"
Driver "wacom" Identifier "Mouse[9]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Eraser" Option "Mode" "Absolute" Option "Type" "eraser" EndSection
Fügen Sie im Abschnitt ServerLayout die folgenden Zeilen hinzu:
InputDevice "Mouse[5]" "SendCoreEvents"
InputDevice "Mouse[7]" "SendCoreEvents"
InputDevice "Mouse[9]" "SendCoreEvents"
Mit diesen Änderungen sollte Ihr /etc/X11/xorg.conf wie folgt aussehen:
[...] Section "InputDevice"Driver "mouse" Identifier "Mouse[3]" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Name" "ImPS/2 Generic Wheel Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice"
Driver "wacom" Identifier "Mouse[5]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Tablet" Option "Mode" "Absolute" Option "SendCoreEvents" "on" Option "Type" "cursor" EndSection Section "InputDevice"
Driver "wacom" Identifier "Mouse[7]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Pen" Option "Mode" "Absolute" Option "Type" "stylus" EndSection Section "InputDevice"
Driver "wacom" Identifier "Mouse[9]" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Eraser" Option "Mode" "Absolute" Option "Type" "eraser" EndSection [...] Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents"
InputDevice "Mouse[7]" "SendCoreEvents" InputDevice "Mouse[9]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection
Diese Beispielkonfiguration sollte auf den meisten Tablet PCs funktionieren. Weitere Informationen finden Sie im Abschnitt „HOWTO“ auf der Wacom-Website von Linux unter http://linuxwacom.sourceforge.net/index.php/howto/x11.
Nach Fertigstellen der X-Window-Systemkonfiguration starten Sie Ihren X-Server erneut, indem Sie sich abmelden. Sie können auch die Benutzeroberfläche beibehalten und init 3 && init 5 in einer virtuellen Konsole ausführen.