#[SOLVED] KDE does not show max resolution of monitor

183 messages · Page 1 of 1 (latest)

sharp scroll
#

I cannot choose the maximum resolution supported by my monitor in display settings. latest arch/kde + wayland

#

on X11, I can use Xrandr to add a custom resolution of 1280x1024 and it works fine, it even shows on display settings, but goes away after reboot

prime rivet
#

Update graphics drivers

#

What graphic card you have?

sharp scroll
#

Radeon HD 7770

dawn hull
#

for wayland

prime rivet
#

U can set with xrandr

#

Idk

dawn hull
#

and uhh update grub before rebooting

sharp scroll
dawn hull
#

I forgot

sharp scroll
#

...

dawn hull
#

kscreen-doctor

#

try that once

#

kscreen-doctor -o

prime rivet
#

Run this sudo grub-mkconfig -o /boot/grub/grub.cfg

dawn hull
prime rivet
#

Yes

dawn hull
#

it'll not fix resolution errors

sharp scroll
prime rivet
#

..

brisk ravenBOT
#

Too few arguments for command addnote!
Usage: .addnote <name> <text>

dawn hull
sharp scroll
#

yep

#

I'm absolutely sure my monitor supports it

dawn hull
#

kscreen-doctor output.DVI-I-1.mode.1280x1024@60

#

try to force it maybe

sharp scroll
#

and it works on X11 manually with Xrandr

sharp scroll
#

holdup imma login on that pc so i can send proper screenshots lol

dawn hull
#

hmm ThonkDumb

#

cat /sys/class/drm/card0-DVI-I-1/edid > ~/monitor.edid

#

then nano /etc/default/grub and add the line
drm.edid_firmware=EDID/monitor.edid

#

then update grub

sharp scroll
dawn hull
sharp scroll
#

iis it supposed to be empty?

dawn hull
#

not

#

glxinfo | grep "OpenGL renderer string"

#

what does that say

sharp scroll
#

OpenGL renderer string: VERDE (radeonsi, , LLVM 19.1.7, DRM 2.50, 6.13.5-arch1-1)

dawn hull
#

hmm the drivers are fine

#

sudo cat /sys/class/drm/card0-DVI-I-1/edid | hexdump -C

#

does this return an error?

sharp scroll
#

returns nothing

dawn hull
#

hm then your edid isn't being read properly

sharp scroll
#

windows reads it fine

#

i could choose 1280x1024 in windows 10

#

but... i could choose 1600x1200 too which monitor doesn't support

dawn hull
#

sudo dmesg | grep -i edid

#

what does this return

sharp scroll
#

so... windows cannot read it properly too?

#

returns nothing

dawn hull
#

its probably a kernel issue honestly

sharp scroll
#

sigh

dawn hull
#

echo 1 | sudo tee /sys/class/drm/card0-DVI-I-1/status

#

try that

#

cat /sys/class/drm/card0-DVI-I-1/edid | hexdump -C

#

then this again

#

and if its still empty then we're downloading a generic edid file

sharp scroll
#

yup its empty

dawn hull
sharp scroll
#

status file just says "connected"

dawn hull
#

just download a generic edid

#

sudo mkdir -p /lib/firmware/edid sudo mv ~/monitor.edid /lib/firmware/edid/

sharp scroll
#

done

#

reboot?

dawn hull
#

no

sharp scroll
#

yep

dawn hull
#

sudo nano /etc/default/grub

#

add the line

#

drm.edid_firmware=EDID/monitor.edid

#

then update grub
sudo grub-mkconfig -o /boot/grub/grub.cfg

sharp scroll
#

uhhhh

#

i don't use grub

#

i have systemd-boot installed

#

sorry lol

dawn hull
dawn hull
sharp scroll
dawn hull
sharp scroll
#

added

dawn hull
#

then

#

sudo mkinitcpio -P

sharp scroll
#

done

dawn hull
#

now reboot

sharp scroll
#

let's see...

#

nope

#

i don't see any added resolution in display settings

dawn hull
# sharp scroll let's see...

also on X11 after forcing your resolution you can try
sudo mkinitcpio -P its basically grub update for systemd

dawn hull
sharp scroll
#

doing mkinitcpio -P

dawn hull
#

sudo bash -c 'echo "options video=1280x1024-60" > /etc/modprobe.d/custom_resolution.conf'

try this one command I found on a sketchy forum cuz those never fail yes definitely never

#

(on wayland)

sharp scroll
dawn hull
#

I'll be back I have to do my duolingo

sharp scroll
#

oki thank you for trying to help!

sharp scroll
#

now i will try the command you sent!

dawn hull
#

sudo mkinitcpio -P after that (if it even works)

sharp scroll
#

libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/custom_resolution.conf line 1: ignoring bad line starting with 'options'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/custom_resolution.conf line 1: ignoring bad line starting with 'options'

dawn hull
#

hmm

#

edit the ~/.config/kwinrc

#

[Wayland]
Backend=

#

there should be a line like this

#

set Backend=eglstreams

sharp scroll
#

im adding thayt

#

tbh

#

i should just switch to haiku

dawn hull
#

Lmao

#

wait one last thing I wanna try

#

switch to x11

sharp scroll
#

then?

dawn hull
#

nano ~/.xprofile

#

add this

#

#!/bin/sh
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1025 1028 1060 -hsync +vsync
xrandr --addmode DVI-I-1 1280x1024_60.00
xrandr --output DVI-I-1 --mode 1280x1024_60.00

#

save it

sharp scroll
#

basically a startup script?

dawn hull
#

yep

#

then chmod +x ~/.xprofile

sharp scroll
#

this'll most likely work

#

cuz that was basically what i was doing to force

dawn hull
#

try once

sharp scroll
#

didn't even work wth

#

time to rm -rf / --no-preserve-root ?

dawn hull
#

lmao you probably have to force it too

#

wait

sharp scroll
#

yes

#

waiting pepeglow

dawn hull
#

nano ~/set_resolution.sh

#

copy paste the same shell script as before

#

#!/bin/sh
xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1025 1028 1060 -hsync +vsync
xrandr --addmode DVI-I-1 1280x1024_60.00
xrandr --output DVI-I-1 --mode 1280x1024_60.00

#

chmod +x ~/set_resolution.sh

#

but this time

#

go to system settings

#

Startup and shutdown

#

add a script there

#

in autostart

sharp scroll
#

oh

#

it's not DVI-I-1

#

its just DVI-1

dawn hull
#

.

sharp scroll
#

i mean

dawn hull
sharp scroll
#

it says dvi-i-1 on display settings

#

istg im not schizo

dawn hull
#

I saw that too

sharp scroll
#

on system files it shows as DVI-I-1

#

ye... now .xprofile thingy works

#

...or it doesn't

#

hold on\

#

nvm. it works

#

not in wayland though... ofc...

#

welp

#

what's the funniest way to nuke a linux system?

dawn hull
#

anyways

#

.. solved

brisk ravenBOT
#

Too few arguments for command addnote!
Usage: .addnote <name> <text>

dawn hull
#

... solved

sharp scroll
#

thank you

brisk ravenBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

dawn hull
#

imma go sleep now. bye bye

sharp scroll
#

cya!