我的显卡有问题。它是 NVIDIA GeForce 8600M GT,有点旧了。
全新安装任何 Ubuntu 版本(当时是 13.04)后,一切都运行正常。完成大量更新后,GPU 和屏幕分辨率都出现问题。我的显示器/GPU 组合应该在 1280x800 下工作,笔记本电脑本身可以运行巫师游戏(在 WIndows OFC 下)。
经过这些更新后:
- 我可以设置的最大屏幕分辨率是 1024x768,并且图形似乎被“拉伸”了。
Gnome/Unity 似乎运行得非常慢。
我尝试通过创建 xorg.conf 文件来强制其他分辨率选项,其中图形部分和屏幕部分如下所示:
Section "Device"
Identifier "NVIDIA GeForce 8600M GT"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "8600M GT"
Option "NoLogo" "true"
Option "AllowGLXWithComposite" "true"
Option "Coolbits" "1"
Option "Triplebuffer" "true"
Option "OnDemandVBlankInterrupts" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 8600M GT"
Monitor "Dell Inspiron 1520 WXGA+ LCD"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
但这根本没有帮助。
我试过 NVIDIA 的专有驱动程序,但不起作用。开源驱动程序 (nouveau) 也不起作用...
我只是不知道该怎么办。