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

some problems on Ubuntu 20.04 #73

Open
j75 opened this issue Oct 3, 2021 · 1 comment
Open

some problems on Ubuntu 20.04 #73

j75 opened this issue Oct 3, 2021 · 1 comment

Comments

@j75
Copy link

j75 commented Oct 3, 2021

  1. no 3dinfo program, where could I find it, please? I use instead hwinfo --framebuffer --gfxcard | grep -E '^[0-9]|Driver:' | tr -d '\n, it seems to work
  2. running in verbose mode displays the message Redundant argument in printf at ./Run line 1784. (missing a %s ?)
  3. at line 734 Debian-like systems are missing, I fixed it with elsif ( -r "/etc/debian_version" ) { $info->{'system'} = getCmdOutput("cat /etc/debian_version"); }
  4. sometimes it crashes at line 935 due to the fact that $count = 0, would it be possible to add a test like if ($count > 0) { ?
@gstrauss
Copy link
Collaborator

gstrauss commented Oct 3, 2021

no 3dinfo program, where could I find it, please?

Please see #13 and comments in #23

Thank you for your other comments. I'll try to find some time to look into them.

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

No branches or pull requests

2 participants