nvidia drivers ....
James Gray
james at grayonline.id.au
Sat Mar 4 12:56:51 UTC 2006
On Wed, 1 Mar 2006 03:58, Luca Mollica wrote:
> Well, Matt, thank you very much for your suggestion: I only will be able
> to check this evening if your advice is fine or not, then I will prompt
> the result of such an operation, I hope.
>
> The question is more subtle, BTW: I do not get the point of the usage of
> such "restricted" kernel modules. I mean, I have exeriences with other
> distro and I had never experienced such a problem and never faced,
> moreover, with restricted kernel modules. This is due to my ignorance,
> maybe: do you have any suggested further readings for this topic and,
> more in general, an introduction to the ABC of kernel modules and files
> handling ?
How about showing us the error from /var/log/Xorg.0.log when it fails to
start KDM? ;)
Look for log lines that begin with (EE) or (WW) - the following might be of
assistance:
egrep -C 2 '^\([EW]{2}\)' /var/log/Xorg.0.log
increasing the "-C" value above 2 may help by giving the error messages more
context. "man egrep" for the details :)
For the curious - egrep is Enhanced GREP and handles logic and regex in far
more powerful ways. The regex, above, matches "(EE)" or "(WW)" as long as
they start on a new line "^". The parenthesis are escaped as they have
special meaning in regex. The whole regex is between single quotes to
prevent the shell trying to interpret it or expand it as a file name glob
etc.
Cheers,
James
--
Você é mesmo uma pessoa maravilhoso
-- Luciana Gimenez, durante uma entrevista com o
cantor Maurício Manieri.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20060304/841163e2/attachment.sig>
More information about the kubuntu-users
mailing list