Closed - Center display (disable stretching) using VESA driver (SiS 671/771 GPU)
I ended up giving the laptop away (I was also given it), I should have tried again to center the display using the complicated xrandr scale system but none of vga=
possibilities worked and the SiS/VESA perfomance was just so bad.
Fedora 25 LXDE, SiS 671/771 GPU
Fedora doesn't have the "sisimedia" driver needed, people have been requesting it on and off for the past 9 years. (Link below.)
https://bugzilla.redhat.com/show_bug....
PCLinuxOS has a new RPM but it doesn't work on Fedora 25. The official driver actually has worse tearing than VESA too.
By adding "nomodeset"
and "vga=ask"
as kernel parameters I get 1280x768 on my 1280x800 display but that vertical stretch makes the display look pretty bad.
The xrandr --output default --set "scaling mode" "Center"
does not work as I don't think it supports the VESA driver? Is that correct?
From what I understand VESA can't do certain resolutions so actually getting 1280x800 is out of the question? Is that correct?
This official Ubuntu wiki page:
https://wiki.ubuntu.com/X/Config/Reso...
claims this simple xorg entry:
Section "Device"
Identifier "Screen0"
VideoRam 10000
EndSection
makes all resolutions available to VESA but I haven't seen anyone in a forum claim it works and it didn't work for me.