VisualEnvironment with VirtualGL faile save error
SendLocalUserName=1 and user name lowercase/uppercase issue
rpmlint says: binary-or-shlib-calls-gethostbyname
Add native x32 ABI SIMD support
Closing as out of date. If anyone wants to pursue a proper x32 SIMD implementation,...
Fixes to RGB565 dithering code
Moved to https://github.com/libjpeg-turbo/libjpeg-turbo/issues/95
A dropdown toolbar when in fullscreen
Moved to GitHub https://github.com/TurboVNC/turbovnc/issues/45
Clipboard toggle button and hotkey
A hotkey and corresponding system menu option for toggling clipboard transfer has...
Yes, that's also expected, because clipboard synchronization occurs in both directions....
Does this still happen if you're in view-only mode? I think that perhaps a cleaner...
Per our offline conversation, I'm willing to implement a hotkey for this for free....
Zoom buttons and hotkeys
Hotkeys and corresponding system menu options for zooming in and out and resetting...
A button and hot key to quickly toggle View-Only
Closing this tracker item as implemented. If the hotkey proves insufficient and you...
A hotkey and corresponding system menu option for toggling view-only mode has been...
A hotkey and corresponding system menu option for toggling view-only mode has been...
Setting a minimum compression level would be accomplished here: https://github.com/TurboVNC/turbovnc/blob/master/unix/Xvnc/programs/Xserver/hw/vnc/tight.c#L246-L287...
Forcing the user to use 8-bit color is not going to maximize compression. To explain...
Just messaged you with an estimate.
A TightVNC-style drop-down menu or other fancy GUI enhancements would be somewhat...
Let's keep them here for now while I'm evaluating. If I decide to take any of them...
No problem. I still respond to issues on here, but the SF interface is a lot more...
But why are you forever toggling the feature manually? I don't understand why that's...
So would free beer. Justify why you think you need this feature, and please understand...
Which viewer are you using? This is an easy feature to implement, but I could have...
I'm guessing that those buttons were added in TightVNC 2, because they definitely...
Thanks for the thorough analysis. I think this same issue was reported in a different...
The problem is not solved from TurboVNC's point of view. vnc4server is a much less...
Otherwise, I recommend googling how to install a DEB package as a non-root user....
dpkg -i virtualgl*.deb --force-not-root --root=$HOME/vgl should do it.
Implemented in https://github.com/TurboVNC/turbovnc/commit/73793b5bdf564a1281e01...
If I understand you correctly, you want to use VirtualGL as a "local" OpenGL interposer--...
Please explain further. "more precise as it should look" is not descriptive. How...
jpeg_read_scanlines() expects that the second argument will be an array of pointers,...
Third argument to jpeg_read_scanlines() should be cinfo.output_height - cinfo.ou...
What do you think of my proposed solution? Nothing is going to happen on this until/unless...
Upon further reflection, it seems like this could be done somewhat automatically,...
Hmmm... Well, Linux doesn't typically allow user names with uppercase letters by...
Wow. OK. I was merely trying to explain how I would solve this and why your approach...
I don't have time to get into the nitty gritty of this with you. Like I said, for...
I wouldn't think that there would be any drop in quality, because you are still compressing...
Look at the jpeg_read_coefficients() and jpeg_write_coefficients() functions in the...
Glad you solved it. For those who might be finding this thread through Google, one...
(referring to xclock) Yes, it would not test it properly but it would probe if the...
For starters, running a non-OpenGL program such as xclock in VirtualGL isn't a valid...
Confirmed that Ubuntu 12.04 has libxcb-keysyms.so.1, in the libxcb-keysyms1 package....
Further comments: VirtualGL is an interposer library, so it intercepts function calls...
Which operating system?
Unfortunately, this bug in the Cygwin setup program affects Cygwin Ports as well...
Unfortunately this is a known bug in the latest version of the Cygwin setup program:...
VOTE: libjpeg-turbo
Can't reproduce the issue, but I suspect that what may be happening is that the TurboVNC...
I'll ask again-- which version of the TurboVNC viewer are you running on the client,...
To provide further information, TurboVNC 2.0.x supports automatic remote desktop...
To provide further information, TurboVNC 2.0.x supports automatic remote desktop...
To provide further information, TurboVNC 2.0.x supports remote desktop resizing,...
"Running TurboVNC on Ubuntu 15.04 Unity" isn't very specific. What machine/operating...
You're welcome. Glad you found the bug!
I've verified that your code is generating correct JPEG data, which means that libjpeg-turbo...
OK, you seem to be expecting that libjpeg-turbo will create a TiffJPEG file, but...
I can't reproduce any issues with your code. I compiled it into a standalone program...
Please install pkgconfig .pc file with library
Implemented in git master (libjpeg-turbo 1.5 evolving.)
Another user contributed a NEON implementation of Huffman encoding, which has been...
You can enable restart markers by setting the "TJ_RESTART" environment variable (or,...
You can enable restart markers by setting the "TJ_RESTART" environment variable (or,...
Ability to use it in C#.
Cool! Thanks for the pointers. I will close this issue as resolved. At some point,...
Cool! Thanks for the pointers. I will close this issue as resolved. At some point,...
Allow Alt+Tabbing out of fullscreen mode to other windows apps.
This is already implemented, but it isn't configurable from the Options dialog, so...
Graphics Tablet
Latest pre-release implements this. Please test http://www.turbovnc.org/DeveloperInfo/PreReleases...
Intel B43 Express Display Adapter produces black screen on connect
Refer to https://github.com/TurboVNC/turbovnc/issues/14 for my response. Until/unless...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
This seems to be a known issue https://software.intel.com/en-us/forums/intel-business-client-software-development/topic/280246...
This seems to be a known issue https://software.intel.com/en-us/forums/intel-business-client-software-development/topic/280246...
Fixed in latest pre-release build: http://www.virtualgl.org/DeveloperInfo/PreRel...
I am not aware of any problems. If you are observing a failure under El Capitan,...
The VirtualGL User's Guide and background article on VirtualGL.org describe in great...
It might not hurt to try some of the procedures recommended in the above bug report....
Failing to execute the Default script is definitely a known symptom of SELinux problems:...
Failing to execute the Default script is definitely a known symptom of a SELinux...
Edit /etc/gdm/Init/Default and redirect the output of xhost or vglgenkey to a file:...
If 2.5 works without issues, then my inclination is simply to document that fact...
Hard to say what could be happening. It sounds like there is definitely a bug in...
As a sanity check, try running with 'vglrun +tr +xcb' and see if any xcb functions...
This is a shot in the dark, but look at http://www.virtualgl.org/Documentation/RHEL6...
invalid shift and out of bound memory access
Fixed in https://github.com/libjpeg-turbo/libjpeg-turbo/commit/0877b38f35664b733...
http://www.libjpeg-turbo.org/About/License has a more comprehensive explanation of...
'make test' fails when built with -march=haswell
Confirmed fixed.
signed binaries
All existing binaries back to release 1.2 have been signed, and I am working on making...