Skip to content

Commit

Permalink
Fix cerbero settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 8, 2016
1 parent 66e69c7 commit 7920b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
10 changes: 4 additions & 6 deletions I-Nex/i-nex/.src/MAIN/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ Public Sub grafika()
Dim GLIXNFO As String
Dim GLX As String[]
Dim strings As String

Try Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "nonprefetchable"] Wait To memory_non_prefetchable
Try Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "prefetchable"] Wait To memory_prefetchable

Try Exec ["glxinfo"] Wait To GLIXNFO
GLX = Split(GLIXNFO, "\n", "")
For Each strings In GLX
Expand Down Expand Up @@ -221,8 +225,6 @@ Public Sub grafika()
If IsNull(Kernel_driver_in_use) Or IsSpace(Kernel_driver_in_use) = True Then
Try Exec [ChkPrm.ChkExecDir("xdriinfo")] Wait To Kernel_driver_in_use
Endif
Try Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "nonprefetchable"] Wait To memory_non_prefetchable
Try Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "prefetchable"] Wait To memory_prefetchable

Label136.Text = "Kernel driver in use: " & Replace(Kernel_driver_in_use, "\n", "")
Try Label64.Text = "Total Memory prefetchable: " & Replace(memory_prefetchable, "\n", " - ")
Expand Down Expand Up @@ -1050,10 +1052,6 @@ Public Sub Form_Close()

End

Public Sub Button13_Click()
FValidate.Show
End

Public Sub MenuButton1_Click()

Dim URL As String
Expand Down
9 changes: 1 addition & 8 deletions I-Nex/i-nex/.src/MAIN/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,12 @@
Picture = Picture["AppIcons/application-exit2.png"]
}
{ Button12 Button
Move(56,511,28,28)
Move(28,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "Generate report"
Picture = Picture["AppIcons/printer.png"]
}
{ Button13 Button
Move(28,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "Options"
Picture = Picture["AppIcons/options.png"]
}
{ TabStrip1 TabStrip
Move(0,0,476,511)
#Translate = False
Expand Down

0 comments on commit 7920b72

Please sign in to comment.