Vu+ Ultimo image: front display support?
Started by OldDeuteronomy, 01 Jan 2012 12:30
43 replies to this topic
Re: Vu+ Ultimo image: front display support? #21
Re: Vu+ Ultimo image: front display support? #22
Re: Vu+ Ultimo image: front display support? #23
Re: Vu+ Ultimo image: front display support? #24
Re: Vu+ Ultimo image: front display support? #25
Re: Vu+ Ultimo image: front display support? #26
Posted 2 January 2012 - 18:21
Can you post your xml anyway? Maybe I like it too.
What do you have on the display in standby mode? That's another issue that I have (a minor one though). It's a big clock, but the 2nd digit of the minute display is missing. So for instance right now it would display "18:2" instead of "18:25".
What do you have on the display in standby mode? That's another issue that I have (a minor one though). It's a big clock, but the 2nd digit of the minute display is missing. So for instance right now it would display "18:2" instead of "18:25".
Re: Vu+ Ultimo image: front display support? #27
Posted 2 January 2012 - 18:24
yes, i will post, but i have troubles. the HD a. crypted icon is not shown.
here my standby screen
<!-- LCD screen Standby -->
<screen name="StandbySummary" position="0,0" size="256,64">
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_dolby.png" position="0,0" size="22,12" alphatest="blend">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_format.png" position="18,0" size="22,12" alphatest="blend">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_txt.png" position="41,0" size="20,12" alphatest="blend">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_hd.png" position="57,0" size="17,12" alphatest="blend">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_crypt.png" position="76,0" size="16,12" alphatest="blend">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_rec.png" position="92,0" size="32,12" alphatest="blend">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,13" size="256,24" font="Myrida;24" halign="center" valign="center">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,33" size="256,24" font="Myrida;24" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<!--widget source="global.CurrentTime" render="Label" font="Myrida;20" position="0, 38" size="128, 20" halign="center">
<convert type="VtiTempFan">FanInfo</convert>
</widget>
<widget source="global.CurrentTime" render="Label" font="Myrida;20" position="128, 38" size="128, 20" halign="center">
<convert type="VtiTempFan">TempInfo</convert>
</widget-->
<widget source="session.RecordState" render="FixedLabel" position="0,0" zPosition="1" size="256,64" text=" ">
<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget> -->
</screen>
here my standby screen
<!-- LCD screen Standby -->
<screen name="StandbySummary" position="0,0" size="256,64">
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_dolby.png" position="0,0" size="22,12" alphatest="blend">
<convert type="ServiceInfo">IsMultichannel</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_format.png" position="18,0" size="22,12" alphatest="blend">
<convert type="ServiceInfo">IsWidescreen</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_txt.png" position="41,0" size="20,12" alphatest="blend">
<convert type="ServiceInfo">HasTelext</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_hd.png" position="57,0" size="17,12" alphatest="blend">
<convert type="ServiceInfo">VideoWidth</convert>
<convert type="ValueRange">721,1980</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_crypt.png" position="76,0" size="16,12" alphatest="blend">
<convert type="ServiceInfo">IsCrypted</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.RecordState" render="Pixmap" pixmap="/usr/share/enigma2/vfd_icons/vfd_icon_rec.png" position="92,0" size="32,12" alphatest="blend">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,13" size="256,24" font="Myrida;24" halign="center" valign="center">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,33" size="256,24" font="Myrida;24" halign="center" valign="center">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<!--widget source="global.CurrentTime" render="Label" font="Myrida;20" position="0, 38" size="128, 20" halign="center">
<convert type="VtiTempFan">FanInfo</convert>
</widget>
<widget source="global.CurrentTime" render="Label" font="Myrida;20" position="128, 38" size="128, 20" halign="center">
<convert type="VtiTempFan">TempInfo</convert>
</widget-->
<widget source="session.RecordState" render="FixedLabel" position="0,0" zPosition="1" size="256,64" text=" ">
<convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert>
<convert type="ConditionalShowHide">Blink</convert>
</widget> -->
</screen>
1. VU+ Ultimo VTi5.0 Samsung LCD
2. ET 9000 PLi3.0 Samsung LCD
Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°
2. ET 9000 PLi3.0 Samsung LCD
Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°
Re: Vu+ Ultimo image: front display support? #28
Posted 2 January 2012 - 18:50
Thanks, but that doesn't work for me completely. In standby, I still just see the big clock with the missing last digit. I have the feeling that there is something missing which causes the standby section of the xml to be completely ignored, because no matter what I change, the standby display always remains the same. I know on the other hand that with the VTI image, the standby displays looked the way they supposed to look, no matter which of the 5 templates I selected. So I don't think it's an issue within the XML, but that there is something else missing that I would need to copy over from VTI...
Edited by OldDeuteronomy, 2 January 2012 - 18:51.
Re: Vu+ Ultimo image: front display support? #29
Re: Vu+ Ultimo image: front display support? #30
Posted 2 January 2012 - 18:59
Oh sh*t, you're right...
Just checking...
You're my hero of the day, mate!
This was a leftover from ET9000 times where I wanted to have a clock display with hour:minute:second in standby. Deleted it, and now everything's fine!
Thanks again!
Just checking...
You're my hero of the day, mate!
This was a leftover from ET9000 times where I wanted to have a clock display with hour:minute:second in standby. Deleted it, and now everything's fine!
Thanks again!
Edited by OldDeuteronomy, 2 January 2012 - 19:03.
Re: Vu+ Ultimo image: front display support? #31
Re: Vu+ Ultimo image: front display support? #32
Re: Vu+ Ultimo image: front display support? #33
Re: Vu+ Ultimo image: front display support? #34
Re: Vu+ Ultimo image: front display support? #35
Re: Vu+ Ultimo image: front display support? #36
Re: Vu+ Ultimo image: front display support? #37
Posted 4 January 2012 - 00:26
Ok, thanks.
Just a hint for everyone: After an online update, your skin_display.xml will be gone. To prevent this, copy your skin_display.xml to /etc/enigma2/skin_user.xml. This file won't be overwritten by online updates, and will overrule any skin_display.xml in /usr/share/enigma2.
For me, the remaining issues are:
1. The renderer "RollerCharLCDLong" causes a GS if a text line needs to be scrolled.
2. HD and Crypt icons are not working.
Just a hint for everyone: After an online update, your skin_display.xml will be gone. To prevent this, copy your skin_display.xml to /etc/enigma2/skin_user.xml. This file won't be overwritten by online updates, and will overrule any skin_display.xml in /usr/share/enigma2.
For me, the remaining issues are:
1. The renderer "RollerCharLCDLong" causes a GS if a text line needs to be scrolled.
2. HD and Crypt icons are not working.
Re: Vu+ Ultimo image: front display support? #38
Re: Vu+ Ultimo image: front display support? #39
Posted 4 January 2012 - 13:45
You're right. Entering letters (in timer edit mode for instance) doesn't work either. The existing text is being cleared with the first keypress, but no new letters can be entered.
I'm wondering if this is something we screwed up with our front display experiments (taking files from VTI image), or if this is a common PLi issue on the Ultimo. I'm not that bothered by that issue at the moment, else I would reflash the PLi image and check it myself.
I'm wondering if this is something we screwed up with our front display experiments (taking files from VTI image), or if this is a common PLi issue on the Ultimo. I'm not that bothered by that issue at the moment, else I would reflash the PLi image and check it myself.
Re: Vu+ Ultimo image: front display support? #40
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users