You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
running in verbose mode displays the message Redundant argument in printf at ./Run line 1784. (missing a %s ?)
at line 734 Debian-like systems are missing, I fixed it with elsif ( -r "/etc/debian_version" ) { $info->{'system'} = getCmdOutput("cat /etc/debian_version"); }
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) { ?
The text was updated successfully, but these errors were encountered:
hwinfo --framebuffer --gfxcard | grep -E '^[0-9]|Driver:' | tr -d '\n
, it seems to workRedundant argument in printf at ./Run line 1784.
(missing a%s
?)elsif ( -r "/etc/debian_version" ) { $info->{'system'} = getCmdOutput("cat /etc/debian_version"); }
$count = 0
, would it be possible to add a test likeif ($count > 0) {
?The text was updated successfully, but these errors were encountered: