Desktop Display Issue

Hello Everyone,

I’m running Tumbleweed on an old PowerEdge 650. I have limited resources and currently running the LXQt desktop. The display settings are set to 640x480 and there isn’t any option to change in the desktop settings or YaST. Does anyone have any suggestion on how to resolve this ? The resolution is making it impossible navigate and perform simple tasks. I included some system info below - appreciate any thoughts. Thank you

localhost:~ # inxi -Gxx
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Rage 3 [Rage XL PCI] vendor: Dell
driver: N/A arch: Rage-3 bus-ID: 00:04.0 chip-ID: 1002:4752
Display: unspecified server: X.org v: 1.21.1.15 driver: X:
loaded: modesetting unloaded: vesa alternate: fbdev gpu: N/A tty: 80x24
Monitor-1: Unknown-1 size-res: N/A in console
API: OpenGL Message: GL data unavailable in console for root.
Info: Tools: api: glxinfo de: kscreen-doctor x11: xprop,xrandr

NAME=“openSUSE Tumbleweed”

VERSION=“20250219”

ID=“opensuse-tumbleweed”
ID_LIKE=“opensuse suse”
VERSION_ID=“20250219”
PRETTY_NAME=“openSUSE Tumbleweed”
ANSI_COLOR=“0;32”
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20250219:::::::"
Operating System: openSUSE Tumbleweed
CPE OS Name: cpe:2.3:o:opensuse:tumbleweed:20250219:
::::::
Kernel: Linux 6.13.3-1-pae
Architecture: x86
Hardware Vendor: Dell Computer Corporation
Hardware Model: PowerEdge 650

Welcome to openSUSE Forums. I doubt you can do very much with such old graphics hardware. There’s no radeon driver support for such legacy product, so as you see only basic framebuffer support (eg vesafb) is available. You might be able to coax a slightly higher display resolution using this particular driver with a custom Xorg config file.

1 Like

It will likely no more work as fbdev user space access has been removed. Now the default console driver is simpledrmdb which is implemented on top of the firmware framebuffer. It should work with Xorg modesetting driver.

As you effectively have firmware framebuffer, you get whatever firmware set up for you. You may try changing resolution in bootloader settings, it will be inherited by the loaded kernel.

1 Like

You might find the comments in the Reddit post interesting (2 years ago) … as this person has that machine - labels on the components suggest the machine is 20+ years old.

“No idea what to do with this server I got from work. It’s a dell poweredge 650”

https://www.reddit.com/r/it/comments/11g9wiz/no_idea_what_to_do_with_this_server_i_got_from/

1 Like

Chip from August 1998. Possibly never have been supported.

You can find PCI video card with ATI/AMD Terascale chip.

But TW 32-bit is not supported.

1 Like

Yes, ‘simpledrm’ (DRM/KMS driver for framebuffer platform devices) is likely active here. Setting the display mode via the ‘video=’ kernel boot parameter might be okay for console purposes, but no guarantee that it will persist once the Xorg graphical display environment takes over.

1 Like

Thank you everyone for the replies. I will continue to play around with this based upon the suggestions above. I realize this is very old machine but I have tons of old hardware here running various version of Linux - I don’t keep this machine on given it’s power consumption but would like to see if I can get it more operational. Again, thank you for the replies. Very much appreciated.