[PROBLEM] Force Resolution - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +---- Forum: Kodi Settings (/forum-36.html) +---- Thread: [PROBLEM] Force Resolution (/thread-2968.html) |
Force Resolution - kos - 29th Apr, 2015 01:57 AM Hi guys, I wonder if it is possible to force 1920x1080p resolution. Problem is, if I switch on my Rpi2 without having the AV-Receiver or the TV switched on, or after some time when Rpi was idle and I changed over HDMI inputs - Resolution goes down to 640x480. I just don't want to change it manually or reboot the whole system each time. Can I somehow force 1920x1080p to be always present? best regards kos RE: Force Resolution - deHakkelaar - 29th Apr, 2015 06:10 AM Check below link (hdmi_mode) : https://www.raspberrypi.org/documentation/configuration/config-txt.md RE: Force Resolution - kos - 26th May, 2015 09:41 PM Thanks, that worked for me! If anybody want's the quick solution, this is my /boot/config.txt Terminal #initramfs initramfs.gz 0x1000000 gpu_mem_1024=256 gpu_mem_512=256 gpu_mem_256=128 initial_turbo=3 hdmi_ignore_cec_init=1 disable_overscan=1 disable_splash=1 dwc_otg.speed=1 overscan_scale=1 max_usb_current=1 hdmi_group=1 hdmi_mode=16 |