FS#15032 - [archlinux-themes-kdm] Background artifacts when using it.

Attached to Project: Arch Linux
Opened by Jakub Schmidtke (sjakub) - Wednesday, 10 June 2009, 00:01 GMT
Last edited by Thayer Williams (thayer) - Sunday, 21 June 2009, 19:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Thayer Williams (thayer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
When using archlinux-themes-kdm (simplyblack and soft-grey) while logging into KDE I get weird artifacts in the background.
They consist of parts of images displayed before logging out - it looks like a big mess of previously displayed pictures.

Here is solution for exactly the same problem (although the theme is different):
http://forums.opensuse.org/hardware/64-bit/412685-nvidia-scrambled-kdm-background-login-splash.html#post1974101

I have tried it with archlinux-themes-kdm, and it works.
In both files, archlinux-simplyblack/kdm.xml and archlinux-soft-grey/kdm.xml first pixmap entry needs to be modified.
Instead of:
<!-- background -->
<item type="pixmap">
<normal file="background.png"/>
<pos x="0" y="0" width="100%" height="100%"/>
</item>
There should be:
<!-- background -->
<item type="pixmap" id="background" background="true">
<normal file="background.png"/>
<pos x="0" y="0" width="100%" height="100%"/>
</item>

( ' id="background" background="true" ' needs to be added to <item> )

This works great, the mess doesn't show up anymore.
This task depends upon

Closed by  Thayer Williams (thayer)
Sunday, 21 June 2009, 19:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thank you very much!

Loading...