forked from CastroFidel/PortWINE
		
	Improve GPU list
This commit is contained in:
		| @@ -171,7 +171,7 @@ pw_gui_for_edit_db () { | ||||
|         GPU_VAR="disabled" | ||||
|     fi | ||||
|  | ||||
|     GET_GPU_NAMES=$(vulkaninfo | awk -F '=' '/deviceName/{print $2}' | paste -sd '!') | ||||
|     GET_GPU_NAMES=$(vulkaninfo 2>/dev/null | awk -F '=' '/deviceName/{print $2}' | paste -sd '!' | sed 's/^ //') | ||||
|  | ||||
|     GET_REFRASH_RATE="30!45!60!75!120!144!165!240" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user