So I have 2 monitors which are the same inch size but one has a smaller resolution, this caused it to be considered much bigger by apps and whatsonot, so i tried looking for some ways to scale it down, It didn’t really work but it left an annoying side effect that i can’t get rid of which is wherever there’s a QT window on my monitor where I tried to decrease the size, it just gets rendered wrong, almost like its insanely bigger
It isn’t being scaled by KDE, I remember setting an environment variable, config or file of some kind to achieve that, but i can’t for my life remember where that is
@kz-n
I would check the Autostart what visible script or commands may cause the undesireable settings.
If you want to overwrite the setting by another script use kscreen-doctor -o # this output shows the best mode(s) marked by colours kscreen-doctor -o | grep Output:
shows your output devices
In my case a test script seems to do some settings
I may be wrong the scaling factor modifies the offset reciprocally.
But the simplest way is the graphical tool.
isn’t kscreen-doctor the same functionality as the gui in the system settings? my problem is not related to that, i was trying to scale my external monitor down (because since it has the same inch size but smaller resolution, the UI in it appears bigger than my main monitor) and i specifically couldn’t do that with the gui in the system settings ,so i was trying to use a different way but i don’t remember how to revert it
It’s hard to help you if you do not give enough information.
Are you on wayland or X-11?
Show us the output of loginctl show-session 2 -p Type
and kscreen-doctor -o
Yes, I am on X11, I tried to look for ways to scale my external monitor down, so it was something from google results but i can’t for my life find out what I searched for.
So why not to install arandr and interactively play with it. Use the commit tick and Save as to
~/.screenlayout/monitor.sh
chmod +x ~/.screenlayout/monitor.sh
OR save this in a file (di.sh) chmod +x di.sh and run it
Yes, the physical sizes are different. Modify the scale and if main menu appears on the HDMI (left) screen the 2nd position should be 1920*(1/scale of HDMI) if that makes sense.
I don’t want to change the size of my monitor anymore, I just want to revert what I had tried to do, I don’t know how else to explain my issue but with the screenshot in the OP where vlc on my main monitor looks fine but then looks scaled up and weird on my secondary
setting the qt scale factor to a number under zero does show vlc acting in that manner even on my main monitor, searching history for QT_SCALE didnt return anything apart from the commands i just did, and the find command seems to run infinitely (i noticed it taking forever on ~ so i added | pv > /dev/null and it was “moving” at 0B/s)