LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: infone

1.5.3xorg conf怎么配置都出错 错误都是 说显卡驱动的模块不存在 我没装显卡驱动 可

[复制链接]
 楼主| 发表于 2009-1-28 00:38:03 | 显示全部楼层
Post by qiang_liu8183;1941847
看置顶,里面有解决方法,wiki上也有~~~


你是说我一楼的问题还是我在你楼上的那个问题哦?
回复 支持 反对

使用道具 举报

发表于 2009-1-28 01:22:59 | 显示全部楼层
Post by infone;1941842
但是还是有exit x后还是有3个错误信息反馈 在这继续请教大家了
fglrx(0) : unknown EDID version 0
(EE) PreInit returned NULL for ''TPPS/2 IBM TrackPoint"
config/hal :NewInputDeviceRequest

贴出我的xconf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#        InputDevice    "Mouse0" "CorePointer"
#        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/share/fonts/cyrillic"
#        FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#        FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
#        FontPath     "/usr/share/fonts/Type1"
#        FontPath     "/usr/share/fonts/ttf/western"
#        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
        FontPath     "/usr/share/fonts/wqy-unibit"
EndSection


Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
#        Load  "type1"
        Load  "freetype"
#        Load  "record"
#        Load  "synaptics"
EndSection

中间的#Section "InputDevice"全部按照置顶注释掉了

Section "Monitor"
        Identifier   "Monitor0"
#        VendorName   "Monitor Vendor"
#        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "fglrx"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon Mobility X300"
#        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth        24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


mark一下,现在手边上只有windows,明天回家看看台式机的xorg.conf再说
回复 支持 反对

使用道具 举报

发表于 2009-1-28 13:20:28 | 显示全部楼层

  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Jan  6 09:43:54 PST 2009

  3. Section "ServerLayout"
  4.     Identifier     "X.org Configured"
  5.     Screen      0  "Screen0" 0 0
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     Option         "AutoAddDevices" "False"
  9. EndSection

  10. Section "Files"
  11.     ModulePath      "/usr/lib/xorg/modules"
  12.     FontPath        "/usr/share/fonts/misc"
  13.     FontPath        "/usr/share/fonts/100dpi:unscaled"
  14.     FontPath        "/usr/share/fonts/75dpi:unscaled"
  15.     FontPath        "/usr/share/fonts/TTF"
  16.     FontPath        "/usr/share/fonts/Type1"
  17. EndSection

  18. Section "Module"
  19.     Load           "glx"
  20.     Load           "extmod"
  21.     Load           "xtrap"
  22.     Load           "dbe"
  23.     Load           "freetype"
  24. EndSection

  25. Section "InputDevice"
  26.     Identifier     "Keyboard0"
  27.     Driver         "kbd"
  28. EndSection

  29. Section "InputDevice"
  30.     Identifier     "Mouse0"
  31.     Driver         "mouse"
  32.     Option         "Protocol" "auto"
  33.     Option         "Device" "/dev/input/mice"
  34.     Option         "ZAxisMapping" "4 5 6 7"
  35. EndSection

  36. Section "Monitor"
  37.     Identifier     "Monitor0"
  38.     VendorName     "Monitor Vendor"
  39.     ModelName      "Monitor Model"
  40.     HorizSync       30.0 - 83.0
  41.     VertRefresh     56.0 - 75.0
  42. EndSection

  43. Section "Device"

  44.         ### Available Driver options are:-
  45.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  47.         ### [arg]: arg optional
  48.         #Option     "SWcursor"                   # [<bool>]
  49.         #Option     "HWcursor"                   # [<bool>]
  50.         #Option     "NoAccel"                    # [<bool>]
  51.         #Option     "ShadowFB"                   # [<bool>]
  52.         #Option     "UseFBDev"                   # [<bool>]
  53.         #Option     "Rotate"                     # [<str>]
  54.         #Option     "VideoKey"                   # <i>
  55.         #Option     "FlatPanel"                  # [<bool>]
  56.         #Option     "FPDither"                   # [<bool>]
  57.         #Option     "CrtcNumber"                 # <i>
  58.         #Option     "FPScale"                    # [<bool>]
  59.         #Option     "FPTweak"                    # <i>
  60.         #Option     "DualHead"                   # [<bool>]
  61.     Option         "AddARGBGLXVisuals" "True"
  62.     Identifier     "Card0"
  63.     Driver         "nvidia"
  64.     VendorName     "nVidia Corporation"
  65.     BoardName      "GeForce 8800 GTS 512"
  66. EndSection

  67. Section "Screen"
  68.     Identifier     "Screen0"
  69.     Device         "Card0"
  70.     Monitor        "Monitor0"
  71.     DefaultDepth    24
  72.     SubSection     "Display"
  73.         Viewport    0 0
  74.         Depth       1
  75.     EndSubSection
  76.     SubSection     "Display"
  77.         Viewport    0 0
  78.         Depth       4
  79.     EndSubSection
  80.     SubSection     "Display"
  81.         Viewport    0 0
  82.         Depth       8
  83.     EndSubSection
  84.     SubSection     "Display"
  85.         Viewport    0 0
  86.         Depth       15
  87.     EndSubSection
  88.     SubSection     "Display"
  89.         Viewport    0 0
  90.         Depth       16
  91.     EndSubSection
  92.     SubSection     "Display"
  93.         Viewport    0 0
  94.         Depth       24
  95.     EndSubSection
  96. EndSection

  97. Section "Extensions"
  98.     Option "Composite" "Enable"
  99. EndSection
复制代码


这个是我的nvidia
回复 支持 反对

使用道具 举报

发表于 2009-1-28 13:22:50 | 显示全部楼层
我这里没有你那里的那些注释掉的部分

你可以实验一下能不能先开源再闭源的驱动起来

我没看置顶贴,这个解决方法是我自己摸索出来的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-28 13:44:58 | 显示全部楼层
ok suite 我试试看
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-28 15:28:02 | 显示全部楼层
不行哦 我先用hwd -xa生成conf后再按你的来修改 可是修改完无法运行startx
一大列的错误
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-28 15:42:51 | 显示全部楼层
经过自己摸索了一下现在错误还剩下3个其中一个完全不知道怎么办
(EE) fglrx(0) : unknown EDID version 0
Could not init font path element /usr/share/fonts/TTF removing from list
Could not init font path element /usr/share/fonts/Type1 removing from list
那两个关于字体的我已经把type1的path和ttf的path项给注释掉了 可是还是有这个错误,后来我尝试了一下 把所有字体的path全部注释掉就没有这个错误了 ,可是这样xorg岂不是没字体了

现在最难解的就是第一个错误(EE) fglrx(0) : unknown EDID version 0
错误意思都不明白呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-28 17:19:06 | 显示全部楼层
现在安装了bitmapbesa和wqy-bitmapfont后fonts目录下有TTF这个文件加
所以Could not init font path element /usr/share/fonts/TTF removing from list
这个错误提示没了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-1-28 17:53:48 | 显示全部楼层
实时报告 两个字体问题都解决了 原来很简单安装相应的字体就行了
最重要的这个unknown EDID 还是不明白啊
唉 辛苦哦
回复 支持 反对

使用道具 举报

发表于 2009-1-28 21:38:45 | 显示全部楼层
既然是退出才有的错误,就可以乎略了,又不影响使用,可能和X退出和fglrx模块有什么冲突把
回复 支持 反对

使用道具 举报

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

本版积分规则

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