This topic contains 1 reply, has 2 voices, and was last updated by MarioM Moderator 8 months, 3 weeks ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Max2Play Home 2016 (en) › Forums › Max2Play on Raspberry PI › HDMI-Mode Not Saving Correctly (hdmi-drive) – Fix
This topic contains 1 reply, has 2 voices, and was last updated by MarioM Moderator 8 months, 3 weeks ago.
On the Raspberry Settings page, I noticed when setting the HDMI-Mode to either value „DVI/VGA“ or value „HDMI“ and saving, the page always displays „DVI/VGA“ and /boot/config.txt also shows hdmi-drive set to 1 for DVI/VGA, rather than 2 for HDMI.
I found the value configured in /var/www/max2play/application/plugins/raspberrysettings/view/setup.php sets both DVI/VGA and HDMI to value 1.
In version 2.52
on line 229:
<option <?php if($rs->view->hdmi_drive == „2“) echo ’selected‘; ?> value=’1′>HDMI</option>
needs to be changed to:
<option <?php if($rs->view->hdmi_drive == „2“) echo ’selected‘; ?> value=’2′>HDMI</option>
Hi grimmt,
Thank you for this fix. I’ll pass that on to our chief developer.
You must be logged in to reply to this topic.
Max2Play free download
Download now