Well, that looks like a quick and easy fixCharlesV wrote: Wed Jul 02, 2025 6:09 pm ok, so in my VM I found:
- No such file as /usr/local/share/sddm/scripts/Xsetup
- I DID find /usr/share/sddm/scripts/Xsetup
and indeed adding the following did change my login window sizes:
I added to the file ( using Kate) :
xrandr -s 640x480
before the exit 0
So, my entire Xsetup file looks like thisand then logged out and *little tiny login screen*. Played with various res's and it reacted across them, so that does work. and didnt play with anything else. (ie no dpi, or s- or anything. )Code: Select all
#!/bin/sh # Xsetup - run as root before the login dialog appears xrandr -s 640x480 exit 0
I am going to say set yours to something like this and you should be good:Code: Select all
xrandr -s 1920x1080
Remember I am in a VM, but here are my graphics setup from QSI which also show "strange" s-dpi settings. no clue what these are about, but I am sure someone can explain that.
Code: Select all
Graphics: Device-1: VMware SVGA II Adapter driver: vmwgfx v: 2.20.0.0 ports: active: Virtual-1 empty: Virtual-2, Virtual-3, Virtual-4, Virtual-5, Virtual-6, Virtual-7, Virtual-8 bus-ID: 00:02.0 chip-ID: 15ad:0405 class-ID: 0300 Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 compositor: kwin_x11 driver: X: loaded: vmware unloaded: fbdev,modesetting,vesa dri: swrast gpu: vmwgfx display-ID: :0 screens: 1 Screen-1: 0 s-res: 1729x980 s-dpi: 47 s-size: 932x528mm (36.69x20.79") s-diag: 1071mm (42.17") Monitor-1: Virtual-1 mapped: Virtual1 res: 1729x980 hz: 60 size: N/A modes: max: 1729x980 min: 640x480 API: OpenGL v: 4.5 Mesa 24.2.8-1mx23ahs renderer: llvmpipe (LLVM 15.0.6 256 bits) direct-render: Yes

Will try later, and get back to you...
