|
发表于 2003-8-10 12:03:12
|
显示全部楼层
[quote:7d5cbb3fbb="whoami0967"]先谢谢各位的回复。
to huangdi:按你说的第一步运行不下去。如下:
[root@FLY root] XFree86 -configure
产生Fatal Server error:
server is already active for display 0 if this server is no longer running,remove /temp/.X0-lock and start again.
我用rm /temp/.X0-lock 的时候它说该文件不存在,
而我用XFree86 -version命令的时候是可以正常运行的。
我在XWindow下查看到的刷新率的时候是73dpi,反正晃眼的不行,必须得改。[/quote]
What that means is you already have a X session running on display 0 even though it failed. The way to fix this is
- edit /etc/inittab fileid
- change "id:5:initdefault:" to "id:3:initdefault:"
- reboot the system, and you should have a login console.
- log in as root
- repeat the following commands
#XFree86 -configure
#XFree86 -xf86config /root/XF86Config.new
Again, if that works, you are set. If not, please post your /var/log/XFree86.0.log. |
|