On Mon, Mar 17, 2008 at 12:12:57AM -0300, Paulo Cavalcanti wrote:
> On Sat, Mar 15, 2008 at 10:29 PM, Paulo Cavalcanti <[EMAIL PROTECTED]> wrote:
> 
> > Axel,
> >
> > the new nvidia-graphics-switch writes
> > the list of modules to be blacklisted in
> > /etc/modprobe.conf.
> >
> > However, there is a typo. In my case,
> > the line added was:
> >
> > blacklist nvidia-169.09
> >
> > but the correct line would be:
> >
> > blacklist nvidia-169_09
> >
> >
> You almost fixed it.
> 
> echo "blacklist nvidia-$NVavail" || sed -e's,\.,_,' >> $file
> 
> Note that there is an extra |. The correct command is:
> 
> echo "blacklist nvidia-$NVavail" | sed -e's,\.,_,' >> $file
> 
> Doing that, it works fine.

Thanks for both corrections!
-- 
Axel.Thimm at ATrpms.net

Attachment: pgpGzTLT1Lbx6.pgp
Description: PGP signature

_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to