今天从装系统,再用虚拟机启动redhat9出现错误。无法启动,错误如下:

 

Linux "could not open default font 'fixed'."错误解决

log   file:"/var/log/XFree86.o.log" 
          Using   config   file:"/etc/X11/XF86Config. 
          Warninging:   font   renderer   for     ".TTF"   already   registered   at   priority   10   
          Warninging:   font   renderer   for     ".TTC"   already   registered   at   priority   10   
          Could   not   init   font   path   element   unix   /:7100   removing   from   list! 
          Fatal   server   error: 
          could   not   open   default   font   'fixed'. 
          XID:   fatal   ID   error   104   (Connection   reset   by   peer)   on   X   server   "   :0.0"

 
进不去Linux了,很郁闷。。。后来google了一下,看来很多人都有过类似的情况,他们给出的解决方案如下:

  进入/etc/X11/XF86Config   
  
vi  XF86Config     找到这里的内容: 
  
  section   "Files" 
  ...... 
            FontPath   "/usr/share/fonts/simsum   " 
            FontPath   "unix/:7100   "       (就这两个FontPath) 
  
然后用   #   把   FontPath   "unix/:7100   "   注释掉重启后,顺利进入了Linux。 

Linux的日志是一定要看的。。。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐