Commit 9ee30c29 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'Boria138-blackwell' into devel

parents 04e282f5 c2deaf34
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment