2

I want to use the open source Radeon driver for Ubuntu, but currently I'm using fglrx.

So, I went ahead and purged fglrx using sudo apt-get remove --purge fglrx* and when I rebooted and ran sudo lshw -c video, I still see driver=fglrx_pci. I've followed the instructions here.

I'm not sure why I can't completely purge fglrx, is anyone else experiencing this? I also checked Synaptic Package Manager and Additional Drivers and it says I'm not using fglrx at all. I'm not sure if I'm really using fglrx now.

Have anyone else encountered this? Thanks.

gerky
  • 741

1 Answers1

2

Try to blacklist this driver. Issue this command as root:
echo "blacklist fglrx_pci" >> /etc/modprobe.d/blacklist-fglrx_pci.conf

Reboot.

Frantique
  • 8,493