安装 ATI/NVIDIA 驱动后无法启动 X,如何修复?
打击装了ATI 驱动之后,系统直接挂了,郁闷啊!!! 说清楚点大家好帮你 最讨厌这种不把问题说清楚的帖子。 系统直接挂了?
控制台能进行吗? 不好意思,说错了,是X挂了
控制台还行,正在想办法中…………………… 请修改 /etc/X11/xorg.conf 里的配置。找到 device 小节,将里面指定的驱动改回默认设置即可:
vim /etc/X11/xorg.conf
比如安装 nvidia 驱动后我的配置:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
将指定的驱动改回默认设置:
#Driver "nvidia"
Driver "nv"
即下面的样子:
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
我没有ati 卡,你的显卡应该是:
Driver "fglrx"
试着改成:
Driver "ati"
或者:
Driver "vesa"
如果还不行,用井号 # 注释掉 Section "Module" 里的 Load"dri"
页:
[1]