• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone with a JPAC / Arcade monitor?
#2
Make sure that VGA is your primary display.
Should work the same way like connecting to a TV, the only difference is the peak-to-peak levels that the arcade monitor requires which is handled by the jpac's video-amp, that has nothing to do with edid or video configuration...

I did it like this:

Code:
# set VGA output:
xrandr --newmode "2560x240" 48.23 2560 2632 2856 3080 240 242 245 261 -hsync -vsync
xrandr --output HDMI-1 --off
xrandr --addmode VGA-1 "2560x240"
xrandr --output VGA-1 --primary
xrandr --output VGA-1 --mode "2560x240"

# set gamma to 0.8, looks better on the tube:
xrandr --output VGA-1 --gamma .8:.8:.8

# disable screensaver:
xset -dpms
xset s off
xset s noblank
  Reply


Messages In This Thread
Anyone with a JPAC / Arcade monitor? - by TwinX - 02-25-2019, 07:25 PM
RE: Anyone with a JPAC / Arcade monitor? - by ArcadeTV - 02-26-2019, 08:28 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)