
2. Add the following lines to the
ServerLayout
section:
InputDevice "Mouse[5]" "SendCoreEvents"
InputDevice "Mouse[7]" "SendCoreEvents"
InputDevice "Mouse[9]" "SendCoreEvents"
With these changes, your
/etc/X11/xorg.conf
should resemble the following:
[...]
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
Support of Tablet PCs
329
Summary of Contents for LINUX ENTERPRISE DESKTOP 10 SP1 - KDE 14-05-2007
Page 1: ...SUSE Linux Enterprise Desktop www novell com 10 SP1 May 14 2007 KDE User Guide...
Page 12: ......
Page 13: ...Part I KDE Desktop...
Page 14: ......
Page 73: ...Part II Office and Collaboration...
Page 74: ......
Page 124: ......
Page 142: ......
Page 162: ......
Page 180: ......
Page 190: ......
Page 202: ......
Page 203: ...Part III Internet...
Page 204: ......
Page 214: ......
Page 222: ......
Page 237: ...Part IV Multimedia...
Page 238: ......
Page 276: ......
Page 289: ...Figure 20 6 RealPlayer for Linux Playing Music and Movies 277...
Page 290: ......
Page 304: ......
Page 312: ......