| Summary: | If QT_SCALE_FACTOR is set to 2, Kwin doesn't start and runs at 100% CPU forever | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Niccolo Brogi <me> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | me |
| Priority: | NOR | ||
| Version First Reported In: | 5.12.7 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kwin/79ce5dac9a2af0823c16f80dfff19ef3494d08c3 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Niccolo Brogi
2019-04-03 18:28:44 UTC
Ops, nevermind--image was too big to attach. I uploaded it here: https://i.imgur.com/ElQEOe6.jpg Why do you set this environment variable anyway? Use this instead: QT_SCREEN_SCALE_FACTORS Git commit 79ce5dac9a2af0823c16f80dfff19ef3494d08c3 by David Edmundson. Committed on 04/04/2019 at 01:03. Pushed by davidedmundson into branch 'Plasma/5.15'. Also unset QT_SCALE_FACTOR Summary: Qt scaling and kwin on X11 is never going to work so it is disabled. However, Qt uses multiple environment variables for subtly different internal things. We don't set QT_SCALE_FACTOR in Plasma, using different ones. An XFCE user was setting this, which kinda makes sense if your DE doesn't have an appropriate UI. I don't think it's relevant for main_wayland as wl_output.scale should trump the environment variable. Reviewers: zzag Reviewed By: zzag Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D20234 M +1 -0 main_x11.cpp https://commits.kde.org/kwin/79ce5dac9a2af0823c16f80dfff19ef3494d08c3 Thanks, guys! |