VGA666 SLG for Raspberry 3/Retropie config

樹莓派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=vga666
enable_dpi_lcd=1
display_default_lcd=1

===Resolution Settings (Choose your resolution and append after the above settings)==

# For 1920×1080 60Hz
CODE: SELECT ALL
dpi_group=2
dpi_mode=82
 ==OR== 
# For 1280×1024 60Hz
CODE: SELECT ALL
dpi_group=2
dpi_mode=35
 ==OR==
# For 1024×768 60Hz
CODE: SELECT ALL
dpi_group=2
dpi_mode=16
 ==OR==
# For 800×600 60Hz
CODE: SELECT ALL
dpi_group=2
dpi_mode=9
▼The beautiful output result shows below (Scanline can be seen in the menu mode)

Author: Hank

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料