LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Problem starting KDE - xorg no displays found (https://www.linuxquestions.org/questions/suse-opensuse-60/problem-starting-kde-xorg-no-displays-found-448789/)

ZeromusM 05-26-2006 10:27 AM

Problem starting KDE - xorg no displays found
 
(Continued from http://www.linuxquestions.org/questi...85#post2253485 )

Quote:

Originally Posted by anatman
Yes there were some errormessages both in the xorg logfile (no screens found) and kde, and dmesg, but how can I get the output of those files on a floppy so I can copy it on here? I'm using Kubuntu 5.10 live until I get it fixed...

You can divert the output of dmesg (or any other command line program) using >

Code:

dmesg > /media/floppy/dmesg.log
You could do the same when you try to start up kde, in this case use &>, which will direct both the output and errors to a log:

Code:

kde &> /media/floppy/kde.log
As far as the logs, the best thing to do would be to simply cp them to the floppy, as long as they're not too big to fit.

anatman 05-27-2006 06:26 PM

Thanks ZeromusM. I didn't have any critical files stored yet so I did a reinstall of OpenSUSE SLICK and it works just fine now. During installation I installed most of the updates and have had no problems with that (knock knock). If I get the same problem again I'll get back to this thread and post the errors.


All times are GMT -5. The time now is 11:06 PM.