| Summary: | Nheko-reborn has scaled up inappropriately | ||
|---|---|---|---|
| Product: | [Plasma] KScreen | Reporter: | Loren Burkholder <loren> |
| Component: | common | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.18.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Loren Burkholder
2020-06-20 16:38:20 UTC
Did you remember to log out or reboot after changing the scale? If you do so, does the problem go away? (In reply to Nate Graham from comment #1) > Did you remember to log out or reboot after changing the scale? If you do > so, does the problem go away? Yes, I logged out, and no, it didn't go away. Thanks. How odd. Can you paste the output of `grep -ri scale ~/.config/kdeglobals` and `env | grep -i scal` ScaleFactor=1 ScreenScaleFactors=eDP-1=1;HDMI-1=1; and QT_SCREEN_SCALE_FACTORS=eDP-1=1;HDMI-1=1; QT_AUTO_SCREEN_SCALE_FACTOR=0 respectively. Thanks. That's everything that KWin, KScreen, and Plasma do, and it looks like we're doing everything right. Seems like it has to be an issue in Nheko, then. Perhaps it guesses the scale factor internally and then stores that information in its own config file or something. Can you report this to its developers? Thanks! (In reply to Nate Graham from comment #5) > Thanks. > > That's everything that KWin, KScreen, and Plasma do, and it looks like we're > doing everything right. Seems like it has to be an issue in Nheko, then. > Perhaps it guesses the scale factor internally and then stores that > information in its own config file or something. Can you report this to its > developers? Thanks! Thanks for your efforts. I'll work with the Nheko folks. |