lestofante / ksysguard-gpu

add gpu visualization for ksysguard
GNU General Public License v3.0
96 stars 11 forks source link

updated for Nvidia #6

Closed pohzhiee closed 4 years ago

pohzhiee commented 4 years ago

run() function is now an infinite loop due to the thread terminating after the subprocess finished, which results in undesired behaviour

Checks if there are any parameters in line to prevent index out of range issues when line is empty

Removed power draw data due to some cards not supporting (GTX 1050TI)

Removed space in header array due to KSysGuard not being able to use headers with spaces

Removed misleading finally block and moved print statement to catch block

Commented untested warning message

lestofante commented 4 years ago

thanks for your work, some of the modification will be cherry pick into develop, see issue #11 for reason why im not merging