A tábla PC-hez tartozó csomagok telepítése után állítsa be a tábla eszközt. Jelenleg a SUSE Linux Enterprise nem támogatja a SaX2 alkalmazással felszerelt Wacom eszközök beállítását. Ehelyett a rendszerkonfigurációs fájlt kell szerkesztenie. A /etc/X11/xorg.conf fájlban csak a rendszergazda végezhet módosításokat.
![]() | Egy hibás X konfiguráció kárt tehet a hardverben is. |
|---|---|
A | |
Wacom eszközök esetében adjon hozzá néhány sort a /etc/X11/xorg.conf fájlhoz, ahogyan az itt látható: E.1. példa - Wacom eszközök beállítása.
E.1. példa - Wacom eszközök beállítása
Adja hozzá az alábbi Bemeneti eszköz részeket:
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
Az alábbi sorokat adja hozzá a ServerLayout részhez:
InputDevice "Mouse[5]" "SendCoreEvents"
InputDevice "Mouse[7]" "SendCoreEvents"
InputDevice "Mouse[9]" "SendCoreEvents"
A módosítások után a /etc/X11/xorg.conf fájlnak valahogy ehhez hasonlóan kell kinéznie:
[...] 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
Ennek a beállítási példának minden tábla PC-n működnie kellene. További információkért nézze meg a HOWTO részt a Linux Wacom weboldalon: http://linuxwacom.sourceforge.net/index.php/howto/x11.
Ha befejezte az X Window System beállítását, indítsa újra az X kiszolgálót. Ehhez jelentkezzen ki vagy lépjen ki a felhasználói felületről és futtassa a következőt a virtuális konzolban: init 3 && init 5.