R8 Config Question: display format

My R8 box got sick. Replaced Mobo with new video. Runs fine except that video in the GUI is 40x80 or something like that. A new install would have detected the card and set it properly. Doe anyone know how to get the OS to reset the video parameters or where the data is stored. – I’d add a picture, but…

Depending on what desktop you’re using, there’s likely a monitor setup program hidden away somewhere under the main menu.

On Mate, it’s Main Menu - System - Preferences -Hardware - Displays

It’s probably somewhere around the same area on other desktops.

Thanks Frank,

I’m afraid it’s not the monitor. I tried that. Without the gui I get a 24x80 1960’s display . It’s somewhere in “grub” or something that runs in the initial install.

Are you talking about the initial boot screen or your desktop “gnome”?
What is the default resolution of your monitor?
What is your new video card?

Install inxi

sudo dnf install inxi

after it is installed:

sudo inxi -cmMGAN > wsSpecs.txt

Or you can get even more graphic info with this:

sudo inxi --edid > inix-edid-out.txt

the edid-out file should give us the most relevant information.

1 Like

Rats,

Last metadata expiration check: 2:43:50 ago on Fri 28 Feb 2025 05:27:21 AM MST.
Package inxi-3.3.30-1.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[gene@black ~]$ sudo inxi -cmMGAN > wsSpecs.txt
Use of uninitialized value $val2 in string eq at /bin/inxi line 7454.
Use of uninitialized value $val2 in split at /bin/inxi line 7459.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7462.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7465.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7466.
[gene@black ~]$ sudo inxi --edid > inxi-edid-out.txt
Use of uninitialized value $val2 in string eq at /bin/inxi line 7454.
Use of uninitialized value $val2 in split at /bin/inxi line 7459.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7462.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7465.
Use of uninitialized value $val2 in concatenation (.) or string at /bin/inxi line 7466.
[gene@black ~]$

It’s not just gnome, it’s the basic os install …

Thanks for the try…

On the theory that inxi isn’t the only girl in town, I installed “Hardinfo” -

It’s output is interesting…

-Computer-
Processor : 12x AMD Ryzen 5 5600G with Radeon Graphics
Memory : 31997MB (2060MB used)
Operating System : Rocky Linux release 8.10 (Green Obsidian)
User Name : gene (Gene H Dreher)
Date/Time : Fri 28 Feb 2025 08:19:23 AM MST
-Display-
Resolution : 0x0 pixels
OpenGL Renderer : Unknown
X11 Vendor : (null)

Hmm, suggestions?

When one installs Rocky (or any other distro) the software runs out and figures out what the machine is like. I suspect that “hardinfo” reads some tables / files somewhere. Somewhere there’s a grimoire that describes the process of linux installation, module by module.

Documentation is such a tricky business.

My suggestion is to do a fresh install.
Not knowing what state your system is in, as per the errors in your post is just too much to trouble shoot as there is the chicken and egg problem.

I hate that answer, but thanks.

Too many spinning plates right now to wash dishes.

If I do that, 9? instead of 8?

What GPU did you originally use? What CPU? Was the GPU the one integrated with the CPU, integrated on mainboard, or an add-on card? What about now?

For example if you were using an nVidia card & their legacy, not OpenSource drivers, those could be the issue.