LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why can't I change monitor resolution without freezing up OS? (https://www.linuxquestions.org/questions/linux-newbie-8/why-cant-i-change-monitor-resolution-without-freezing-up-os-4175693108/)

KrazyKat52 04-04-2021 02:14 AM

Why can't I change monitor resolution without freezing up OS?
 
Loaded Mageia 8. Yeah. Actually have a 4K monitor. Wow. Problem: We can't reduce the resolution without the entire OS going to the 'No irq handler for vector' screen after reboot and staying there. When we've tried to adjust resolution when appropriate during complete reload of OS, it freezes once trying to login. (3840x2160 is auto resolution; the font, etc. on the display is way too small.)

We've gone with the highlighted default (volcanic and later) with the graphical server (amdgpu). When it has frozen, we tried to use the drakx11, but we can't seem to get it to work (or choose the right resolution?).

Please help. Thank you.


The main search for this site gives me an error, and I did some searches online with varying results. I chose the find similar threads button, but the only one that might be okay, if very confusing is https://www.linuxquestions.org/quest...onitor-155054/.




Monitor 4k LG UHD
Asus B550-F MB
G-Skill DDR4 3200 32 GB Memory
AMD Ryzen 3800x CPU
Asrock RX 5500 XT
2 - 2 TB Seagate HDD
DVD drive
Mageia 8 OS

DavidMcCann 04-04-2021 11:02 AM

The command to change resolution is
Code:

xrandr --output DisplayPort-0 --mode 000x000
with 000x000 replaced by the appropriate setting. You could try setting that from a script at start-up.

teckk 04-04-2021 12:17 PM

Look at the outputs of
Code:

xrandr
lspci -k
xdpyinfo | grep 'dimensions:'
lshw -short -class display
inxi -G

Quote:

(3840x2160 is auto resolution; the font, etc. on the display is way too small.)
Increase the dpi, until you like it.
Code:

startx -- -dpi 200


All times are GMT -5. The time now is 05:22 PM.