Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] does the VirtualGL executable have a version flag/switch? #257

Closed
MatzFan opened this issue Jul 9, 2024 · 3 comments
Closed

Comments

@MatzFan
Copy link

MatzFan commented Jul 9, 2024

vglrun -v and vglrun --version seem to be missing from the help options, am I looking in the wrong place?

My installation is on Linux Bookworm, from your apt repo. Awesome software btw.

@dcommander
Copy link
Member

No, but that would be easy to implement, since vglrun is generated by CMake.

dcommander added a commit that referenced this issue Jul 11, 2024
@dcommander
Copy link
Member

I just added a --version switch to vglrun. For completeness, I should also note that there are some existing, less obvious, ways to obtain the VirtualGL Faker version without using the new vglrun switch:

  • /opt/VirtualGL/bin/vglclient -v (assuming the client is also installed)
  • /opt/VirtualGL/bin/glreadtest -?
  • vglrun +v /opt/VirtualGL/bin/glxinfo 2>&1 | grep 'VirtualGL v' (this is the actual Faker version, as reported by the Faker itself)

@dcommander
Copy link
Member

Another note: vglrun -v* is already reserved for disabling verbose mode, so vglrun -v or vglrun -version will not display the version information. You have to use two dashes, i.e. vglrun --version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants