William Case wrote: >> I believe those are the ascii codes to change the colors. more or cat >> the file instead of editing it. :) >> > Right you are! Interesting. 'cat' and 'more' /var/log/boot.log prints > a proper colourized file to stdout. However 'less' and > 'gnome-system-log' only show me the ASCII colour codes without actually > colourizing.
Is you use less -R /var/log/boot.log the color escape sequences should
be rendered properly. I've got no clue about gnome-system-log.
> Of course it's not a big problem, but I would like to fix it. Any
> suggestions?
>
> Add while I am at it, the boot.log gives me this message:
> ...
> Enabling the nvidia driver: /etc/rc.d/init.d/functions: line 513: 1326
> Segmentation fault "$@"
> [FAILED]
It may be that nvidia-config-display is crashing. From a very quick
look, that seems to come from /etc/init.d/nvidia. Maybe you can poke
around there and see which command is failing. I think it's probably:
action $"Enabling the $name driver:" $exec enable
where name=nvidia and exec="/usr/sbin/$name-config-display"
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Two things are infinite: the universe and human stupidity;
and I'm not sure about the universe.
-- Albert Einstein (1879-1955)
pgpKsGkVFNv4M.pgp
Description: PGP signature
-- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
