LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 710|回复: 3

安装Xorg出错

[复制链接]
发表于 2009-4-15 14:35:05 | 显示全部楼层 |阅读模式
用X -config /root/xorg.conf.new测试时出现黑屏。强制退出是出现:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0 ,Release 1.3
Build Operating System: UNKNOW
Current Operating System: Linux localhost 2.6.24-21-gentoo-r7 #1 SMP Thu Apr 25 16:57:51 UTC 2009 sparc64
Build Date: 13 April 2008

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 06:07:00 2009
(++) Using config file: "/root/xorg/conf.new"
(II) Module already built-in
(II) Module already built-in

expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing


请问问题错在哪?expected keysym, got XF86KbdLightOnOff: line 70 of pc是什么错误?
 楼主| 发表于 2009-4-15 15:07:06 | 显示全部楼层
这是我的xorg.conf.new 文件

  1. Section "ServerLayout"
  2.         Identifier        "X.org Configured"
  3.         Screen              0  "Screen0" 0 0
  4.         InputDevice        "Keyboard0" "CoreKeyboard"
  5.         InputDevice        " Mouse0" "CorePointer"
  6.        
  7. EndSection

  8. Section "Files"

  9.         RgbPath      "/usr/share/X11/rgb"
  10.         ModulePath   "/usr/lib/xorg/modules"
  11.         FontPath     "/usr/share/fonts/misc:unscaled"
  12.         FontPath     "/usr/share/fonts/misc"
  13.        #FontPath     "/usr/share/fonts/TTF"
  14.        #FontPath     "/usr/share/fonts/OTF"

  15.         FontPath     "/usr/share/fonts/Type1"
  16.         FontPath     "/usr/share/fonts/100dpi"
  17.         FontPath     "/usr/share/fonts/75dpi"
  18. EndSection

  19. Section "Module"

  20.         Load  "dbe"
  21.         #Load  "dri"
  22.         Load  "extmod"
  23.         #Load  "glx"
  24.         Load  "Glcore"
  25.         Load  "record"
  26.         Load  "xtrap"
  27.         Load  "type1"
  28.                 Load  "freetype"
  29. EndSection



  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33.        
  34. EndSection

  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option            "Device" "/dev/input/mice"
  39.         Option            "Protocol" "auto"
  40.         Option            "ZAxisMapping" "4 5 6 7"
  41.        
  42. EndSection



  43. Section "Monitor"
  44.         Identifier        "Monitor0"
  45.         VendorName        "Monitor Vendor"
  46.         ModelName       "Monitor Model"
  47. EndSection

  48. Section "Device"
  49.         Identifier  "Card0"
  50.         Driver      "mach64"
  51.                 VendorName  "ATI Technologies Inc"
  52.                 BoardName   "Rage XL"
  53.                 BusID       "PCI:0:19:0"
  54.     
  55. EndSection

  56. Section "Screen"
  57.         Identifier  "Screen0"
  58.         Device      "Card0"
  59.         Monitor     "Monitor0"
  60.        
  61.         SubSection  "Display"
  62.                 Viewport   0 0
  63.                 Depth      1
  64.                                 Modes      "800x600"
  65.                         EndSubSection
  66.         
  67.         SubSection  "Display"
  68.                 Viewport   0 0
  69.                 Depth      4
  70.                                 Modes      "800x600"
  71.                         EndSubSection
  72.         
  73.         SubSection  "Display"
  74.                 Viewport   0 0
  75.                 Depth      8
  76.                                 Modes      "800x600"
  77.                         EndSubSection

  78.         SubSection  "Display"
  79.                 Viewport   0 0
  80.                 Depth      15
  81.                                 Modes      "800x600"
  82.                         EndSubSection

  83.         SubSection  "Display"
  84.                 Viewport   0 0
  85.                 Depth      16
  86.                                 Modes      "800x600"
  87.                         EndSubSection
  88.         
  89.         SubSection  "Display"
  90.                 Viewport   0 0
  91.                 Depth      24
  92.                                 Modes      "800x600"
  93.                         EndSubSection
  94. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2009-4-17 16:51:06 | 显示全部楼层
你打开看看日志提示什么.
/var/log/Xorg.0.log
回复 支持 反对

使用道具 举报

发表于 2009-4-17 16:58:21 | 显示全部楼层
Current Operating System: Linux localhost 2.6.24-21-gentoo-r7

更新内核和显卡驱动再试试看.
回复 支持 反对

使用道具 举报

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

本版积分规则

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