kde broken on graphical iso (1)
When running nixos-0.1pre25451-i686-linux.iso (at least on qemu) after starting the xserver, and logging in as root, the KDE startup sequence proceeds but the KDE desktop does not come up. Instead you just get a black screen with a black cursor.
Submitted by Russell O'Connor on 8 January 2011 at 22:47
Issue Log
Seems to be a compositing problem in KDE, probably due to the Cirrus video driver used under QEMU. Pressing “alt-shift-f12” disables compositing and fixes the black screen.
It’s not clear to me why KDE would try to do compositing on a video driver that doesn’t support it.
Workaround in r25659.
It seems that we should disable the swrast_dri.so module in Mesa. In the Nixpkgs trunk it causes the black screen described in this issue, and in the x-updates branch it causes the X server to segfault.
r26281 introduces a patch to KDE that disables compositing with the software renderer.
Log in to post comments