[all]
arm_64bit=1
kernel=vmlinuz
cmdline=cmdline.txt
initramfs initrd.img followkernel
# Enable the audio output, I2C and SPI interfaces on the GPIO header. As these
# parameters related to the base device-tree they must appear *before* any
# other dtoverlay= specification
dtparam=audio=on
dtparam=i2c_arm=on
dtparam=spi=on
# Comment out the following line if the edges of the desktop appear outside
# the edges of your display
disable_overscan=1
# If you have issues with audio, you may try uncommenting the following line
# which forces the HDMI output into HDMI mode instead of DVI (which doesn't
# support audio output)
#hdmi_drive=2
# Enable the KMS ("full" KMS) graphics overlay, leaving GPU memory as the
# default (the kernel is in control of graphics memory with full KMS)
dtoverlay=vc4-kms-v3d
disable_fw_kms_setup=1
# Enable the serial pins
enable_uart=1
# Autoload overlays for any recognized cameras or displays that are attached
# to the CSI/DSI ports. Please note this is for libcamera support, *not* for
# the legacy camera stack
camera_auto_detect=1
display_auto_detect=1
# Config settings specific to arm64
dtoverlay=dwc2
[pi4]
max_framebuffers=2
arm_boost=1
[pi3+]
# Use a smaller contiguous memory area, specifically on the 3A+ to avoid an
# OOM oops on boot. The 3B+ is also affected by this section, but it shouldn't
# cause any issues on that board
dtoverlay=vc4-kms-v3d,cma-128
[pi02]
# The Zero 2W is another 512MB board which is occasionally affected by the same
# OOM oops on boot.
dtoverlay=vc4-kms-v3d,cma-128
[cm4]
# Enable the USB2 outputs on the IO board (assuming your CM4 is plugged into
# such a board)
dtoverlay=dwc2,dr_mode=host
[all]
config.txt
Datei zu steuern. Diese Datei befindet sich auf der Boot-Partition deines Raspberry Pi.config.txt
:config.txt
Datei mit einem Texteditor. Du kannst nano
verwenden:bash
sudo nano /boot/config.txt
disable_overscan=
beginnt. Wenn sie auskommentiert ist (d.h., ein #
davor steht), entferne das #
und setze den Wert auf 1
, um Overscan zu deaktivieren: disable_overscan=1
overscan_left
, overscan_right
, overscan_top
, und overscan_bottom
beginnen. Du kannst diese Werte anpassen, um die Anzeige zu zentrieren:bash
overscan_left=10
overscan_right=10
overscan_top=10
overscan_bottom=10
nano
drücke CTRL + X
, dann Y
, um zu speichern, und Enter
, um zu beenden).bash
sudo reboot
config.txt
kannst du auch die hdmi_group
und hdmi_mode
anpassen. Zum Beispiel:bash
hdmi_group=1
hdmi_mode=16
1
für CEA (Consumer Electronics Association) und 16
für 1080p bei 60Hz. Du kannst die Werte je nach TV und Präferenz anpassen.das ist nen samsung 3D tvWas ist den das für ein TV (Modell)?
Würde mich wundern, wenn der kein Overscan kann, bzw. einstellbar ist.
.. muss ich mal testen.Mal testen
#dtoverlay=vc4-kms-v3d
dtoverlay=vc4-fkms-v3d
Dann sudo reboot.
Schritt | Beschreibung | Werkzeug |
---|---|---|
1. TV-Einstellungen | Gehe zu "Settings" > "Picture" > "Picture Size Settings" und wähle "Screen Fit". | TV-Menü |
2. Raspberry Pi Konfiguration | Bearbeite /boot/config.txt mit hdmi_group=1, hdmi_mode=16, disable_overscan=1. | Texteditor, Terminal |
3. Ubuntu Display-Einstellungen | Gehe zu "Settings" > "Displays" und passe die Auflösung und Skalierung an. | Ubuntu GUI |
4. Kommandozeilenanpassung | Verwende xrandr --output HDMI-1 --mode 1920x1080. | Terminal |
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?