Skip to content

Commit

Permalink
Fix glxinfo. remove glinfo. Now depends on mesa-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 7, 2016
1 parent 113187f commit 5af1878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Public Sub grafika()
Dim GLIXNFO As String
Dim GLX As String[]
Dim strings As String
Try Exec ["/usr/bin/i-nex-glinfo"] Wait To GLIXNFO
Try Exec ["glxinfo"] Wait To GLIXNFO
GLX = Split(GLIXNFO, "\n", "")
For Each strings In GLX
If strings Like "*OpenGL vendor string:*" Then
Expand Down

0 comments on commit 5af1878

Please sign in to comment.