Would it be possible to add a feature to show some custom message on a blank screen like "This computer is being remotely administered, if you want to terminate press ESC.." instead of turning the monitor off ?
Users are trying to press the power button when they want to work with their computer when I am working on it with monitor swithed off
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Custom message vs. Turn off monitor
Re: Custom message vs. Turn off monitor
Full ACK. This would be a great feature!junk21 wrote:Would it be possible to add a feature to show some custom message on a blank screen like "This computer is being remotely administered, if you want to terminate press ESC.." instead of turning the monitor off ?
Users are trying to press the power button when they want to work with their computer when I am working on it with monitor swithed off
Thomas
- Rudi De Vos
- Admin & Developer
- Posts: 6879
- Joined: 2004-04-23 10:21
- Contact:
Not possible....
Vnc send the content of the screen to the viewer.
The only whay of blanking the screen , without touching the
screen content is by telling the power managment to put the screen is power save mode. screen buffer is working, but no
data is send to the monitor.
No data send, monitor stay black.
Vnc send the content of the screen to the viewer.
The only whay of blanking the screen , without touching the
screen content is by telling the power managment to put the screen is power save mode. screen buffer is working, but no
data is send to the monitor.
No data send, monitor stay black.
Monitor message
Wouldn't it be possible to change the viewing region of the screen for the machine that is running the server, so that they only see a message, while the remote viewer captures a different part of the screen that is not viewable on the host machine's monitor?
I don't think that's possible.
Perhaps the only trick that could work more or less
Hide a window for the user.
Suppose you have 32bit colors
If you could tell an application to use almost the same forground and background color (black and a little less black)
The user would only see black, he can not differentiate foreground from background. (0,0,1) and (0,0,0)
You tell the vnc server that he need to translate every
almost black (0,0,1) into white (255,255,255) ..
Then you get a normal screen on the viewer site.......
Perhaps the only trick that could work more or less
Hide a window for the user.
Suppose you have 32bit colors
If you could tell an application to use almost the same forground and background color (black and a little less black)
The user would only see black, he can not differentiate foreground from background. (0,0,1) and (0,0,0)
You tell the vnc server that he need to translate every
almost black (0,0,1) into white (255,255,255) ..
Then you get a normal screen on the viewer site.......