Linux openelec on i4 pro - resolution boot problem
#1
Hi

Is a way to force the I4/Openelec to always boot up at 720P60?
Just now, despite being passed edid information from display asking for 1280x720p@60 the unit is at times deciding to boot to 1280x1024@60Hz and there is no way to alter that resolution in memory other than to reboot and hope for the best.

Hopefully someone will know a solution

Many thanks
Reply
#2
No solution currently. It's a kernel bug and upstream does not care ... if uEnv.txt entry does not help -> no chance.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
What you could try:

1.) Succesfully boot
2.) cat /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid > /storage/my_personal_edid.bin
3.) edit /storage/.config/autostart.sh

Code:
#!/bin/sh
cat /storage/my_personal_edid.bin > /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid

4.) Hope, pray (depending on your personal religion).
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#4
(2015-06-25, 13:39)fritsch Wrote: What you could try:

1.) Succesfully boot
2.) cat /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid > /storage/my_personal_edid.bin
3.) edit /storage/.config/autostart.sh

Code:
#!/bin/sh
cat /storage/my_personal_edid.bin > /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid

4.) Hope, pray (depending on your personal religion).

Thanks for that.

I have never done any editing in the software.
where does #2 hang out?
can I access the file over the network?

Stephen
Reply
#5
Sorry, this workaround is for advanced users only. If you are glad, you find someone in OpenELEC channel that guides you on howto use ssh.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
To SSH and paste those commands fritsch has shown above > This will be your guide:
http://wiki.openelec.tv/index.php/OpenEL...use_SSH.3F

And then a 101 on Putty for Win users:
http://www.hiddenwebgenius.com/blog/guid...sh-client/

Reply
#7
(2015-06-26, 09:04)wrxtasy Wrote: To SSH and paste those commands fritsch has shown above > This will be your guide:
http://wiki.openelec.tv/index.php/OpenEL...use_SSH.3F

And then a 101 on Putty for Win users:
http://www.hiddenwebgenius.com/blog/guid...sh-client/

Every time I try and connect with putty via SSH and I type 'root'

Image

I have enabled SSH.......


All the best
Stephen
Reply
#8
You disabled password auth in OE settings - reenable it, reboot and it will work.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#9
(2015-07-04, 12:56)fritsch Wrote: You disabled password auth in OE settings - reenable it, reboot and it will work.

I have done that...

S.


Working thanks
Reply
#10
(2015-06-25, 13:39)fritsch Wrote: What you could try:

1.) Succesfully boot
2.) cat /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid > /storage/my_personal_edid.bin
3.) edit /storage/.config/autostart.sh

Code:
#!/bin/sh
cat /storage/my_personal_edid.bin > /sys/devices/soc0/soc.1/20e0000.hdmi_video/edid

4.) Hope, pray (depending on your personal religion).


edid will not open? (i'm using MobaXterm)

Stephen
Reply

Logout Mark Read Team Forum Stats Members Help
openelec on i4 pro - resolution boot problem0