[问题]誰知道这几个东西是什么?

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
nap
帖子: 14
注册时间: 2006-08-20 19:08
联系:

[问题]誰知道这几个东西是什么?

#1

帖子 nap »

经常出现没有找到/dev/wacom 所以我把这几个东西屏蔽了
stylus eraser cursor
不过这些东西到底是什么 屏蔽后有什么影响吗?
还有那个glx模块在哪能看到,有什么.ko文件吗?


屏蔽的东西
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "ServerLayout"
...
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
...
EndSection
回复