我已经删除了一张较旧的Nvidia卡,并将一个基于AMI and 4550的卡放入运行11.10的Ubuntu机器中。我运行了Nvidia卸载脚本,然后使用Ubuntu支持我的ATI显卡吗?中的步骤安装了fglrx包。即:
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases然后:
sudo apt-get install fglrx fglrx-amdcccle但是,当我现在重新启动系统时,在BIOS屏幕之后,带有红点appears...and的“Ubuntu”屏幕就不再继续了。它只是挂在那里,尽管系统可以ssh‘s。
我不是挑剔,只是希望卡运行控制台,以便任何驱动程序将工作-开源与否。
发布于 2013-01-29 01:00:31
我通过以下方式解决了这个问题:
sudo apt-get remove nvidia-current-updates然后,我删除了/etc/X11/xorg.conf (它似乎是由Nvidia安装生成的),并重新启动了机器。
系统提出了一个基本的工作GUI。耶!
https://askubuntu.com/questions/246411
复制相似问题