Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xorg.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-09 13:28:12 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-09 13:28:12 +0530
commitb85514ae5e4cdedf00795f165fbcd17abd2cb4fd (patch)
treeafef1d962dc85811e458b7c2c3450b0f6e774bc4 /profiles/xorg.py
parent349c3ec5b4e84a1c0df72eb2167fb04a3722b208 (diff)
renamed driver.py to gfx_driver.py. also explictly check if we are using the propritery nvidia drivers
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index 79418d1d..542558c6 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -31,7 +31,7 @@ def _prep_function(*args, **kwargs):
print('You need to select which graphics card you\'re using.')
print('This in order to setup the required graphics drivers.')
- __builtins__['_gfx_driver_packages'] = archinstall.lib.drivers.select_driver(AVAILABLE_DRIVERS)
+ __builtins__['_gfx_driver_packages'] = archinstall.lib.gfx_drivers.select_driver(AVAILABLE_DRIVERS)
# TODO: Add language section and/or merge it with the locale selected
# earlier in for instance guided.py installer.