Using the rPi 4, my tv keeps switching to 720 after the desktop loads. I have been fiddling around with the config file but haven’t had any luck.
With raspberry OS I was able to change it in a display menu, but I don’t see anything like that in dietPi.
Any ideas?
1080p TV switching to 720p after loading desktop Topic is solved
-
- Posts: 2
- Joined: Fri Feb 19, 2021 5:45 am
Re: 1080p TV switching to 720p after loading desktop
Hi,
did you set
did you set
hdmi_enable_4kp60=1
inside /boot/config.txt
? As well it seems you need to use the HDMI port adjacent to the USB-C power input (labelled HDMI0). https://www.raspberrypi.org/documentati ... -config.mdPls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 2
- Joined: Fri Feb 19, 2021 5:45 am
Re: 1080p TV switching to 720p after loading desktop
Thanks for the response.
Seems I was just changing too many settings at once.
I had to uncomment
and it works!
Seems I was just changing too many settings at once.
I had to uncomment
in /boot/config.txthdmi_group=1
hdmi_mode=16
and it works!