[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:hardware:nvidia_optimus [2015/02/25 01:19 (UTC)] – Removed temporary warning. tommychowtos:hardware:nvidia_optimus [2015/04/24 06:03 (UTC)] tommyc
Line 32: Line 32:
 Alternatively you can download the script and run it as root on your system directly. Alternatively you can download the script and run it as root on your system directly.
  
-This script detects multilib, creates the necessary group, adds users and applies the necessary /etc/rc.d/rc.local entries.+This script detects multilib, creates the necessary group, adds users and applies the necessary /etc/rc.d/rc.local entries and also comes with a stable option which can be used by passing this instead: 
 + 
 +<code> 
 +curl https://raw.githubusercontent.com/ryanpcmcquen/linuxTweaks/master/slackware/crazybee.sh | STABLE=yes sh 
 +</code>
  
 It also uses upgradepkg's %%--%%reinstall %%--%%install-new features for use after kernel upgrades. It also uses upgradepkg's %%--%%reinstall %%--%%install-new features for use after kernel upgrades.
Line 183: Line 187:
 # ./nvidia-kernel.SlackBuild # ./nvidia-kernel.SlackBuild
 # upgradepkg --install-new nvidia-kernel-*.t?z # upgradepkg --install-new nvidia-kernel-*.t?z
-</code> 
-<code> 
-# COMPAT32=yes ./nvidia-kernel.SlackBuild # Only for 32-bit compatible binaries and libraries on an x86_64 based system. 
 </code> </code>
 ==== Post-Installation ==== ==== Post-Installation ====
 howtos:hardware:nvidia_optimus ()