樹莓派with Retropie Peripherals應用設定
A memo for Raspberry/Retropie with VGA666 SLG made by RgR Martin (Chris)
It is a Raspberry Pi 3B peripheral made for generating CRT scanline via GPIO. The major purpose is to decrease the loading of SoC when using emulators with scanline shader. Such method can effectively produce retro feelings and also smoothly run the games.
▼Below shows the combination with RP3
▼The original output function can still be retained as the SLG is hooked up.
You have to make some adjustments in the config.txt to activate the output function of the SLG. Following are the settings and procedures.
=======Separation Line========
1. ssh connect to retropie and:
sudo nano /boot/config.txt
2.
===configuration in the config.txt===
dtoverlay=vga666enable_dpi_lcd=1display_default_lcd=1
===Resolution Settings (Choose your resolution and append after the above settings)==
# For 1920×1080 60HzCODE: SELECT ALLdpi_group=2dpi_mode=82
==OR==
# For 1280×1024 60HzCODE: SELECT ALLdpi_group=2dpi_mode=35
==OR==
# For 1024×768 60HzCODE: SELECT ALLdpi_group=2dpi_mode=16
==OR==