On Saturday 10 November 2007 12:41, Ben Kevan wrote:
> On Saturday 10 November 2007 12:03:24 pm Randall R Schulz wrote:
> > ...
> >
> > As to whether it's the default (meaning that it can be changed at
> > all), I don't know, but I ran /usr/bin//nvidia-settings and cannot
> > find an option there to control this behavior.
> >
> > > Thanks,
> > > IG
> >
> > Randall Schulz
>
> Or you can just add:
>
> Option                "NoLogo"
>
> Under your device section of your xorg.conf
>
> You can do:
> cat /etc/X11/xorg.conf | grep NoLogo

That's good to know, but let's nip in the bud this "cat piped to 
fill-in-the-blanks" business. It is the rare Unix command that only 
reads standard input (they exist, but they're uncommon).

This is the idiomatic (and easier to type and of lower overhead) way to 
accomplish what you're suggesting:

% grep NoLogo /etc/X11/xorg.conf


> ...
>
> Ben


Randall Schulz
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to