Composite funktioniert nicht beim Raspberry Pi
Hallo zusammen,
ich habe lt. Anletung
http://jankarres.de/2013/01/raspberry-pi-composite-fbas-einstellungen/
den Composite-Ausgang aktiviert. Jedoch bekomme ich ein dem kleinen TV / Bildschirm kein Bild angezeigt. Der Bildschirm ist ok und steht auch auf dem korrektem Eingang.
Habe ich hierbei irgendetwas vergessen?
Es ist das Modell B.
Edit:
Hier ist noch die Config.txt die unter /boot liegt.
Gruß
ich habe lt. Anletung
http://jankarres.de/2013/01/raspberry-pi-composite-fbas-einstellungen/
den Composite-Ausgang aktiviert. Jedoch bekomme ich ein dem kleinen TV / Bildschirm kein Bild angezeigt. Der Bildschirm ist ok und steht auch auf dem korrektem Eingang.
Habe ich hierbei irgendetwas vergessen?
Es ist das Modell B.
Edit:
Hier ist noch die Config.txt die unter /boot liegt.
# 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=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# 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
sdtv_aspect=3
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
# for more options see http:{{comment_single_line_double_slash:0}}
# NOOBS Auto-generated Settings:
#hdmi_force_hotplug=1
#config_hdmi_boost=4
#overscan_left=24
#overscan_right=24
#overscan_top=16
#overscan_bottom=16
#disable_overscan=0
Gruß
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 243512
Url: https://administrator.de/forum/composite-funktioniert-nicht-beim-raspberry-pi-243512.html
Ausgedruckt am: 15.01.2025 um 09:01 Uhr
4 Kommentare
Neuester Kommentar
Mmmhhh, das ist komisch. Ein RasPi mit der folgenden config.txt:
Funktioniert mit einem simplen PAL Monotor damit wunderbar.... ?
Vielleicht lässt du testweise erstmal alles so wie es ist im Default und setzt nur sdtv_mode=2 auf den PAL Mode.
root@raspi:/boot# less config.txt
# 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=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# 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=900
# for more options see http://elinux.org/RPi_config.txt
start_x=0
core_freq=250
sdram_freq=450
over_voltage=2
gpu_mem=32
Vielleicht lässt du testweise erstmal alles so wie es ist im Default und setzt nur sdtv_mode=2 auf den PAL Mode.
Also für Video ists natürlich der Klassiker XBMC für den es zuhauf Anleitungen und auch fertige Images gibt. Allerdings ist das ein kompletter Media Server ala Apple TV inkl. AirPlay und nicht ein nur Player.
Ansonsten als reiner Abspieler und Streamer ist omxplayer onboard im Raspian Image und natürlich der Klassiker VLC, usw.
http://www.heise.de/ct/inhalt/2014/3/90/
Für die reine Musik reichen die bordeigenen Raspian Tools und als reiner Musik Streaming Server macht Mpd eine gute Figur:
http://www.heise.de/ct/inhalt/2014/14/154/
Ein klein bischen Video, TV und Medien findest du auch hier:
Netzwerk Management Server mit Raspberry Pi
Ansonsten als reiner Abspieler und Streamer ist omxplayer onboard im Raspian Image und natürlich der Klassiker VLC, usw.
http://www.heise.de/ct/inhalt/2014/3/90/
Für die reine Musik reichen die bordeigenen Raspian Tools und als reiner Musik Streaming Server macht Mpd eine gute Figur:
http://www.heise.de/ct/inhalt/2014/14/154/
Ein klein bischen Video, TV und Medien findest du auch hier:
Netzwerk Management Server mit Raspberry Pi