I have an old Dell Edge server in my network which is running well without any problems for more than 10 years. It has that squarish screen in the old format - I think it was something like 6:4 or similar. No that screen died and I bought a new screen which has the ratio 16:9 and now the images on the screen are distorted. The command xrandr gives the following output:
uli@fft:~> xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
1024x768 76.00*
uli@fft:~>
Is there any way to get a output e.g. 1280x720 or similar that the image on the screen in no longer stretched?
Any help is appreciated
Run from within an X session, what is the output from?:
inxi -Gxx
It will tell us which GPU you have, which driver is in use, and which driver(s) might be substituted. You probably will have to install inxi. It’s just a data collection script.
Bad news for users of SLE12 and openSUSE, and most likely all current major distros (e.g. debian): https://bugzilla.opensuse.org/show_bug.cgi?id=952781
startx session exit puts display configuration out of range
You’re most likely stuck with the 1024x768 limitation (and sloth) of either FBDEV or VESA driver unless you can add another GPU (which is what I eventually did). FBDEV & VESA generally won’t support widescreen modes (e.g. 1280x800, 1366x768, 1440x900, 1600x900 & 1680x1050 AFAIK), but ISTR some 1920x1080 displays might work with one of them (though slowly). 1920x1080 was part of the original HDTV standard last century. AFAICT, all other widescreen modes are all newer and not part of VESA standards, unless maybe 1280x720 (720p) is also included.
The bug suggests you might be able to build the xf86-video-xgi driver from source if it’s important.
4:3 CRTs are plentiful free or very low cost. I junked 4 70 pounder IBMs & Dells (‘21"’) last month.
Thanks mrmazda - looks like I am stuck then. OK this little server lasted for approx 14 years - that’s already something. I will keep it running with the distorted screen for what need doing on it.
Hi
Here you go, hopefully it works… the kernel driver will be dropped in kernel version5.1, so should be good for Leap 15.N (unless backporting drops the driver?)…
Long time ago it failed. Haven’t had any indication since that it’s worth another try. For me the GeForce PCI card does better than the XGI ever could have.