futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: wulkanos on July 17, 2020, 06:02:29 PM

Title: QHD resolution on player
Post by: wulkanos on July 17, 2020, 06:02:29 PM
I currently have a Himedia Q5Pro player connected to the Iiyama QHD, 2560x1400. Is there any way to set this resolution on Himedia ?
Title: Re: QHD resolution on player
Post by: wulkanos on July 20, 2020, 10:26:06 AM
Nobody know ?
Title: Re: QHD resolution on player
Post by: pcristi on July 20, 2020, 09:15:49 PM
Nobody know ?
2560x1400 not, but maybe from adb shell (https://adbshell.com/upload/adb.zip)
Code: [Select]
adb connect <ip_player>
adb root
adb connect <ip_player>
adb shell hidisp setfmt 82
adb shell hidisp setsaveparam
adb reboot

2560X1440_60_RB => 41
2560X1440_60 => 82
Title: Re: QHD resolution on player
Post by: wulkanos on July 21, 2020, 09:43:07 AM
Yes, works fine.
Thank you.