this post was submitted on 09 Mar 2024
24 points (90.0% liked)

KDE

5187 readers
48 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

Hello all,

I have created a post on reddit to fix the issue where SDDM doesn't scale well on plasma 6, and wanted to share it here in case anyone is having the same issue

I have two monitors that are 4k and SDDM wasn't scaling correctly on either of them. It was too small and was very annoying. I tried many ways to fix it, but nothing helped. Applying plasma settings to SDDM from the settings didn't help either. Some kind soul recommended an Arch wiki piece that helped me fix it. I want to share with everyone just in case. And here is the screenshot on what to do in case the wiki is not clear enough. Navigate to /etc/sddm.conf.d and create a new file and call it hidpi.conf (in case you don't have it), then add the following lines to it and save:

[Wayland]

EnableHiDPI=true

[X11]

EnableHiDPI=true

[General]

GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192

You can change the QT_SCREEN_SCALE_FACTORS=2 to any number to fit the size of your screen. I set mine to 1.75 since it is the perfect scaling for my 27" monitor. Hope this helps. Have a good day

top 3 comments
sorted by: hot top controversial new old
[–] eskuero@lemmy.fromshado.ws 7 points 7 months ago* (last edited 7 months ago) (1 children)

You should post the text here rather than a link to reddit

[–] penquin@lemmy.kde.social 2 points 7 months ago

Done. Thank you