On Tue, 5 Apr 2022, Samuel Sieb wrote:
On 4/4/22 23:06, Michael Hennebry wrote:
00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated Graphics Controller (rev 02) The monitor is an Acer V193 19" 1440 x 900 (8:5) "Compatible with Vista".
According to settings, I am getting 640 x 480. According to ps -e , Xorg is running and Xwayland is not.
How do I fix the resolution? 640 x 480 is bad enough on terminals. On web sites, it's a bit of a horror.
My recollection is that I had resolution problems with F33, but that they did not appear until after installing.
I think it strange that F35 could handle my monitor until asked to install.
Run "cat /proc/cmdline". Is there a "nomodeset" option in there?
Install "monitor-edid" and run it. See if it sees the correct monitor resolutions.
omplete! $ monitor-edid you must be root to run this program $ sudo monitor-edid mmap /dev/mem: Permission denied $ sudo sh sh-5.1# whoami root sh-5.1# monitor-edid mmap /dev/mem: Permission denied sh-5.1# ls -l /dev/mem crw-r-----. 1 root kmem 1, 1 Apr 5 02:58 /dev/mem sh-5.1#
Had it worked, would the screen have changed instantly?