On Mon, Mar 17, 2008 at 11:33 AM, Neil Bird <[EMAIL PROTECTED]> wrote:

> Around about 17/03/08 04:32, Axel Thimm typed ...
> >> echo "blacklist nvidia-$NVavail" | sed -e's,\.,_,' >> $file
> >> > Doing that, it works fine.
> > Thanks for both corrections!
>
>    Actually, it's also missing a 'g' on the end of the sed expr. (for the
> older NV versions that have multiple dots, like 96.43.05).
>
>
> echo "blacklist nvidia-$NVavail" | sed -e's,\.,_,g' >> $file
>
>
>   Is this now working OK for everyone?  I had problems with 'nvidia' not
> loading at *all* unless the specific version was given to modprobe when I
> was fiddling with the script myself.
>
>

It is working just fine for me.

One long standing "bug" finally burst.

-- 
Paulo Roma Cavalcanti
LCG - UFRJ
_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to