Hello,
I think there is a bug in driver with a 16bit color display selected.
I have a server with a basic vga with 16bits color and when the driver option is enabled the colors of the vnc viewer is wrong, I've checked with a pc selecting 16/32bits display and happens the same.
VNC Version 1.1.9.1 (Server & client)
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
- 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
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
- 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
Driver with 16bits color
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Driver with 16bits color
I know, this happen on some video cards when the mirror driver use another format (RGB/BGR) then the real video card.
Red and Blue get inverted. There isn't anything we can do then making a special driver for this other format.
32bit isn't slower when you use u2 compression.
Jpeg compression has a good compression ratio but require 32bit color input.
u2 can only be used with 32 colors.
Red and Blue get inverted. There isn't anything we can do then making a special driver for this other format.
32bit isn't slower when you use u2 compression.
Jpeg compression has a good compression ratio but require 32bit color input.
u2 can only be used with 32 colors.
Re: Driver with 16bits color
Ok, I have to disable driver in server because I don't have posibility to change to 32bits.
Thanks
Thanks