Hi guys,
I have just switched from 5.26 to 5.27.2. I have got my PC connected to my 1600×1200 LCD screen via a VGA cable. With this new version I am getting a default video resolution of 1400×1050 which I have tried to change to 1600×1200 with xrandr. I have followed the instructions posted here:
[(https://wiki.batocera.org/display_issues)]
However, every time I reboot the system I loose the new settings. It is odd, as if I open the file with command:
vi ~/.xinitrc
I can see the new resolution is there:
xrandr -s 1600x1200
but unfortunately it is not working as when I reboot and run :
export DISPLAY=:0.0
xrandr
I get still the old video settings:
VGA-1 connected 1400x1050+0+0
With the previous version I didn’t have this issue at all.
Just to clarify, if I set manually the new configuration with:
xrandr --output VGA-1 --mode 1600x1200
it changes correctly, but when I reboot it will reset to the old one.
I would appreciate if you could assist with my issue.
Many thanks in advance.