当我尝试
gladoscc@comp001:~$ sudo apt-get install fglrx fglrx-amdcccle
(附加驱动程序不起作用,出现错误)
我得到:
update-alternatives: using /usr/lib/pxpress/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /usr/bin/amdcccle because associated file /usr/lib/fglrx/bin/amdcccle (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/share/applications/ubuntu-amdcccle.desktop because associated file /usr/share/fglrx/amdcccle.desktop (of link group i386-linux-gnu_gl_conf) doesn't exist.
[还有更多这样的]
Setting up fglrx (2:8.881-0ubuntu4.1) ...
update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode.
update-alternatives: warning: skip creation of /usr/lib32/libaticalcl.so because associated file /usr/lib32/fglrx/libaticalcl.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: skip creation of /usr/lib32/libaticalrt.so because associated file /usr/lib32/fglrx/libaticalrt.so (of link group i386-linux-gnu_gl_conf) doesn't exist.
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group i386-linux-gnu_gl_conf is broken.
然后
Loading new fglrx-8.881 DKMS files...
Building only for 3.0.0-13-generic-pae
Building for architecture i686
Building initial module for 3.0.0-13-generic-pae
Done.
fglrx:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.0.0-13-generic-pae/updates/dkms/
depmod....
DKMS: install Completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Setting up fglrx-amdcccle (2:8.881-0ubuntu4.1) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.0.0-13-generic-pae
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
这是一台笔记本电脑,运行 ATI Mobility。我不确定确切的名称,因为 ubuntu 不会告诉我。
我也尝试过通过附加驱动程序和命令行安装“发布后更新”,但它们出现了类似的错误。
答案1
看起来不错,这些日志都没有问题。驱动程序安装正常。
为了确保您正在运行该驱动程序,请在安装后运行sudo aticonfig --initial -f
。
如果没有错误,请重新启动,然后就完成了。
您没有包含有关硬件的任何信息,要检查是否支持访问本网站。
答案2
兄弟,试试这个 PPA,它对我有帮助:
https://launchpad.net/~andrikos/+archive/ppa
sudo apt-add-repository ppa:andrikos/ppa
sudo apt-get update
sudo apt-get install xserver-xorg-video-intel
sudo apt-get install fglrx fglrx-amdcccle
sudo aticonfig --init
sudo reboot
一切都会好起来的:)