Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I originallt posted this in the newbie forum, but since I didn't get any answers I'll try posting it here to. This was my original post.
I hope anyone can help me with this annoying problem. When I turned on my computer this morning and started KDE the window decorations were gone. That is, no buttons, no borders and so on. Just the content that is in the window is visible. So i tried rebootng the computer with an old kernel, and that helped. Things were back to normal. So my question is. Is there anything to do other than to recompile the kernel?
Could it maybe be the driver for the graphic card? It's an Nvidia 2 Go.
That was what I had experienced at that point.
Since i didn't get any replys, I just wiped the drive and re-installed Redhat. Now the same thing has happend again. Everything ran lika a charm. I updated my system with the Redhat network agent. However, after a fev re-boots, the same thing has happend again. The window decorations are gone. No buttons, no borders and so on. The system is also unable to log out the user. When logging out the screen just turns black and flickers every 2 seconds
first try looking into some logfiles (usually found in /var/log/) and try to search for what actually happens, when you try to log out a user. this may lead you to the reason of the problem....
if this is XFree-related problem, the result should be found in XFree86.x.log (where x is a number, usually 0 -> XFree86.0.log). And also see some other logs just in case...
first log in, then log out - now you said your screen starts flickering. try to switch to another console with, say, CTRL+ALT+F2. If you get it going, now read the logfile (problem should be visible at the end of the log?) with a command something like this:
cat /var/log/XFree86.0.log | less
and when you're done, hit q button. if you can't get the console open (screen flickers and won't do a thing), reboot and then read the logfile(s)...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.