| Summary: | Blank screensaver becomes transparent after dismissing password prompt | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreensaver | Reporter: | Danny Baumann <dannybaumann> |
| Component: | general | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kwin-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Danny Baumann
2011-04-14 16:03:52 UTC
Kwin users on IRC report that the issue disappears when suspending compositing. May kscreensaver use an ARGB window with incorrectly filled alpha channel? the relevant code is QPalette palette; palette.setColor( backgroundRole(), QColor(Qt::black) ); setPalette(palette); setAutoFillBackground(true); show(); i would expect qt to do the right thing with rgba visuals here. maybe this is a kwin(-triggered driver) bug? Are you using the oxygen-transparent style or the corresponding features of Bespin/QtCurve? Are you using sth. like cairo-dock? Esp. check whether there's a custom color table on the root "xprop -root | grep COLOR" Are you using some driver feature (eg. of the nvidia driver) to override FSAA? (In reply to comment #3) > Are you using the oxygen-transparent style or the corresponding features of > Bespin/QtCurve? No. > Are you using sth. like cairo-dock? Esp. check whether there's a custom color > table on the root "xprop -root | grep COLOR" No cairo-dock, no custom color table (xprop -root | grep COLOR yields no output). > Are you using some driver feature (eg. of the nvidia driver) to override FSAA? No.I'm using the Nvidia binary driver, but without any FSAA override. *** This bug has been marked as a duplicate of bug 246623 *** |