LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: zeroo

升级完系统后无法进入X

[复制链接]
发表于 2006-11-25 00:31:02 | 显示全部楼层
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
回复 支持 反对

使用道具 举报

 楼主| 发表于 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里面的文件过来的....升级之前是可以正常使用的...

全面更新好系统后再试试,然后把那几行删除再试试...
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表