From 9ae65a420449c6d14e3baf10532169e2c5156607 Mon Sep 17 00:00:00 2001 From: t0xic0der Date: May 27 2020 06:48:43 +0000 Subject: Added support for x86 Xorg libs --- diff --git a/DriverInstaller.py b/DriverInstaller.py index 33a647b..923a5f1 100644 --- a/DriverInstaller.py +++ b/DriverInstaller.py @@ -7,7 +7,7 @@ DecoratorObject = StatusDecorator() def main(): DecoratorObject.SectionHeader("INSTALLING PROPRIETARY DRIVERS...") - ExecStatusCode = os.system("dnf install -y gcc kernel-headers kernel-devel akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs") + ExecStatusCode = os.system("dnf install -y gcc kernel-headers kernel-devel akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs xorg-x11-drv-nvidia-libs.i686") if ExecStatusCode == 0: DecoratorObject.SuccessMessage("Driver package installation completed") DecoratorObject.WarningMessage("Commencing mandatory sleep for 5 minutes to load up kernel modules")