Don't enable the NVIDIA driver by default because it's unfree
This commit is contained in:
parent
08834b061c
commit
1bd8ced9c0
|
@ -159,7 +159,7 @@ sub pciCheck {
|
||||||
# Assume that all NVIDIA cards are supported by the NVIDIA driver.
|
# Assume that all NVIDIA cards are supported by the NVIDIA driver.
|
||||||
# There may be exceptions (e.g. old cards).
|
# There may be exceptions (e.g. old cards).
|
||||||
# FIXME: do we want to enable an unfree driver here?
|
# FIXME: do we want to enable an unfree driver here?
|
||||||
$videoDriver = "nvidia" if $vendor eq "0x10de" && $class =~ /^0x03/;
|
#$videoDriver = "nvidia" if $vendor eq "0x10de" && $class =~ /^0x03/;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $path (glob "/sys/bus/pci/devices/*") {
|
foreach my $path (glob "/sys/bus/pci/devices/*") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user