Skip Navigation

Search

KDE @lemmy.kde.social
penquin @lemm.ee

How to make both monitors have the same scaling for SDDM

So, I just had to reinstall my system and I'm now going through setting things up and SDDM was too tiny since I have two monitors that are 4k. So I set a hidpi.conf file in /etc/sddm.conf.d and put this in it

[General]

GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=1.5,QT_FONT_DPI=192

[Wayland]

EnableHiDPI=true

[X11]

EnableHiDPI=true

But now only the primary monitor is set to 1.5 scaling, and the other one is still set to 2. I also applied the sddm settings from the settings app and still the same results. Anyone knows how to make them both same scaling?

Thank you

KDE @lemmy.kde.social
penquin @lemmy.kde.social

Fix SDDM hidpi scaling on plasma 6

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:

 undefined
    
[Wayland]

EnableHiDPI=true

[X11]

EnableHiDPI=true

[General]

GreeterEnvironment=QT_
  
KDE @lemmy.kde.social
merthyr1831 @lemmy.world

Getting memory corruption artifacts when running a fullscreen app at a high/native resolution

I have a Lenovo 14aPH8 (Ideapad 5 gen 8?) which has a high DPI Screen with an AMD 7840HS (780m iGPU).

It's giving a bunch of memory corruption when on youtube in fullscreen, or before I reduce the resolution of a fullscreen application (Assetto Corsa Competizione is the only I've tried so far) from the native resolution to 1080p.

I previously RMA'd the Laptop due to similar artifacts on Pop!OS, and they confirmed the entire motherboard was replaced. However, the artifacts didn't go away so I tried KDE Neon which thankfully didn't have the same issues, until I tried gaming and youtube.On X11, the issues are gone, but as a fan of fractional scaling and touchscreen gestures I'm still using Wayland.

While this could be a hardware issue (I can't confirm as the laptop is so new not many people have it, let alone on linux) I'm sure this is software related because it only happens on X11, and I've also seem similar reports by nVidia users on Wayland.

Anyone able to signpost me if this i