Video calibration is reset by display power cycle. (subtitle position)

It will be fixed in the next update.

2 Likes

Were you able to replicate the issue?

Yes and afaict itā€™s been like that for a very long time.

2 Likes

This should now be fixed, thanks to @grahamh.

To test this update:

  1. Login via the command line
  2. Edit the file /etc/apt/sources.list
  3. Add the following line: deb http://apt.osmc.tv buster-devel main
  4. Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
  5. Your system should have have received the update.

Please see if the issue is resolved.

I also recommend you edit /etc/apt/sources.list again and remove the line that you added after updating. This will return you to the normal update channel.

Sadly the bug is still there. Calibrated all resolutions and frame rates. Verified that the change was reflected in guisettings. Power cycles AVR. Subtitles moved back to default, but guisettings was still 952. Checked the calibration in settings, and suddenly all the postions in guisettings were back to 1042ā€¦ Pretty much exactly the same as before.

What is the output of dpkg -l | grep mediacenter?

ii  mediacenter-addon-osmc               3.0.731                             all          OSMC addon for mediacenter
ii  mediacenter-eventclients-common-osmc 1.0.4                               all          Eventclient common resources for mediacenter
ii  mediacenter-send-osmc                1.0.0-6                             all          Eventclient send for mediacenter
ii  mediacenter-skin-osmc                19.1.0-2                            all          OSMC skin for mediacenter
ii  vero3-mediacenter-osmc               19.1.0-16                           armhf        Media Center package for OSMC

I donā€™t think Kodi has updated. Weā€™re checking that.

my sources.list without the buster-devel look like this


deb http://ftp.debian.org/debian buster main contrib non-free

deb http://ftp.debian.org/debian/ buster-updates main contrib non-free

deb http://security.debian.org/ buster/updates main contrib non-free

deb http://apt.osmc.tv buster main

deb http://apt.osmc.tv videoimprovevero49 main

Is it perhaps the videoimprove49 I need to remove?

You should get rid of the line with videoimprovevero49. Thatā€™s dead.

I had the same issue here with updating so I think somethingā€™s amiss with the repo.

1 Like

@nainokami Needs:

deb http://apt.osmc.tv buster-devel main

A fix was pushed but itā€™s in staging, not release.

@sam_nazarko
I have that in my sources.list and had it when updating.
Iā€™m unsure what implication it being in staging has. Is there a way that I can update to the staging, or do I wait until itā€™s InRelease?

if you have buster-devel in sources-list you are ā€˜on stagingā€™.

Try again in a few minutes. Iā€™ve just managed to get the latest version.

What is the version number I should be looking for? Iā€™m having no luck as of yet.

apt-get dist-upgrade should tell you itā€™s installing version 19.1.0-18 over 19.1.0-16. I donā€™t know what happened to 17 :stuck_out_tongue:

17 didnā€™t build for Vero. It did for Pi.
I bumped for all platforms.

No luck so far on my end. Iā€™ll try again tomorrow. Thanks so far :smile:

Keep us posted.

No luck today either.

osmc@osmc:~$ sudo apt-get update && sudo apt-get dist-upgrade
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://ftp.fau.de/osmc/osmc/apt buster InRelease
Hit:5 http://ftp.fau.de/osmc/osmc/apt buster-devel InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
osmc@osmc:~$ dpkg -l | grep mediacenter
ii  mediacenter-addon-osmc               3.0.731                             all          OSMC addon for mediacenter
ii  mediacenter-eventclients-common-osmc 1.0.4                               all          Eventclient common resources for mediacenter
ii  mediacenter-send-osmc                1.0.0-6                             all          Eventclient send for mediacenter
ii  mediacenter-skin-osmc                19.1.0-2                            all          OSMC skin for mediacenter
ii  vero3-mediacenter-osmc               19.1.0-16                           armhf        Media Center package for OSMC

Hmmm. Mirrors havenā€™t synced yet.