|
Bugzilla – Full Text Bug Listing |
| Summary: | kcm_sddm package unable to set UI scaling in SDDM after upgrading to KDE Plasma 6 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Michal Walach <misawalach00> |
| Component: | KDE Workspace (Plasma) | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | vkrevs |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michal Walach
2024-03-17 22:23:41 UTC
I have managed to work around this issue by creating a file called hidpi.conf in the /etc/sddm.conf.d directory with this content: [General] GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192 [Wayland] EnableHiDPI=true [X11] EnableHiDPI=true ServerArguments=-nolisten tcp -dpi 192 It seems like the problem isn't with SDDM but with the sddm-kcm6 package. After creating this file SDDM is properly scaled to 200%. Fixed in 6.0.3: https://bugs.kde.org/show_bug.cgi?id=467039 Closing report. |