我最近买了一台新电脑,一直想在上面安装 Linux 11.10 x64。这是一台 HP Pavilion dv6-6117dx。
- AMD 2.4GHz/1.5GHz VISION A8 技术,配备 AMD 四核 A8-3500M 加速处理器
- AMD Radeon HD 6620G 独立显卡
我很确定我选了不受支持的显卡之类的。我也试过从 USB 启动,但重启后屏幕变黑了。
答案1
来自 Ubuntu 论坛上的这篇文章
http://ubuntuforums.org/showpost.php?p=11503128&postcount=9
用作radeon.modeset=0
启动选项
然后安装 ati 驱动程序
首先添加 Canonical Partners 存储库
然后
sudo apt-get update
sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo rm /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx*
sudo apt-get install linux-headers-'uname -r'
sudo apt-get install fglrx
sudo apt-get upgrade
sudo reboot
第二到第四个命令可能找不到文件...没关系。确保没有碎片。
您可能需要这些命令(我不确定)
sudo echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
sudo update-initramfs -u