LinuxSir.cn,穿越时空的Linuxsir!

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

[已解决]请大家帮我修改xorg.conf

[复制链接]
发表于 2009-9-19 14:16:44 | 显示全部楼层 |阅读模式
我显卡驱动装好了,但是只要启动就黑屏,只有把这个文件删除才可以进入系统,但是没有这个显卡就不工作,看电影都不行,请好心人帮我修改
在各位的热情帮助下我的显卡的问题是解决了.虽然各位的方法我都没有能够用上,但是还是谢谢各位了.
我的办法是这样的,整个删除掉旧的内核,再重新安装显卡驱动,成功!!!!!(流汗)我自己都不知道怎么回事,反正现在是问题成功解决.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed Sep  2 03:50:51 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "NoLogo"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


我的电脑是笔记本,Dell1400,显卡是8400GS,系统是Fedora,屏幕分辨率是1280*800,60HZ
附件的内容是我的xorg的日志,希望谁帮我看下如何操作!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2009-9-19 15:33:56 | 显示全部楼层
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

你上应该贴上xorg的日志上来的。
已经是很简要的了,启动时看有没有显卡驱动的标志,换显卡驱动试试等方法
还有看看显卡驱动的openGL支持有没有打开,这个没打开也会黑屏的,我的Gentoo的打开方法是用eselect。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-19 17:48:14 | 显示全部楼层
只要这个文件存在,启动的条结束了就是黑屏,根本看不见桌面,更加不用说nvidia的logo了。
还有,显卡都没有办法打开,这个opengl怎么开嘛!
回复 支持 反对

使用道具 举报

发表于 2009-9-19 19:33:06 | 显示全部楼层
显卡驱动是装的185.18.36以后的版本吗?
这个版本以前的在f11上可能会遇到些问题,
f11的xorg版本比较新。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-19 21:01:31 | 显示全部楼层
显卡的版本是190的,185安装问题也是一样,我就想换一更新的吧,谁知道这样还是不行,现在的电脑只能做点普通的事情,看电影都不行
回复 支持 反对

使用道具 举报

发表于 2009-9-19 21:38:50 | 显示全部楼层
那你先以root登录,
执行
  1. X -configure && cp ~/xorg.conf.new /etc/X11/xorg.conf
复制代码
再重启一下看看能进桌面吗?
如果能进桌面,
退到终端,
再重装一下最新的驱动看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-19 22:35:09 | 显示全部楼层
Post by realasking;2028408
那你先以root登录,
执行
  1. X -configure && cp ~/xorg.conf.new /etc/X11/xorg.conf
复制代码
再重启一下看看能进桌面吗?
如果能进桌面,
退到终端,
再重装一下最新的驱动看看。
这个也尝试过了,也不行的
回复 支持 反对

使用道具 举报

发表于 2009-9-19 22:57:38 | 显示全部楼层
装好驱动重新mkinitrd呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-20 00:13:49 | 显示全部楼层
也不行,总之是几乎网上所有的办法都尝试呢,问题一定是摘xorg.conf这个文件里面,因为没有这个文件系统的Xwindows就正常(虽然不能用显卡)
回复 支持 反对

使用道具 举报

发表于 2009-9-20 15:29:27 | 显示全部楼层
看来应该不关xorg.conf的事。
今天我升级后也遇到和楼主类似的问题,
只是我比较幸运,
只是在该出现NV标志那里白了一下屏,
然后黑屏并*出Kwin崩溃的提示,
然后又黑屏,
对任何热键都没有响应,
不过关机重开之后就正常了^_^
我是Geforce 6100Go显卡,
TL-50的CPU。
回复 支持 反对

使用道具 举报

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

本版积分规则

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