NVIDIA 驱动程序的问题:全屏(或几乎全屏)应用程序时出现白屏

NVIDIA 驱动程序的问题:全屏(或几乎全屏)应用程序时出现白屏

我的 NVIDIA 显卡是 7050/610i。我的问题是,升级到最新的 NVIDIA 驱动程序后,当我使用全屏(或几乎全屏)应用程序时,窗口会变白。

我的 xorg.conf 文件:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 270.29  ([email protected])  Wed Feb 23 16:38:34 PST 2011

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

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

Section "Module"
    Load    "glx"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    # generated from default
EndSection

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

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

有什么办法可以解决这个问题吗?

<--抱歉我的英语不好,请询问更多信息-->

答案1

解决方案:

  • 点击左上角的 Ubuntu 符号
  • 键入硬件并选择硬件驱动程序
  • 激活司机编号 173

来源:http://ubuntuforums.org/showthread.php?p=10748878

背景:

有一个启动板条目描述了这个错误以及解决它的任何进展:

https://bugs.launchpad.net/ubuntu/+bug/773582

相关内容