você tem várias placas gráficas no computador? Eu tenho um dv7 usando o xubuntu e eu tenho uma placa gráfica ATI discreta e uma integrada intel.
Os pacotes fglrx-update não funcionam. isso é um bug
leia isso.
Para o xubuntu, não necessito dos gráficos de unidade, portanto, a placa intel funciona bem. Experimente a unidade em 2D. Se o fglrx não estiver instalado, descubra o resultado de
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