Merge branch 'Boria138-blackwell' into devel
This commit is contained in:
commit
9ee30c29d4
@ -2301,6 +2301,8 @@ check_nvidia_rtx () {
|
||||
[[ "$LSPCI_VGA" == *GA[0-9]* ]] && return 0
|
||||
# Ada_Lovelace
|
||||
[[ "$LSPCI_VGA" == *AD[0-9]* ]] || [[ "$LSPCI_VGA" == *2[6-8][0-9]* ]] && return 0
|
||||
# Blackwell and Blackwell 2.0
|
||||
[[ "$LSPCI_VGA" == *GB[0-9]* ]] && return 0
|
||||
fi
|
||||
return 1
|
||||
}
|
||||
@ -2753,6 +2755,7 @@ pw_skip_get_info () {
|
||||
export LSPCI_VGA
|
||||
fi
|
||||
|
||||
# TODO: Add NVIDIA Smooth Motion
|
||||
if check_nvidia_rtx ; then
|
||||
check_variables PW_USE_NVAPI_AND_DLSS "1"
|
||||
check_variables PW_USE_FAKE_DLSS "0"
|
||||
|
Loading…
Reference in New Issue
Block a user