#[SOLVED] KDE does not show max resolution of monitor
183 messages · Page 1 of 1 (latest)
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
Radeon HD 7770
try wlr-randr. it works for some people and doesn't work for some as well
for wayland
and uhh update grub before rebooting
that's for wlroots i think, i tried it and got an error saying compositor doesn't support the protocol
oh yeah you're not on hyprland
I forgot
...
kde had this thing called
kscreen-doctor
try that once
kscreen-doctor -o
Run this sudo grub-mkconfig -o /boot/grub/grub.cfg
that's just update grub
Yes
it'll not fix resolution errors
..
Too few arguments for command addnote!
Usage: .addnote <name> <text>
it doesnt show your resolution as option, right?
and it works on X11 manually with Xrandr
alright
holdup imma login on that pc so i can send proper screenshots lol
hmm 
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
file is empty?
show error
OpenGL renderer string: VERDE (radeonsi, , LLVM 19.1.7, DRM 2.50, 6.13.5-arch1-1)
hmm the drivers are fine
sudo cat /sys/class/drm/card0-DVI-I-1/edid | hexdump -C
does this return an error?
hm then your edid isn't being read properly
windows reads it fine
i could choose 1280x1024 in windows 10
but... i could choose 1600x1200 too which monitor doesn't support
its probably a kernel issue honestly
sigh
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
wget https://raw.githubusercontent.com/akatrevorjay/edid-generator/master/1280x1024.bin -O ~/monitor.edid
status file just says "connected"
just download a generic edid
sudo mkdir -p /lib/firmware/edid sudo mv ~/monitor.edid /lib/firmware/edid/
no
did this?
yep
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
sudo nano /etc/kernel/cmdline
then add this line
is it supposed to be empty?
probably
added
done
now reboot
also on X11 after forcing your resolution you can try
sudo mkinitcpio -P its basically grub update for systemd
damn
imma try this
doing mkinitcpio -P
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)

I'll be back I have to do my duolingo
oki thank you for trying to help!
did not persist
now i will try the command you sent!
sudo mkinitcpio -P after that (if it even works)
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'
hmm
edit the ~/.config/kwinrc
[Wayland]
Backend=
there should be a line like this
set Backend=eglstreams
then?
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
basically a startup script?
try once
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
.
i mean

I saw that too
.
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?

I would say yeeting the ssd itself in pure highly concentrated lava would be pretty funny
anyways
.. solved
Too few arguments for command addnote!
Usage: .addnote <name> <text>
... solved
thank you
#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
imma go sleep now. bye bye
cya!