ralphy wrote: 
> Try applying this change to jivelite.
> 
> > 
Code:
--------------------
  >   > Index: share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  > ===================================================================
  > --- share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  > +++ share/jive/applets/ScreenSavers/ScreenSaversApplet.lua
  > @@ -559,7 +559,7 @@
  > 
  > if not self:isSoftPowerOn() then
  > --allow input to pass through, so that the following listeners will be 
honored
  > -               self:_setSSAllowedActions(true, {}, true)
  > +               --self:_setSSAllowedActions(true, {}, true)
  > 
  > window:ignoreAllInputExcept(    { "power", "power_on", "power_off" },
  > function(actionEvent)
  > 
--------------------
> > 
> 
> 
> 
> 
> Try setting this before running Jivelite/Squeezeplay.
> 
> export SDL_VIDEO_ALLOW_SCREENSAVER=1
> 

I have tried with the patch above and with
SDL_VIDEO_ALLOW_SCREENSAVER=1. Now Jivelite turns on when I click
anywhere on the screen (no need for an additional click on the power
button). Thanks a lot for this fix! I'll find out about display
backlight as soon as I get to the box.

Jivelite prints a lot of warning messages "libpng warning: Interlace
handling should be turned on when using png_read_image". In an attempt
to get rid of them I have added the libs from SqueezePlay to the library
path for Jivelite because I never saw SqueezePlay print these warnings.
Result: Jivelite doesn't print these warning anymore. I hope this
doesn't break anything I didn't notice yet.

ralphy wrote: 
> 
> SqueezePlay and squeezelite need special handling to coexist.
> 
> You either need to use the squeezelite -m command line option with a
> fake mac address or
> disable the local player in Squeezeplay by setting enableAudio=0 in
> $HOME/.squeezeplay/userpath/settings/Playback.lua.  Squeezeplay must NOT
> be running when you make the change otherwise squeezeplay will just
> rewrite the file with the original setting.
> 
> Otherwise the 2 players conflict with each other and LMS.

I'll also try to setting enableAudio=0 in Squeezeplay as I might like
SqueezePlay + Squeezelite even better. Thanks a lot for all the expert
information!


------------------------------------------------------------------------
D1eter's Profile: http://forums.slimdevices.com/member.php?userid=69813
View this thread: http://forums.slimdevices.com/showthread.php?t=111606

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to