I have an native screen resolution of 3200x2000 with and 16’’ display and use kde with an intel i915 on leap 15.6
Pretty impossible to work so I use a resolution of 1920x1200
which I configured with “Configure Dispay setttings”
Works fine but sddm login screen and konsole startup messages are still in resolution 3200x2000
How can I change that?
I have tried for sddm to set the following
DisplayCommand=/usr/share/sddm/scripts/Xsetup
in /etc/sddm.conf and created the script /etc/X11/xdm/Xsetup
which has the following
#!/bin/sh
echo "`date`/usr/share/sddm/scripts/Xsetup started" >> /tmp/Xsetup.bmeier.log
sleep 2
xrandr --output eDP-1 --mode 1920x1200
This script is nevers started because log file is not created
I also added VGA option
GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=0a8ed6bd-0bda-4721-b783-eacfb24ebc93 splash=silent preempt=full quiet security=apparmor mitigations=auto vga=792"
in /etc/default/grub
but konsole output still at 3200x2400
What is the solution?