Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installation
- Write the image to the card (exFAT) using Win32DiskImager : https://sourceforge.net/projects/win32diskimager/
- At the first start, your raspberry will reboot once, automatically expanding the file system to the entire volume of the memory card.
- When creating the assembly, a SAMSUNG EVO PLUS 2 64 GB MB-MC64GA / RU card was used.
- At the time of removing the image from it, 2.4 GB remained free (96% occupied).
- 99% of the empty space was removed from the image using Linux tools.
- For comparison
- The volume of the used card - 64017661952 bytes
- size of the captured image - 64021856256 bytes
- size of the compressed image - 61261062656 bytes
- What's new?
- The build is based on the previous distribution .
- Major changes:
- - Retropie 4.4.9 , Emulationstation v2.8.2RP , Linux kernel 4.14.98 (Stretch);
- - added Famicom Disk System, Nintendo 64, Dreamcast, Playstation Portable, MAME-2010, Kodi (installation only, no settings were made), Pixel Desktop (similar to OS - a working environment a la Raspbian, browser, video player, etc. ), DOSBox (no games);
- - the size has been increased to 64GB due to the addition of games and video previews to the above (and also to other) emulators;
- - new author's theme Toycam 16: 9, 4: 3 LCD, 4: 3 CRT (more contrast);
- - added collections to the sectionCustom Collections : ~ Mortal Kombat ~, ~ Rus ~, ~ Street Fighter ~, ~ TMNT ~;
- - new video previews: smaller file size, shorter duration, mp4 format.
- About ELT TV ...
- It is noticed that there is practically no input-lag on the "tube" TV (connection via 3.5-jack with RCA cable) . To connect, you need a cable with a pinout:
- Hidden text
- Where exactly the audio or video will be located does not matter (I got a video on the red tulip), it is important that the earth is the second in a row from the base of the cable.
- To play dreamcast via RCA, change "yes" to "no" in the file /opt/retropie/configs/dreamcast/emu.cfg in the line:
- Code:
- audio_hdmi = yes
- Also, in the KODI system settings, you need to change the audio source from HDMI to analog.
- Next, you need the config.txt file (available for editing both through the card reader on the boot disk , and through ssh in the root of the disk in the boot folder ).
- In it, you need to uncomment the line (remove the # symbol):
- Code:
- # sdtv_mode = 2
- Possible values ??for this parameter:
- 0 - Normal NTSC
- 1 - Japanese version of NTSC - no pedestal
- 2 - Normal PAL
- 3 - Brazilian version of PAL - 525/60 rather than 625/50, different subcarrier
- 16 - Progressive scan NTSC
- 18 - Progressive scan PAL
- Next (optional, depending on your TV), you need to remove the stripes around the edges, shift the image vertically and horizontally.
- Uncomment:
- Code:
- #overscan_scale=1
- and play with the parameters (both positive and negative values ??are available), having previously uncommented them:
- Code:
- #overscan_left=16
- #overscan_right=16
- #overscan_top=16
- #overscan_bottom=16
- For my 14 "LG the file looks like this:
- Hidden text
- Code:
- # For more options and information see
- # http://rpf.io/configtxt
- # Some settings may impact device functionality. See link above for details
- # uncomment if you get no picture on HDMI for a default "safe" mode
- #hdmi_safe=1
- # uncomment this if your display has a black border of unused pixels visible
- # and your display can output without overscan
- #disable_overscan=1
- # uncomment the following to adjust overscan. Use positive numbers if console
- # goes off screen, and negative if there is too much border
- overscan_left=30
- overscan_right=-5
- overscan_top=-10
- overscan_bottom=-10
- # uncomment to force a console size. By default it will be display's size minus
- # overscan.
- #framebuffer_width=1280
- #framebuffer_height=720
- # uncomment if hdmi display is not detected and composite is being output
- #hdmi_force_hotplug=1
- # uncomment to force a specific HDMI mode (this will force VGA)
- #hdmi_group=1
- #hdmi_mode=1
- # uncomment to force a HDMI mode rather than DVI. This can make audio work in
- # DMT (computer monitor) modes
- #hdmi_drive=2
- # uncomment to increase signal to HDMI, if you have interference, blanking, or
- # no display
- #config_hdmi_boost=4
- # uncomment for composite PAL
- sdtv_mode=2
- #uncomment to overclock the arm. 700 MHz is the default.
- #arm_freq=800
- # Uncomment some or all of these to enable the optional hardware interfaces
- #dtparam=i2c_arm=on
- #dtparam=i2s=on
- #dtparam=spi=on
- # Uncomment this to enable the lirc-rpi module
- #dtoverlay=lirc-rpi
- # Additional overlays and parameters are documented /boot/overlays/README
- # Enable audio (loads snd_bcm2835)
- dtparam=audio=on
- #gpu_mem_256=128
- #gpu_mem_512=256
- #gpu_mem_1024=256
- overscan_scale=1
- gpu_mem=256
- disable_splash=1
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement