Hi all, I’m running KDE-Wayland and Arch Linux on my Framework 13th Gen Laptop. Now, the dpi is 200, which is far too small for me to comfortably use.
When I go to KDE System Settings → Display Monitor → Display Configuration, I can either scale up my current resolution or use other (pre-set) resolutions. The scale option causes all X11 apps to look blurry, so it doesn’t work well. The pre-set resolutions do work, but they are all 16:9, 8:5, 4:3 or 5:4. creating letterboxing on my laptop screen.
As a result, I tried searching up how I could make custom resolutions on KDE-Wayland. One website suggested adding video=eDP-1:1800x1200@60
to the kernel parameters via grub. However, the frame resolution does not actually change after reboot, nor is 1800x1200 an available setting in Settings. sudo dmesg | grep 1800x1200
shows
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=cd99b203-7047-4e89-8952-7e000adbf32f rw loglevel=3 quiet nvme.noacpi=1 module_blacklist=hid_sensor_hub video=eDP-1:1800x1200@60
[ 0.029572] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=cd99b203-7047-4e89-8952-7e000adbf32f rw loglevel=3 quiet nvme.noacpi=1 module_blacklist=hid_sensor_hub video=eDP-1:1800x1200@60
[ 2.982548] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 3.040029] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 8.291849] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 18.535700] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 18.538834] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 1808.084696] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
[ 1813.628873] i915 0000:00:02.0: [drm] User-defined mode not supported: "1800x1200": 60 180634 1800 1920 2112 2424 1200 1201 1204 1242 0x20 0x6
So I’m not sure if the Intel graphics drivers will even let me use 1800x1200.
Has anyone tried editing their resolutions on KDE-Wayland? If so, how did they do it?