Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Senior Member
    Join Date
    Aug 2009
    Posts
    276

    Blanking display.

    Is there a way to blank the display for listening in the dark? (This feature should be on the remote, IMO.) The display brightness won't dim all the way, and this is a tedious process anyway.

  2. #2
    Senior Member
    Join Date
    Nov 2009
    Location
    Duesseldorf
    Posts
    494
    I second that.

    I use iPeng as external interface. I don't need the screen at all.

    Just a screensaver wouldn't be OK from my perspective either.

    There should be an option to turn the screen off completely ( under linux it is "vbetool dpms off").

    A function like "Screen off" or "Screen Off after XX minutes" would be nice.

    That should be pretty easy to accomplish.

    Beside that it'll bring power consumption heavily down I guess.

    Cheers

  3. #3
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,072
    No, that's another nice Squeezebox feature that didn't make it to Touch. The list is getting long.

    If you can find an old remote with a Brightness button then you'll find that all it does on the Touch is bring up the Brightness settings menu. From there you have to hit down-arrow, right-arrow, then lay on the down-arrow for about 20 seconds to darken the screen.

    What it _should_ do is cycle through a few preset brightness levels, say 100%, 75%, 50%, 25%, 0%.

  4. #4
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,072
    Check that... It's TWO Squeezebox features that didn't make it.

    No brightness control via the remote.

    No brightness settings for the different player states.

  5. #5
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,315
    Quote Originally Posted by JJZolx View Post
    Check that... It's TWO Squeezebox features that didn't make it.
    At least not yet...

    Quote Originally Posted by JJZolx View Post
    No brightness control via the remote.

    No brightness settings for the different player states.
    If this is something we want, make sure to look at http://bugs.slimdevices.com and see if there is an enhancement request for it and register a new one if there isn't.

    With the decreased development team within Logitech we can no longer rely on them finding missing features through posts in various threads in the forum. They will still find some of them but not as much as they did before when they had a larger team. If there is something we really want, make sure there is an enhancement request for it and then vote for it at http://bugs.slimdevices.com

    Without any written structured requirements, it's not strange that some things were missed and with the tight time frame it's not strange that some things had to be given lower priority and due to this haven't been implemented yet.

    Some features may intentionally not be included on the Touch because Logitech didn't think they were critical to users, if there are any features like this which we really miss it's important to make sure there are enhancement requests for them and that we vote on them. Without that, Logitech doesn't have a clue that they have removed something that users want.

    Removing features that users don't think is important is a good thing, it means that there will be development resources that can be spent on more important features which we really want.

    By the way, I'm pretty sure it would be possible to implement both the above features as third party applets or patches, so if anyone really want this and is interested in doing some development...
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  6. #6
    Senior Member
    Join Date
    Jul 2008
    Posts
    571
    Cant you just set the Screen off screensaver to come on after 30 secs?

  7. #7
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,072
    Quote Originally Posted by Gazjam View Post
    Cant you just set the Screen off screensaver to come on after 30 secs?
    You can, but then you're stuck with the Now Playing screensaver at 'screen off' and have to dig through the screensaver settings to change it. That's a lot of work just to go from a darkened screen back to a usable Now Playing screen.

  8. #8
    My workaround is to show only the album cover in "Now Playing". At least nothing moves then.

  9. #9
    Senior Member
    Join Date
    Nov 2009
    Location
    Duesseldorf
    Posts
    494
    Screensaver "Black" is something else then Screen Off.

    I'd like to see that it goes physically off. As said before
    there is a program called vbetool under Linux which does this
    on standard GPUs.

    BTW this little project could be also called :

    "Green Touch"


    The point is how to switch it back on once it is off.

    Either "the new feature" recognizes it via the Touch Screen.
    E.g. just by touching the screen the OS turns the screen back on.
    But if the screen is off touching it might not going to work.

    The other option is to do it via settings on the server.

    Or maybe by changing the startup scripts on the linux side. Which needs to be investigated first anyhow.

    I'll look into the Linux side soon.

    Cheers

  10. #10
    Senior Member
    Join Date
    Jun 2006
    Posts
    1,460
    Lets define exactly what it is that wants to be done before anybody goes off and implements things.

    For one saying "just do exactly the same thing as the SB3" is not a good suggestion, the SB3 didn't have a touch screen, its hard to use the touch screen if you can't see the buttons. I know its obvious, but its things like that which can mess up such a project if the spec doesn't include them. Whats obvious to the people generating the spec may not be obvious to the implementer. Its important that a spec really cover everything so there is no ambiguity.

    I'll start this off by going over a few things as they are now as a starting point for how you all would like it to be different.

    Currently there are three "general" brightness mechanisms, plus sreensavers which can be used in some way to affect brightness.

    There are two overall brightness schemes: manual and auto. In manual you get a slider which sets the brightness for everything. It will not go all the way to completely black. If it did it would be difficult to ever get it out of black since you could not see the screen to change the brightness. I personally think this is a good idea, just imagine the forum posts from people who think their Touch is broken because they can't see anything.

    In auto mode an ambient sensor is used to adjust the screen based on the room light level. There is an adjustment for minimum brightness when the room is dark.

    There is an override on top of these: if the screen is up near the top of its brightness range it will dim slightly after a certain number of seconds of inactivity, this is to increase the longevity of the LED backlights. They have a phosphor coating to give a white light and that coating looses efficiency with use.

    Then there are screen savers. One of the options is "screen off" which does turn the backlight off. The touchscreen is still working.

    There is no direct brightness control on the IR remote, actually adding a new button would get kind of expensive and most people do not have the skills to do so. In order to have a "brightness button" you would have to usurp the function of one of the existing buttons. This CAN be done but be careful which one you choose.

    For the people that want a black screen, what is wrong with the screen off screensaver? If you have all the screensavers set to screen off the screen turns off a few seconds after you stop touching the screen. Using Ipeng or WebUI does not turn it back on. It only comes back on when you touch the screen or use the IR remote. I can't imagine anyone NOT wanting the screen to come back on when you touch the screen, so is the problem the IR remote? You want to push buttons on the IR remote and NOT have anything visible on the screen? If this is true do you want some button pushes on the screen to be visible and some not? For example pushing browse on the remote without turning the screen on seems a little useless.

    OK, so that is how it works now, what specifically do you want to change?

    John S.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •