Hello. I’m using openSUSE 11.4 on a HP Pavilion laptop, and it was working fine until last week or so. A zypper update seems to have upgraded to a package with a nasty bug though: it now boots into a black screen, instead of showing kdm.
And the only option after that is to forcefully shut down the machine; neither Ctrl+Alt+F1 nor Ctrl+Backspace nor Ctrl+Alt+Del does anything. Not sure if this means the kernel hangs, or just that X blocks all keyboard input as well.
The issue with powering off with the hardware button is that I don’t get full log files (especially kdm.log) so it’s a bit hard to investigate…
I have tried many things, here are the results:
- Default radeon driver + kdm = black screen
- nomodeset + radeonhd driver + kdm = black screen [driver doesn’t support HD4200 anyway]
- nomodeset + radeon driver explicitely requested + kdm = black screen
- fglrx + kdm = black screen
I also tried enabling Option “monitor-LVDS” “Default Monitor” in 50-device.conf as the comment there suggests, no difference.
But here’s where it get interesting:
- if I boot into runlevel 1 (adding “1” to the boot options in grub), and at the prompt I type startx, then it works. Both with ‘radeon’ and ‘fglrx’.
- if I boot into runlevel 1 and type /etc/init.d/xdm start, then it works.
Note: startx as a user (from runlevel 3) doesn’t work (seems openSUSE doesn’t support that? I get permission errors for /var/log/Xorg.0.log, and if I hack that I get tty-related permission errors, even after adding the user to the tty group).
In conclusion, this doesn’t look like the typical X driver issue. It’s rather related to the stuff that happens in runlevel 5 but not in runlevel 1 – the lizard-screen hiding the real stuff possibly, although the problem also happens in failsafe mode where there’s no such splash… I’m very confused.
For sure it’s a recent regression, which should help someone who follows opensuse more closely to figure out what might have triggered this.
Maybe something related to TTY switching…
Log files available on demand, although I couldn’t see anything interesting in them - X doesn’t fail, it merely shows nothing…
David Faure, KDE developer.