加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

如何重新配置XFree86【整理】

(2007-08-22 00:51:44)
标签:

xfree86

字体文件

x11

重新配置

图形界面

linux

unix

操作系统

arm板子

分类: 其它文章
文/圆融一笑
 GUI 图形操作界面
窗口操作系统正如我们居室的窗户,能看外面的美丽风景......
原来技术性的工作也来自生活,终归生活
......
linux 忽然进不了图形界面,原因是找不到字体文件:
我的X突然启动不了```显示如下内容:
[GLX]: Initializing GLX extension 
Could not init font path element unix/:7100,removing from list!

Fatal  server error: 
could not open default font 'fixed' 

reporting problem related to server crash, please send 
the full server output, not just the last messages. 
This can be found in the log file "/var/log/XFree86.0.log". 
Please report problems to xfree86@xfree86.org. 

XIO: fatal IO error 104 (Connection reset by peer) on server ":0.0" 
after requests (0 known processed) with events remaining. 
解决办法:
方法一:vi /etc/X11/XFree86.Config
在文件里删除或注释FontPath “unix/:7100”这行
方法二:改字体文件路径
       server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/bil/X11/fonts/misc"    #这行原本已经被我删除了,换了新路径,你可以试试。

EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"
方法三:重装XFree86.
方法四:想办法恢复unix/:7100

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有