|
|
发表于 2007-4-16 08:20:14
|
显示全部楼层
Post by 晨想
你的 local.conf 似乎有问题,你看看?
fc-cache -rv 试试。
至于你的 machine id,运行 dbus-uuidgen 试试。 多谢指点,------- (用dbus-uuidgen --ensure 解决)。
又出了新问题;
开始升级时,没有用 --deep ,xchat 不能用,不知是不是由于它,于是就又重新升级了一次.
#emerge --update --deep --newuse wold&&emerge --depclean\
&&revdep-rebuild&&update-moudles --force
结果,现在startx不能进入图形窗口了.错误提示是:- X Window System Version 7.1.1
- ......
- (EE) Failed to load module "Mouse" (module does not exist, 0)
- (EE) I810(0): unknown reason for exception
- (EE) I810(0): cannot continue
- (EE) I810(0): VBE initialization failed.
- (EE) Screen(s) found, but none have a usable configuration.
- Fatal server error:
- no screens found
- XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
- after 0 requests (0 known processed) with 0 events remaining.
复制代码 /etc/X11/xorg.conf文件中以前用mouse能用,现在用mouse / Mouse 都不行.代码如下:- Section "ServerLayout"
- Identifier "X.Org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "PS/2 Mouse" "AlwaysCore"
- EndSection
- ..........
- Section "InputDevice"
- Identifier "PS/2 Mouse"
- Driver "Mouse"
- Option "Protocol" "IMPS/2"
- Option "Device" "/dev/input/mice" # "/dev/misc/psaux"
- Option "Emulate3Buttons" "true"
- Option "Emulate3Timeout" "70"
- Option "SendCoreEvents" "true"
- Option "ZAxisMapping" "4 5"
- EndSection
- # Auto-generated by mkxf86config
- .......
复制代码 |
|