Bug 401095 - Different scale values for different screen don't render properly
Summary: Different scale values for different screen don't render properly
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-multiscreen (show other bugs)
Version: 5.12.6
Platform: Kubuntu Linux
: NOR normal
Target Milestone: 1.0
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-16 09:32 UTC by sekisushai
Modified: 2018-11-16 12:19 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Rendering result (258.17 KB, image/png)
2018-11-16 09:32 UTC, sekisushai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sekisushai 2018-11-16 09:32:28 UTC
Created attachment 116338 [details]
Rendering result

I have a two screen configuration:
- eDP-1, 3840x2160
- DP-1, 1920x1200
As the eDP-1 screen is hi-DPI, I have set a scaling factor = 2 in the systemsettings. This forced the font DPI at 192. However, with this configuration, the DP-1 screen is scaled up as well and the fonts are huge.

Therefore, in ~/.config/startupconfig I set the parameters'kdeglobals_kscreen_screenscalefactors' as follows:

kdeglobals_kscreen_screenscalefactors='eDP-1=2;DP-1=1;'

OBSERVED RESULT (see attachement)
For the DP-1 screen:
The fonts are scaled up at 1 for the QT applications windows
The title-bars are scaled up at 2 for all applications.
The fonts are scaled up at 2 for GTK applications.

EXPECTED RESULT
Everything should be scaled up at 1 for DP-1 screen.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 18.04
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 
Qt Version: 5.9.5
Comment 1 David Edmundson 2018-11-16 11:14:01 UTC
There's a reason there's not a GUI option for a setting that doesn't work.

What you want does work on wayland.
Comment 2 sekisushai 2018-11-16 12:19:49 UTC
I didn't know about wayland. It is working perfectly with it, thank you!