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
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
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
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome
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
Custom message vs. Turn off monitor
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
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
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: 6975
- 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.
-
ITGuy
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?
-
Guest
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.......