[SOLVED] Black screen after logout in Slackware-Current
SlackwareThis Forum is for the discussion of Slackware Linux.
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.
After updating my Slackware-Current (there was kernel and glibc package updates), I just get a black screen with a blinking "_" in the top-left corner when I logout.
I checked /var/log/kdm.log and found these errors:
Code:
(EE) Failed to load module "i810" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
I've found a workaround: uncommenting "TerminateServer=true" in kdmrc.
But I am wondering if anyone else is having this issue and if I should file a bug report.
Thanks
Last edited by piratesmack; 01-07-2010 at 03:05 PM.
I modify the official slackware package to be *sure* that the line you refer to is indeed uncommented.
The error you see there I have on debian, and BSD too fwiw.
In fact I have to do a very similar tweak to gnome's GDM too
It seems that whenever dri is active there's some form of lockup on my pc's.
I especially get this with intel and with ati/radeon both binary driver and the xorg driver.
I have yet to see nvidia binary need this, or the vesa driver need this. The fact that stock Slackware is using the vesa driver, then no, I would not recommend that it be filed as a bug with Slackware.
Tho, I do think it should be in changes and hints. I've seen this issue rear it's ugly head since I started using GNU's.
Upgraded (using slackpkg)to new kernel (2.6.32.3) today and -think- experienced similar problem: nvidia not found.
When compilation of driver failed, I realized that the kernel-headers and -source were not upgraded.
Downloaded and installed these by hand and compilation of driver was succesfull.
If I correctly understand the Slackware philosophy, you may need to recompile your kernel with switches set to include the Intel 810 video module. I think that the driver was added to the kernel around 2.6.30 and, if you're compiling using settings you used before then, you may not get all the various drivers installed. The same possibility may exist for the fbdev module.
I have the same problem with a HP 6715b laptop, running Slamd64 Linux 12.2 build. The laptop has ATI Radeon X1200 graphics.
I currently run an older radeon driver. It works, but not flawless. Video playback suffers, and when exiting X the screen blacks out when it should instead display the console.
Tried to solve this by downloading the latest driver from http://support.amd.com/ . But with the new driver i got a hard crash as soon as X loaded.
I had to revert to the old driver to get things working again. To bad the install script for the new driver had done numerous things to my install that made it impossible to even use the older driver, so i had to revert to my backup of the sysdisk to get it working properly. Hm?
I would very much like this problem to be solved. The Radeon driver is not open source, which makes me have to sit and wait until ATI/AMD decides they have to solve the issue. Annoying, since i bought the HP/Compaq laptop with AMD chips inside with the intention to have a nice and reliably working open platform.
I have the same issue, when logging out I get a blank screen. This has occurred after the upgrade in current recently. I am unsure of what the solution is here even though it says SOLVED. The errors in /var/log/Xorg.0.log are
(EE) Failed to load module "i810" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
I am unsure of what the solution is here even though it says SOLVED.
The solution (actually more like a workaround) is to...
Edit /etc/kde/kdm/kdmrc
Change this line:
Code:
#TerminateServer=true
To:
Code:
TerminateServer=true
You may have to reboot for the change to take effect.
Now when you log out, it will kill X and kdm will start back up.
I mentioned this in the first post.
The reason I posted this thread was because I wasn't sure if this was worth filing a bug report over. Somebody told me it wasn't, so I marked the thread as solved.
Last edited by piratesmack; 01-12-2010 at 12:52 PM.
Ok. Maybe we are talking about different things here?
I get a completely blacked out screen. Not even a blinking cursor. Killing X means literally kill screen output until reboot. Doesn't matter if X is run with startx, xdm, kdm, or whatever.
Hi guys,
and if one doesn't use kde, where does he set those parameters??
I use wmaker.
bye
If you do not have KDE installed, then you are not using the graphical login manager KDM, and therefore you do not suffer from the KDM issue as described in this thread.
Hi Alien Bob,
I know I'm not under KDE, but I hooked what wroom said..when I kill X, doesn't not matter if you are under xdm kdm gdm ecc, I have a blank screen.
However surfing a few, I found this where at "System freezes after logout with GDM, KDM or XDM" could be a solution to my problem. Could be it ?? I'm very very a newbe on linux :-)
Cheers
Gabriele
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.