Manck Asked: 2012-09-29 15:06:03 +0800 CST2012-09-29 15:06:03 +0800 CST 2012-09-29 15:06:03 +0800 CST How to enable Gallium driver and remove radeon xorg driver, vesa,etc 772 How to remove radeon xorg driver, vesa etc. and enable de default Gallium driver? drivers 1 Answers Voted user61928 2012-09-29T21:45:52+08:002012-09-29T21:45:52+08:00 To enable Gallium add Option "ForceGallium" "true" in /etc/X11/xorg.conf You can remove what you want from synaptic if you have else you can use the commands: For Vesa: sudo apt-get remove xserver-xorg-video-glint For other ATI drivers: sudo apt-get remove xorg-driver-fglrx"
To enable Gallium add
Option "ForceGallium" "true"
in /etc/X11/xorg.confYou can remove what you want from synaptic if you have else you can use the commands:
For Vesa:
sudo apt-get remove xserver-xorg-video-glint
For other ATI drivers:
sudo apt-get remove xorg-driver-fglrx"