Renamed obsolete option services.xserver.videoDrivers to hardware.opengl.videoDrivers

This commit is contained in:
Pascal Wittmann
2014-02-18 23:11:49 +01:00
parent 8c83ae965f
commit 516cdc25a4
5 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ foreach my $path (glob "/sys/bus/pci/devices/*") {
pciCheck $path;
}
push @attrs, "services.xserver.videoDrivers = [ \"$videoDriver\" ];" if $videoDriver;
push @attrs, "hardware.opengl.videoDrivers = [ \"$videoDriver\" ];" if $videoDriver;
# Idem for USB devices.