Description of problem: creating a new VNC desktop with a depth of 8, 15 or 24 bits per pixel fails, only 16 works. Version-Release number of selected component (if applicable): Xvnc 4.1.2 How reproducible: Every time Steps to Reproduce: 1. Launch a desktop with (e.g.) vncserver :1 -geometry 1280x800 -depth 8 2. 3. Actual results: Silent failure, only log file reveals problem (and not being able to attach) Expected results: VNC desktop should be created Additional info: VNC desktop works jus fine for 16bpp
Created attachment 157642 [details] VNC Log output
Hmmm, 8 is working now... 15 and 24 still fail.
What says rpm -q vnc-server? Looks like dupe of bug #242277 for me. vnc-server-4.1.2-18.fc7 could support depths 8, 16 and 24 without any problem. 15bpp depth isn't supported now because I think this depth isn't used. If you need it I could add 15bpp support. Regards, Adam
*** This bug has been marked as a duplicate of 242277 ***
Thanks for the attention, I will monitor the original bug.