Fixed missing features list for GPL module (#173)

Per Nvidia README the previous list was all implemented,
remaining missing features are not relevant to all users.

Suggest also making GPL the default but did not want to put that
into this change.
pull/174/head
George Gibbs 1 year ago committed by GitHub
parent 3185938ec8
commit 516d18a6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,7 +169,7 @@ if [ -e options ]; then
if [ -z "$_open_source_modules" ]; then
msg2 " - Open source kernel modules available - "
warning "IT ONLY OFFERS SUPPORT FOR TURING AND NEWER, AND DOESN'T OFFER ALL THE FEATURES OF THE PROPRIETARY ONE."
warning "PRIME SUPPORT, VRR AND POWER MANAGEMENT ARE NOTABLY MISSING CURRENTLY."
warning "SLI, G-Sync on notebooks and virtual GPU support are notably missing."
plain "Do you want to use it instead of the proprietary one?"
read -rp "`echo $' > N/y : '`" _open_source;
if [[ "$_open_source" =~ [yY] ]]; then

Loading…
Cancel
Save