I'm setting up my groovyarcade install and trying to get the C64 emulator VICE running correctly on my arcade monitor in PAL resolution.
First, after reading on another thread
here what the correct PAL resolution is, to get the modeline description I typed: -
gtf 384 282 50.1
This outputs:
# 384x282 @ 50.10 Hz (GTF) hsync: 14.58 kHz; pclk: 6.06 MHz
Modeline "384x282_50.10" 6.06 384 368 400 416 282 283 286 291 -HSync +Vsync
After looking at the other thread on here, I saw that it was "-hsync -vsync" not +hsync as above, so then I created a new mode with xrandr: -
xrandr --newmode "384x282_50.10" 6.06 384 368 400 416 282 283 286 291 -HSync -Vsync
Then added the mode with: -
xrandr --addmode DVI-0 384x282_50.10
Then running VICE (x64), and taking off Double Size, Double Scan and any other filters, I can now see the new video mode under Full Screen Options -> XRandR Resolutions. It shows as 384x282@50Hz.
After selecting this resolution and enabling full screen, I get what looks like an out of sync wavy/moving display (see attached pic).
I'm pretty new to xrandr, so if anyone sees what I've done wrong then I'd appreciate some help. The version of vice was installed by typing "pacman -S vice".
Could someone else please give this a try and see if they can get it working?
Hopefully it's just something simple I've done wrong.
Cheers
