Tomax_Payne escribió:Yo me volvi a 2.0 por no tener eggs a sacar av por el conector.
Ahora mismo funcionando a full y 240p.
¿ usaste estas instrucciones ?
CVBS A/V audio/video output tutorial
(assuming you have a working system with HDMI output)
1. Select DESKTOP from EmulationStation menu
2. Open Applications Menu, select Terminal Emulator
3. Create TV OUT script:
a. Convert original script.bin to fex editable: sudo bin2fex /boot/script.bin /home/pi/tvout.fex
b. Edit file to your needs: sudo pluma /home/pi/tvout.fex
c. Change following parameters and save file:
i. disp_init_enable = 1
ii. disp_mode = 1
iii. screen0_output_type = 2
iv. screen1_output_type = 14 (11 for PAL)
v. screen0_output_mode = 2
vi. screen1_output_mode = 14 (11 for PAL)
vii. hdmi_used = 0
viii. tv_used = 1
d. Create TV script: sudo fex2bin /home/pi/tvout.fex /boot/bin/tvout.bin
e. Make symbolic link to activate it at boot: sudo ln -sf /boot/bin/tvout.bin /boot/script.bin
f. Edit module to be loaded at boot: sudo pluma /etc/modules
g. add ‘tv’ to the end of the file (below ump, mali, etc)
4. Configure AUDIO OUT:
a. Install PulseAudio: sudo apt-get install pulseaudio pavucontrol
b. Remove Alsa configuration: mv .asoundrc asoundrc.bak and sudo mv /etc/asound.conf ~/asound.conf.bak
c. Applications Menu - Multimedia - Audio Mixer
d. Change Sound Card to audiocodec (Alsa mixer)
e. Click Switches - Enable Audio lineout
f. Applications Menu - Multimedia - Pulseaudio Volume Control
g. Configuration - Select Analog Stereo Output for Audiocodec
5. Reboot