Activity for DRC

  • DRC DRC posted a comment on ticket #25219

    It appears to have been resolved. Thanks.

  • DRC DRC created ticket #25219

    "Transport endpoint is not connected" when trying to access FRS links in shell

  • DRC DRC posted a comment on ticket #24333

    So far, the issue has not reappeared. Thanks.

  • DRC DRC posted a comment on ticket #24333

    It works at the moment, but it was intermittent when it occurred. If your team feels that they have fixed the issue, then go ahead and close the report, and I will reopen it if the issue reappears.

  • DRC DRC created ticket #24333

    SSH shell access fails intermittently

  • DRC DRC posted a comment on ticket #23510

    Yes, it appears to work now. Please clarify what the issue was and why it has now occurred twice. I don't want to have to keep filing a ticket every time I try to do a CI build.

  • DRC DRC posted a comment on ticket #23510

    Unfortunately the issue has re-surfaced. :(

  • DRC DRC posted a comment on ticket #23510

    Seems to work now. Thanks.

  • DRC DRC posted a comment on ticket #23510

    I am still experiencing the problem.

  • DRC DRC created ticket #23510

    Cannot download a specific file from my project

  • DRC DRC posted a comment on ticket #498

    That doesn't work either. It produces this: void function(void) { > if(!SomeVeryLongFunctionName(someType someVeryLongFunctionArg, > someType someOtherVeryLongFunctionArg)) > > do_something(); } That is, the continuation of the function arguments are not indented at all. That's really the source of my consternation. --indent-continuation=0 doesn't indent the continued arguments, and --indent-continuation=1 indents them with two tabs instead of one. I need a way to indent them with just one tab.

  • DRC DRC posted a comment on ticket #498

    Perhaps so, but the core issue is that I currently cannot trust the behavior of the tool, because it isn't behaving in a deterministic manner. I need to understand what it's trying to do and why, or else I will not use it.

  • DRC DRC posted a comment on ticket #498

    Clarification: minimal reproduction steps: Create test.c with: void function(void) { if(!SomeVeryLongFunctionName(someType someVeryLongFunctionArg, someType someOtherVeryLongFunctionArg)) do_something(); } Attempt to reformat using astyle --style=allman --indent=tab=2 --indent=force-tab=2 --remove-braces --indent-after-parens test.c Expected result: void function(void) { > if(!SomeVeryLongFunctionName(someType someVeryLongFunctionArg, > > someType someOtherVeryLongFunctionArg)) > > do_something();...

  • DRC DRC created ticket #498

    Continuation indenting with tabs doesn't always work as expected

  • DRC DRC posted a comment on discussion Help

    Moving discussion to the mailing list.

  • DRC DRC posted a comment on discussion Help

    These forums are deprecated and are read only by me. Please post questions such as this to the virtualgl-users mailing list or as a GitHub issue in the future. SourceForge, for whatever reason, does not remember my login (despite me instructing it to do so), so every time I have to log in to answer a question on these forums, it requires repeating the two-factor authentication process, which is a pain. As explained in the User's Guide, troubleshooting problems like this involves first verifying the...

  • DRC DRC posted a comment on discussion Help

    Should already be fixed in the master branch, and a pre-release build is available with the fix: https://virtualgl.org/DeveloperInfo/PreReleases. Please post this sort of thing as a GitHub issue in the future. We use SourceForge solely for file releases these days.

  • DRC DRC posted a comment on discussion Open Discussion

    BUILDING.md contains instructions on how to build libjpeg-turbo for Android. Also, I recommended that you take advantage of the libjpeg-turbo mailing lists (on Google Groups-- https://libjpeg-turbo.org/About/MailingLists) for community support, not these forums. These forums are a legacy feature, and generally only I read them.

  • DRC DRC posted a comment on ticket #10

    This SF tracker item is quite old and doesn't reflect the current thinking regarding the H.264 feature. It is still under active investigation: https://github.com/TurboVNC/turbovnc/issues/19 There are definitely some workloads that benefit from H.264. There are others that don't. The report attempted to compare performance based on some assessment (albeit probably a weak one) of image quality equivalence, and without knowing the specifics of how you performed your comparisons, I cannot speak to your...

  • DRC DRC posted a comment on discussion Open Discussion

    Click on "Documentation" in the sidebar.

  • DRC DRC modified a comment on discussion Open Discussion

    Apparently my reply got eaten by SourceForge, so here it is again. The VirtualGL Client for Windows requires Cygwin/X and will not function properly with other Windows X servers, including Xming. The VirtualGL Client requires Cygwin/X because that is the only Windows X server that has the X extensions (including SECURITY and MIT-SHM) that the client program needs. (Note that MIT-SHM requires that you install and start cygserver.) As far as why you can't connect with TurboVNC, that's probably because...

  • DRC DRC posted a comment on discussion Open Discussion

    Apparently my reply got eaten by SourceForge, so here it is again. The VirtualGL Client for Windows requires Cygwin/X and will not function properly with other Windows X servers, including Xming. vglclient requires Cygwin/X because that is the only Windows X server that has the X extensions (including SECURITY and MIT-SHM) that the client program needs. (Note that MIT-SHM requires that you install and start cygserver.) As far as why you can't connect with TurboVNC, it's probably because you either...

  • DRC DRC posted a comment on discussion Open Discussion

    Cool! Glad to know the software is working well for you.

  • DRC DRC posted a comment on ticket #1

    Closing this tracker item. If you discover what the problem is and believe it to be something that could be worked around in TurboVNC, then please file a bug report or feature request on GitHub. Also feel free to add any findings here, if you want others who are having similar problems to be able to find the solution in Google searches.

  • DRC DRC modified ticket #1

    Authentication issue

  • DRC DRC posted a comment on ticket #1

    I have no idea, unfortunately. I duplicated the settings in your /etc/turbovnc-security.conf file, as well as your /etc/pam.d/turbovnc file, and it works fine for me on CentOS 6.8. Maybe NIS is causing the problem. If not, then I'm clueless. The symptoms of the problem would suggest some sort of issue with PAM authentication, but PAM user/password authentication is used by thousands of other TurboVNC users around the world, and no one else has reported a problem like this. TurboVNC works fine with...

  • DRC DRC posted a comment on ticket #1

    This is a patch tracker, meant only for patch submissions, not for bug reports or feature requests. We do not use SourceForge to track bug reports/feature requests anymore. In the future, please post all bug reports/feature requests to GitHub rather than trying to subvert our project's wishes by posting bug reports where they do not belong. I cannot reproduce the issue you are describing. Please post the contents of your /etc/pam.d/turbovnc file. Also please specify which VNC viewer you are using...

  • DRC DRC posted a comment on discussion Open Discussion

    If you can somehow profile the code and determine that the slow-down is due to a...

  • DRC DRC posted a comment on discussion Open Discussion

    But note that you have never specified what operating system or hardware you are...

  • DRC DRC posted a comment on discussion Open Discussion

    Yes. The results are almost identical.

  • DRC DRC posted a comment on discussion Open Discussion

    No idea, because I can't reproduce the behavior using a similarly-sized image. I'm...

  • DRC DRC posted a comment on discussion General Discussion

    You cannot run OpenGL applications in TurboVNC without using VirtualGL (vglrun)....

  • DRC DRC posted a comment on discussion General Discussion

    I get that the Java3D application works on the local desktop, but when it's using...

  • DRC DRC posted a comment on discussion Help

    If you log into Display :0 and log out again, it resets the display and disconnects...

  • DRC DRC posted a comment on discussion Help

    There's a dot in the filename. It's ".Xclients", not "Xclients".

  • DRC DRC modified a comment on discussion Help

    Just edit ~/.vnc/xstartup.turbovnc and delete everything except these lines near...

  • DRC DRC posted a comment on discussion Help

    Another option is to leave xstartup.turbovnc alone, copy those same lines into ~/.Xclients,...

  • DRC DRC posted a comment on discussion Help

    Just edit ~/.vnc/xstartup.turbovnc and delete everything except these lines near...

  • DRC DRC modified a comment on discussion Help

    "Seamless windows" (displaying one client-side window for every application window)...

  • DRC DRC posted a comment on discussion Help

    "Seamless windows" (displaying one client-side window for every application window)...

  • DRC DRC posted a comment on discussion General Discussion

    Let me take these one at a time: The VirtualGL error you're getting is likely because...

  • DRC DRC posted a comment on discussion Help

    Use TurboVNC. Start a TurboVNC session, connect to it with the TurboVNC Viewer, start...

  • DRC DRC posted a comment on discussion Help

    Let's focus on KDM first. Please follow the diagnostic procedure I outlined above...

  • DRC DRC posted a comment on discussion Help

    That could be why VirtualGL isn't working. It assumes that you are running a display...

  • DRC DRC posted a comment on discussion Help

    That error is normal and is a result of you ignoring the instructions in the User's...

  • DRC DRC posted a comment on discussion Open Discussion

    NOTE: The same script for the dev branch (libjpeg-turbo 1.6 evolving, which now uses...

  • DRC DRC posted a comment on discussion Open Discussion

    Here is my script for compiling an Android x86 version of libjpeg-turbo on my Mac....

  • DRC DRC posted a comment on discussion Help

    No, VirtualGL can only access one GPU per process unless you have an application...

  • DRC DRC posted a comment on discussion Help

    You'll probably have better luck posting to the virtualgl-users mailing list. I'm...

  • DRC DRC posted a comment on discussion Open Discussion

    Yes, that macro should definitely be 4, not 8, for an ARM32 build. Is configure setting...

  • DRC DRC posted a comment on discussion Open Discussion

    A cursory examination of your code doesn't reveal any obvious errors, but I unfortunately...

  • DRC DRC modified a comment on discussion Help

    Are you actually running LightDM or KDM, or are you using another display manager?...

  • DRC DRC posted a comment on discussion Help

    Are you actually running LightDM or KDM, or are you using another display manager?...

  • DRC DRC posted a comment on discussion Open Discussion

    I'm curious whether the firewall restriction has something to do with the fact that...

  • DRC DRC posted a comment on discussion Open Discussion

    Please create a ZIP archive with your JPEG file and attach it to this thread. I will...

  • DRC DRC posted a comment on discussion Open Discussion

    The JPEG image you're attempting to decompress is corrupt. The reason why it worked...

  • DRC DRC posted a comment on discussion Open Discussion

    That is a known bug in libjpeg-turbo 1.5.1 when building with the Android NDK and...

  • DRC DRC posted a comment on discussion General Discussion

    That's possible. UltraVNC uses a different type of encoding whenever you use their...

  • DRC DRC modified a comment on discussion General Discussion

    Let's back up, because it's unclear what you are trying to do. TurboVNC is a solution...

  • DRC DRC modified a comment on discussion General Discussion

    Let's back up, because it's unclear what you are trying to do. TurboVNC is a solution...

  • DRC DRC posted a comment on discussion General Discussion

    Let's back up, because it's unclear what you are trying to do. TurboVNC is a solution...

  • DRC DRC posted a comment on discussion Open Discussion

    There were several bug fixes in 1.5.1 that affect ARM platforms. Try the latest code....

  • DRC DRC modified ticket #54

    rpath and runpath set to $ORIGIN are not handled correctly

  • DRC DRC posted a comment on ticket #54

    I was finally able to reproduce this. See https://sourceforge.net/p/virtualgl/mailman/message/35185340/....

  • DRC DRC posted a comment on discussion Help

    No idea, unfortunately. I'd be happy to do some diagnosis if you can provide a remote...

  • DRC DRC posted a comment on discussion Help

    Two questions: 1. Which version of Linux are you running? 2. Which window manager...

  • DRC DRC modified a comment on discussion Help

    You're doing a really good job of finding bugs that I thought were already fixed....

  • DRC DRC posted a comment on discussion Help

    You're doing a really good job of finding bugs that I thought were already fixed....

  • DRC DRC posted a comment on discussion Help

    RE: Matlab, if you could verify whether adding -nosoftwareopengl works, that would...

  • DRC DRC posted a comment on discussion Help

    Also, just FYI-- TurboVNC 2.1 just landed. VirtualGL 2.5.1 will probably land to...

  • DRC DRC posted a comment on discussion Help

    Aha. Apparently Google has a better memory than I do: https://sourceforge.net/p/virtualgl/mailman/message/33586743/...

  • DRC DRC posted a comment on discussion Help

    For starters, don't use -sp unless you are running a non-interactive benchmark, such...

  • DRC DRC posted a comment on discussion Help

    Do you think that what I am aiming to accomplish is possible? More or less a good...

  • DRC DRC modified a comment on discussion Help

    Benchmarking remote display software is a tricky proposition at best. For starters,...

  • DRC DRC modified a comment on discussion Help

    Benchmarking remote display software is a tricky proposition at best. For starters,...

  • DRC DRC posted a comment on discussion Help

    Benchmarking remote display software is a tricky proposition at best. For starters,...

  • DRC DRC posted a comment on discussion General Discussion

    Excellent! Thanks.

  • DRC DRC modified a comment on discussion General Discussion

    If you are still having issues with this when using the latest TurboVNC Viewer (2.1...

  • DRC DRC posted a comment on discussion General Discussion

    If you are still having issues with this when using the latest TurboVNC Viewer (2.1...

  • DRC DRC posted a comment on discussion General Discussion

    This is an old thread, but I wanted to post an update that GNOME 3 should now fully...

  • DRC DRC posted a comment on discussion General Discussion

    James, this should be fixed in 2.1 rc. Would appreciate if you could re-test it....

  • DRC DRC modified a comment on discussion General Discussion

    KDE Plasma discussion moved to https://github.com/TurboVNC/turbovnc/issues/65. If...

  • DRC DRC posted a comment on discussion General Discussion

    Discussion moved to https://github.com/TurboVNC/turbovnc/issues/65

  • DRC DRC posted a comment on discussion General Discussion

    Release candidate build available: http://www.turbovnc.org/DeveloperInfo/PreReleases...

  • DRC DRC posted a comment on discussion General Discussion

    Release candidate build available: http://www.turbovnc.org/DeveloperInfo/PreReleases...

  • DRC DRC posted a comment on discussion General Discussion

    Referring to the GitHub tracker item above, it turns out that this really needed...

  • DRC DRC posted a comment on discussion General Discussion

    It's because GNOME 3 now requires OpenGL. If you are comforable building TurboVNC...

  • DRC DRC posted a comment on discussion General Discussion

    I have a tentative fix that is pending review by the TigerVNC developers who wrote...

  • DRC DRC posted a comment on discussion General Discussion

    Working on this right now. It appears to be a regression introduced by upgrading...

  • DRC DRC posted a comment on discussion General Discussion

    I just tried xdm on Ubuntu 14.04. It also works fine with TurboVNC, using the procedure...

  • DRC DRC posted a comment on discussion General Discussion

    Note, however, that I was able to successfully make TurboVNC work with xinetd and...

  • DRC DRC posted a comment on discussion General Discussion

    Apparently I'm running into this bug, which still appears unsolved: https://bugs.launchpad.net/lightdm/+bug/1212069...

  • DRC DRC modified a comment on discussion General Discussion

    I spent several hours looking at this. It's puzzling to me as well, because I can't...

  • DRC DRC posted a comment on discussion General Discussion

    I spent several hours looking at this. It's puzzling to me as well, because I can't...

1 >