I have a RPi with Raspbian and latest the firmware running as a headless server. It is connected by HDMI to a TV on which it displays a status page, but the TV is usually switched off. If the TV is on when the RPi boots it picks up the correct 1920x1080 resolution and everything is fine, but normally the TV is off and the RPi defaults to a resolution of 1280x720.
I thought the parameters in config.txt would allow me to force the video mode to the right resolution, but I always seem to get 1280x720. Can anybody suggest what I'm missing?
Here's my config.txt:
Code: Select all
disable_overscan=1
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=82
hdmi_drive=2
arm_freq=800
gpu_mem=16
core_freq=250
sdram_freq=400
over_voltage=0