You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Raspberry Pi 4 via HDMI is showing a yellow tint on screen, regardless if I start with X server or to console.
Here you can see my Raspberry Pi 3's in the background. All devices are running Legacy Raspbian. All devices are using Adafruit HDMI backpack. I can confirm switching displays does not resolve the issue. The Raspberry Pi 4 system showing the issue has HDMI 0 plugged in via a Micro -> full size HDMI cable.
I'm running a Raspberry Pi 4, with legacy OS. Ive attempted to run rpi-update which did not resolve my issue.
# 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=0
# 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=800
#framebuffer_height=480
# uncomment if hdmi display is not detected and composite is being output
#Vhdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (here we are forcing 800x480!)
hdmi_group=2
hdmi_mode=87
hdmi_cvt=800 480 60 6 0 0 0
hdmi_drive=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 infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
#dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
start_x=1
gpu_mem=256
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello
My Raspberry Pi 4 via HDMI is showing a yellow tint on screen, regardless if I start with X server or to console.
Here you can see my Raspberry Pi 3's in the background. All devices are running Legacy Raspbian. All devices are using Adafruit HDMI backpack. I can confirm switching displays does not resolve the issue. The Raspberry Pi 4 system showing the issue has HDMI 0 plugged in via a Micro -> full size HDMI cable.
I'm running a Raspberry Pi 4, with legacy OS. Ive attempted to run
rpi-update
which did not resolve my issue.Ive looked at both
#3331
and
#3139
which lead me to
rpi-update
- but did not resolve the issue.Steps to reproduce the behaviour
Unclear, this occurred after a fresh install of Ubuntu via the macOS
Raspberry Pi Imager
using Legacy.Device (s)
Raspberry Pi 4 Mod. B
System
Linux T4OU1 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022 armv7l GNU/Linux
Logs
My config.txt:
Additional context
No response
The text was updated successfully, but these errors were encountered: