On Tue, Jan 12, 2010 at 01:34:45 +0100, Marco d'Itri wrote:

> On Jan 12, Julien Cristau <jcris...@debian.org> wrote:
> 
> > Marco, what do you think of switching to this, or at least using its fb
> > part?
> I do not mind explicitly blacklisting each fb driver, but I would like
> to have a way to semi-automatically generate the list. Is there any?
> 
I suppose something like
find /lib/modules/$(uname -r)/kernel/drivers/video -type f|while read
mod; do echo blacklist $(basename $mod .ko); done
could work (possibly excluding some generic and backlight drivers, if
those should be autoloaded?).

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to