Plex Home Theater embedded

Скачать можно здесь: https://nightlies.plex.tv/public-test/plexmediaplayer/embedded-testing/latest-full/

У embedded Plex Home Theater есть вход по ssh

Логин root password plex

Далее смотрим доступные разрешения и название нашего видеоинтерфейса

 xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
HDMI-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 256mm x 192mm
   1024x768      60.00*+
   1920x1080     60.00    59.94  
   1280x1024     85.02    60.02  
   1440x900      74.98    59.90  
   1280x960      60.00  
   1360x768      60.02  
   1280x800      59.91  
   1280x720     119.99    60.00    59.94  
   720x480       60.00    59.94  
HDMI-1 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)

И делаем соответствующий стртапный файл: cat /storage/.config/autostart.sh

#!/bin/sh
xrandr --output HDMI-0 --mode 1360x768 --rate 60.02

Если его выполнить, можно не перезагружаться.

embedded/plex_monitor_resolution.txt · Last modified: 2020/06/19 16:26 by rybario
About this template
CC Attribution-Share Alike 4.0 International
Powered by PHP Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 Valid HTML5