LinuxSir.cn,穿越时空的Linuxsir!

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

安装完驱动后出现的问题

[复制链接]
发表于 2009-8-2 22:07:16 | 显示全部楼层 |阅读模式
yum安装了kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs 后,reboot系统,开始都一切正常,但是到了启动登录界面的时候,出现了白屏。无奈之下使用 ctrl+alt+backspace重启xserver,竟然奇迹般地重新出现了登陆界面,有点高不明白是怎么回事。
xorg.conf:
Section "Module"
        Load  "dri2"
        Load  "record"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
EndSection
Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection
Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        #Option     "DualHead"                  # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV17 [GeForce4 MX 440]"
        Option      "AddARGBGLXVisuals" "True"
        BusID       "CI:1:0:0"
EndSection
发表于 2009-8-3 17:14:18 | 显示全部楼层
xorg.conf

内容就这些 ??


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

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

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    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
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


是不是却少 参数引起的
显示器 刷新过高白屏 非常亮的那种 ??
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-3 19:49:33 | 显示全部楼层
我是没有将无关的键盘鼠标参数列出来而已,因为都已经能够正好从那个工作了。显示器的刷新率和亮度参数我早已经测试过,没有问题的,我所说的问题都是在更新了第三方驱动之后发生的,有时候重启一次xserver,但也有的时候要重启几次xserver才能够进入正常的登陆界面哦。
回复 支持 反对

使用道具 举报

发表于 2009-8-3 22:28:49 | 显示全部楼层
先看看 cat /var/log/Xorg.0.log | grep EE 都有些什么吧。

=====================================================================
不明白为什么 nv 96xx 不用 akmod-nvidia-96xx ,不行吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-6 07:01:58 | 显示全部楼层
我在一次或者多次重启xserver后就能正常工作,是不是说明,前面读取配置文件时出现了错误而fedora11启用了一个备用的配置文件,不过显卡的驱动还是装好了的,使用blender没有了掉帧现象,非常流畅?但是我发现X11下的xorg.conf已经被删除和重新改写了,傻掉了不少内容:
# Xorg configuration created by livna-config-display

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
        Option            "AIGLX" "on"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option            "AddARGBGLXVisuals" "True"
EndSection

Section "Extensions"
        Option            "Composite" "Enable"
EndSection
我通过nvidia的配置程序修改,问题依然存在,真头疼。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-7 23:19:34 | 显示全部楼层

都是内核升级惹得祸

今日不经意间查看了一下 grub.conf 突然发现里面多出不少内核的启动项来。我之前只有两个内核启动项的,后来才明白,是yum update的时候帮我更新到了带有PAE功能的内核(实际上我不需要,因为系统只有512M内存)。于是乎禁用这些新内核的启动,使用回原先自己编译过的FC内核,然后重启,再也没有xserver启动失败的情况发生了。所以说,yum update还是要慎用啊。
回复 支持 反对

使用道具 举报

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

本版积分规则

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