我刚刚安装了 Ubuntu 11.10,并进行了所有软件更新。当我进入“附加驱动程序”时,我看到我的 ATI/AMD 专有 FGLRX 图形驱动程序未激活。它显示(发布后更新)。我尝试激活它,但它不起作用?Ubuntu 真的很慢,似乎什么都不顺畅?另外,我的笔记本电脑风扇一直开着,这让我的笔记本电脑非常热。请有人帮帮我!
答案1
您的计算机有多块显卡吗?我有一台使用 xubuntu 的 dv7,有一块 ATI 独立显卡和一块英特尔集成显卡。
fglrx-update 包将无法工作。这是一个错误
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/870560?comments=all
读一遍。
对于 xubuntu,我不需要 unity 的图形,因此英特尔卡工作正常。尝试使用 2D 的 unity。如果没有安装 fglrx,请找出
sudo su
cat /sys/kernel/debug/vgaswitcheroo/switch
you should see
0:IGD:+:Pwr:0000:00:02.0 --integrated graphics processor
1:DIS: :Pwr:0000:01:00.0 --discrete graphics processor
The fan on problem might be that both gpus are powered up even though only one is used.
For the fan problem, try
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
and then re-run: cat /sys/kernel/debug/vgaswitcheroo/switch
this should give
0:IGD:+:Pwr:0000:00:02.0
1:DIS: :OFF:0000:01:00.0