|
|

楼主 |
发表于 2006-11-25 08:00:38
|
显示全部楼层
Post by zhllg
emerge dev-perl/XML-Parser
xorg.conf里,你确定你需要这些么?有这个设备么?
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
你的log里有这几个错误,不知道你注意没有
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
这不明摆着
你需要在INPUT_DEVICES变量里加上wacom
这个变量定义在/etc/make.conf里
然后重新emerge xorg-server
多谢,,,
不能升级的问题,昨天找论坛已经解决..
重新emerge XML-Parser
正在升级中...
另外我的xorg.conf里面那些东东应该是没啥用的.我有删除过,但不见成效,,,xorg.conf是直接cp,suse或者是UBUNTU里面的文件过来的....升级之前是可以正常使用的...
全面更新好系统后再试试,然后把那几行删除再试试... |
|