News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

How to disable hotplug for ATI fglrx?

Started by sw25481, August 21, 2006, 11:16:05 PM

Previous topic - Next topic

archived

I realise everybody must be busy creating this great project but I'm shamelessly asking my question in a different way, hoping I may arouse someone's interest.

Hot-plug correctly identifies my Media Director has an ATI card and configures it accordingly.  Unfortunately the proprietary ATI driver does not support DRI on my ATI card where as the open source one does.  Any attempt to convince the system to let me use the open source driver gets overwritten by the new fancy hot-plug.

Does anyone know how I can turn it off or defeat it in this regard?  All I need is a nudge in the right direction and I should be able to work it out.


More detail at
http://plutohome.com/support/phpbb2/viewtopic.php?t=872

archived

Aha, just found this in Config_Device_Changes.sh

       # Add proprietary video card Device and drivers if needed
       # TODO: allow user to express his/her will in using the open source driver if he/she so desires

OK, no problem.  It's a todo

Looks like I just need to comment the line that says

               radeon|ati) PackageIsInstalled fglrx-driver && VideoDriver="fglrx" ;;

from Utils.sh