22 Feb 2017, 16:50

Soooo @eightkiller

Look at this
0_1487781565228_DSC_0260 Kopie Kopie.JPG

N64 on my PI2 (for testing purposes), with recalbox 4.0.2 on my 60", 4k UHD, LG 60UH8509, running in fullscreen without any problems, being connected via HDMI.

  • Shaders are set to none
  • Pixel Perfect is deactivated

My TV has "Mode 16 CEA" as preferred mode, which I have put in my recalbox.conf so the two important parts look like this

## Set game resolution for emulators
## select your mode from the command : tvservice -m [MODE]
## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced 
## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive
## use 'default' for using the default resolution
## (string)
global.videomode=CEA 16 HDMI

and

## N64 emulator is configured to display a screen with a 640x480 resolution (native n64 resolution)
## So you must use one of these video modes (DMT 4 HDMI,CEA 1 HDMI).
## If your screen is not compatible with one of these video modes, please check the recalbox's wiki.
n64.videomode=DMT 4 HDMI
## If you are using a CRT screen, please change the setting above with this one : 
# n64.videomode=default

Everything else is left untouched