diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:19:03 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:19:03 +0000 |
| commit | e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15 (patch) | |
| tree | 648a492c344f592e4c89e6578855e3f93c94bdf2 /config/build.cfg | |
| parent | e6cc3ce44e341fd5d0120a01da81a576058e2b50 (diff) | |
| download | draklive-config-e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15.tar draklive-config-e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15.tar.gz draklive-config-e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15.tar.bz2 draklive-config-e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15.tar.xz draklive-config-e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15.zip | |
Reenable the NVIDIA proprietary drivers.
Diffstat (limited to 'config/build.cfg')
| -rw-r--r-- | config/build.cfg | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/config/build.cfg b/config/build.cfg index 3611962..7d56626 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -193,9 +193,11 @@ my $config = { # nonfree 'dkms-broadcom-wl', -# if_($arch eq 'x86_64', -# 'dkms-nvidia-current', 'x11-driver-video-nvidia-current', 'nvidia-current-utils', -# ), + if_($arch eq 'x86_64', + 'dkms-nvidia-current', 'x11-driver-video-nvidia-current', 'nvidia-current-utils', + 'dkms-nvidia-current-wopengpu', 'x11-driver-video-nvidia-current-wopengpu', + 'nvidia-current-wopengpu-utils', 'nvidia-current-wopengpu-kernel-desktop-latest', + ), 'displaylink-native-evdi', ], local_repo_biarch_packages => [ @@ -403,13 +405,13 @@ my $config = { if_($has_gnome || $has_plasma, ' + use X11 (not Wayland)' => { message => $booting_message, append => $default_append . ' splash noxconf xdriver=free nowayland' }, ), -# if_($arch eq 'x86_64', -# ' + use non-free NVIDIA drivers (slower to boot)' => { message => $booting_message, append => $default_append . ' nokmsboot xclone=1 rd.driver.blacklist=nouveau' }, -# ), + if_($arch eq 'x86_64', + ' + use non-free NVIDIA drivers (slower to boot)' => { message => $booting_message, append => $default_append . ' nokmsboot xclone=1 rd.driver.blacklist=nouveau' }, + ), 'Install Mageia Live' => { message => $install_message, append => $default_append . ' splash noxconf xdriver=free install' }, -# if_($arch eq 'x86_64', -# ' + use non-free NVIDIA drivers (slower to boot)' => { message => $install_message, append => $default_append . ' nokmsboot xclone=1 rd.driver.blacklist=nouveau install' }, -# ), + if_($arch eq 'x86_64', + ' + use non-free NVIDIA drivers (slower to boot)' => { message => $install_message, append => $default_append . ' nokmsboot xclone=1 rd.driver.blacklist=nouveau install' }, + ), 'Memory Test' => { message => $memtest_message, command => 'linux', image => '/boot/memtest', initrd => 'none', append => 'nobigstatus' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', |
