I'm trying to force the resolution of 640x480 on batocera for x64.
I'm using an old CRT monitor that accepts higher resolutions, but they all look bad (and the system always pushes the highest one). So my last hope is to fix the resolution on boot to always be 640x480, a spec that the screen can pull off without major problems.
I've edited the file on /etc/x11/xinit/xinitrc with the command "xrandr -s 640x480", but this doesn't provide an immediate result and if I restart the system, my changes are erased and the file returns to it's original version.
I feel that I'm missing a lot of extra configurations that should be done, but I'm clueless. Can someone help?