<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Toymachine</id>
	<title>SlackWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Toymachine"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/Special:Contributions/Toymachine"/>
	<updated>2026-04-08T15:05:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=480</id>
		<title>NVIDIA-Commercial-Drivers</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=480"/>
		<updated>2011-04-28T21:46:26Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: Added Tutorials category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Installing commercial Nvidia drivers in 64-bit Slackware 13.37 ==&lt;br /&gt;
This tutorial assumes you have a fresh '''full''' install of Slackware 13.37 '''x86_64'''.&lt;br /&gt;
&lt;br /&gt;
What you'll need:&lt;br /&gt;
&lt;br /&gt;
*'''NVIDIA-Linux-x86_64-270.41.06.run''' [Version from official nvidia website as of 4-28-11]&lt;br /&gt;
*'''xf86-video-nouveau-blacklist-noarch-1.txz''' [This package can be found on the slackware 13.37 DVD in /extra]&lt;br /&gt;
*A reboot&lt;br /&gt;
&lt;br /&gt;
Once you've obtained these files, stick them somewhere (for example, /tmp).&lt;br /&gt;
&lt;br /&gt;
To get the Commercial Nvidia driver working you'll need to remove the nouveau driver, and for good measure, make sure it is blacklisted.&lt;br /&gt;
&lt;br /&gt;
Do the following as root:&lt;br /&gt;
&lt;br /&gt;
 '''removepkg xf86-video-nouveau'''&lt;br /&gt;
 '''installpkg /tmp/xf86-video-nouveau-blacklist-noarch-1.txz'''&lt;br /&gt;
 '''chmod a+x /tmp/NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Now it's time to install the NVIDIA Driver:&lt;br /&gt;
&lt;br /&gt;
 '''cd /tmp &amp;amp;&amp;amp; ./NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen prompts to complete the install.  Also be sure to include the 32-bit gl content. (Sorry for lack of detail here, I'll try and add more detail later)&lt;br /&gt;
&lt;br /&gt;
If the driver builds successfully without error then proceed.&lt;br /&gt;
&lt;br /&gt;
Invoke the following:&lt;br /&gt;
 '''nvidia-xconfig'''&lt;br /&gt;
&lt;br /&gt;
Allow it to make the change to /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Now reboot:&lt;br /&gt;
&lt;br /&gt;
 '''reboot'''&lt;br /&gt;
&lt;br /&gt;
Once your system has rebooted ensure that the 'nouveau' driver is NOT present and that the 'nvidia' driver is.&lt;br /&gt;
&lt;br /&gt;
The following command should return nothing:&lt;br /&gt;
 '''lsmod | grep nouveau'''&lt;br /&gt;
&lt;br /&gt;
Now check for the nvidia driver:&lt;br /&gt;
 '''lsmod | grep nvidia&lt;br /&gt;
'''&lt;br /&gt;
You should see something like:&lt;br /&gt;
 root@slackbox:~# lsmod | grep nvidia&lt;br /&gt;
 nvidia              10486926  40 &lt;br /&gt;
 agpgart                28874  1 nvidia&lt;br /&gt;
 i2c_core               19769  2 nvidia,i2c_piix4&lt;br /&gt;
&lt;br /&gt;
You should now have a working commercial Nvidia driver and be able to start X11 without issue.&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=479</id>
		<title>NVIDIA-Commercial-Drivers</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=479"/>
		<updated>2011-04-28T21:44:00Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: Added conclusion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing commercial Nvidia drivers in 64-bit Slackware 13.37 ==&lt;br /&gt;
This tutorial assumes you have a fresh '''full''' install of Slackware 13.37 '''x86_64'''.&lt;br /&gt;
&lt;br /&gt;
What you'll need:&lt;br /&gt;
&lt;br /&gt;
*'''NVIDIA-Linux-x86_64-270.41.06.run''' [Version from official nvidia website as of 4-28-11]&lt;br /&gt;
*'''xf86-video-nouveau-blacklist-noarch-1.txz''' [This package can be found on the slackware 13.37 DVD in /extra]&lt;br /&gt;
*A reboot&lt;br /&gt;
&lt;br /&gt;
Once you've obtained these files, stick them somewhere (for example, /tmp).&lt;br /&gt;
&lt;br /&gt;
To get the Commercial Nvidia driver working you'll need to remove the nouveau driver, and for good measure, make sure it is blacklisted.&lt;br /&gt;
&lt;br /&gt;
Do the following as root:&lt;br /&gt;
&lt;br /&gt;
 '''removepkg xf86-video-nouveau'''&lt;br /&gt;
 '''installpkg /tmp/xf86-video-nouveau-blacklist-noarch-1.txz'''&lt;br /&gt;
 '''chmod a+x /tmp/NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Now it's time to install the NVIDIA Driver:&lt;br /&gt;
&lt;br /&gt;
 '''cd /tmp &amp;amp;&amp;amp; ./NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen prompts to complete the install.  Also be sure to include the 32-bit gl content. (Sorry for lack of detail here, I'll try and add more detail later)&lt;br /&gt;
&lt;br /&gt;
If the driver builds successfully without error then proceed.&lt;br /&gt;
&lt;br /&gt;
Invoke the following:&lt;br /&gt;
 '''nvidia-xconfig'''&lt;br /&gt;
&lt;br /&gt;
Allow it to make the change to /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Now reboot:&lt;br /&gt;
&lt;br /&gt;
 '''reboot'''&lt;br /&gt;
&lt;br /&gt;
Once your system has rebooted ensure that the 'nouveau' driver is NOT present and that the 'nvidia' driver is.&lt;br /&gt;
&lt;br /&gt;
The following command should return nothing:&lt;br /&gt;
 '''lsmod | grep nouveau'''&lt;br /&gt;
&lt;br /&gt;
Now check for the nvidia driver:&lt;br /&gt;
 '''lsmod | grep nvidia&lt;br /&gt;
'''&lt;br /&gt;
You should see something like:&lt;br /&gt;
 root@slackbox:~# lsmod | grep nvidia&lt;br /&gt;
 nvidia              10486926  40 &lt;br /&gt;
 agpgart                28874  1 nvidia&lt;br /&gt;
 i2c_core               19769  2 nvidia,i2c_piix4&lt;br /&gt;
&lt;br /&gt;
You should now have a working commercial Nvidia driver and be able to start X11 without issue.&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=478</id>
		<title>NVIDIA-Commercial-Drivers</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=478"/>
		<updated>2011-04-28T21:41:56Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: Made the last to lsmod commands bold now.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing commercial Nvidia drivers in 64-bit Slackware 13.37 ==&lt;br /&gt;
This tutorial assumes you have a fresh '''full''' install of Slackware 13.37 '''x86_64'''.&lt;br /&gt;
&lt;br /&gt;
What you'll need:&lt;br /&gt;
&lt;br /&gt;
*'''NVIDIA-Linux-x86_64-270.41.06.run''' [Version from official nvidia website as of 4-28-11]&lt;br /&gt;
*'''xf86-video-nouveau-blacklist-noarch-1.txz''' [This package can be found on the slackware 13.37 DVD in /extra]&lt;br /&gt;
*A reboot&lt;br /&gt;
&lt;br /&gt;
Once you've obtained these files, stick them somewhere (for example, /tmp).&lt;br /&gt;
&lt;br /&gt;
To get the Commercial Nvidia driver working you'll need to remove the nouveau driver, and for good measure, make sure it is blacklisted.&lt;br /&gt;
&lt;br /&gt;
Do the following as root:&lt;br /&gt;
&lt;br /&gt;
 '''removepkg xf86-video-nouveau'''&lt;br /&gt;
 '''installpkg /tmp/xf86-video-nouveau-blacklist-noarch-1.txz'''&lt;br /&gt;
 '''chmod a+x /tmp/NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Now it's time to install the NVIDIA Driver:&lt;br /&gt;
&lt;br /&gt;
 '''cd /tmp &amp;amp;&amp;amp; ./NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen prompts to complete the install.  Also be sure to include the 32-bit gl content. (Sorry for lack of detail here, I'll try and add more detail later)&lt;br /&gt;
&lt;br /&gt;
If the driver builds successfully without error then proceed.&lt;br /&gt;
&lt;br /&gt;
Invoke the following:&lt;br /&gt;
 '''nvidia-xconfig'''&lt;br /&gt;
&lt;br /&gt;
Allow it to make the change to /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Now reboot:&lt;br /&gt;
&lt;br /&gt;
 '''reboot'''&lt;br /&gt;
&lt;br /&gt;
Once your system has rebooted ensure that the 'nouveau' driver is NOT present and that the 'nvidia' driver is.&lt;br /&gt;
&lt;br /&gt;
The following command should return nothing:&lt;br /&gt;
 '''lsmod | grep nouveau'''&lt;br /&gt;
&lt;br /&gt;
Now check for the nvidia driver:&lt;br /&gt;
 '''lsmod | grep nvidia&lt;br /&gt;
'''&lt;br /&gt;
You should see something like:&lt;br /&gt;
 root@slackbox:~# lsmod | grep nvidia&lt;br /&gt;
 nvidia              10486926  40 &lt;br /&gt;
 agpgart                28874  1 nvidia&lt;br /&gt;
 i2c_core               19769  2 nvidia,i2c_piix4&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=477</id>
		<title>NVIDIA-Commercial-Drivers</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=477"/>
		<updated>2011-04-28T21:39:37Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: Initial page for commercial nvidia drivers on Slackware 13.37 x86_64&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing commercial Nvidia drivers in 64-bit Slackware 13.37 ==&lt;br /&gt;
This tutorial assumes you have a fresh '''full''' install of Slackware 13.37 '''x86_64'''.&lt;br /&gt;
&lt;br /&gt;
What you'll need:&lt;br /&gt;
&lt;br /&gt;
*'''NVIDIA-Linux-x86_64-270.41.06.run''' [Version from official nvidia website as of 4-28-11]&lt;br /&gt;
*'''xf86-video-nouveau-blacklist-noarch-1.txz''' [This package can be found on the slackware 13.37 DVD in /extra]&lt;br /&gt;
*A reboot&lt;br /&gt;
&lt;br /&gt;
Once you've obtained these files, stick them somewhere (for example, /tmp).&lt;br /&gt;
&lt;br /&gt;
To get the Commercial Nvidia driver working you'll need to remove the nouveau driver, and for good measure, make sure it is blacklisted.&lt;br /&gt;
&lt;br /&gt;
Do the following as root:&lt;br /&gt;
&lt;br /&gt;
 '''removepkg xf86-video-nouveau'''&lt;br /&gt;
 '''installpkg /tmp/xf86-video-nouveau-blacklist-noarch-1.txz'''&lt;br /&gt;
 '''chmod a+x /tmp/NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Now it's time to install the NVIDIA Driver:&lt;br /&gt;
&lt;br /&gt;
 '''cd /tmp &amp;amp;&amp;amp; ./NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen prompts to complete the install.  Also be sure to include the 32-bit gl content. (Sorry for lack of detail here, I'll try and add more detail later)&lt;br /&gt;
&lt;br /&gt;
If the driver builds successfully without error then proceed.&lt;br /&gt;
&lt;br /&gt;
Invoke the following:&lt;br /&gt;
 '''nvidia-xconfig'''&lt;br /&gt;
&lt;br /&gt;
Allow it to make the change to /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Now reboot:&lt;br /&gt;
&lt;br /&gt;
 '''reboot'''&lt;br /&gt;
&lt;br /&gt;
Once your system has rebooted ensure that the 'nouveau' driver is NOT present and that the 'nvidia' driver is.&lt;br /&gt;
&lt;br /&gt;
The following command should return nothing:&lt;br /&gt;
 lsmod | grep nouveau&lt;br /&gt;
&lt;br /&gt;
Now check for the nvidia driver:&lt;br /&gt;
 lsmod | grep nvidia&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
 root@slackbox:~# lsmod | grep nvidia&lt;br /&gt;
 nvidia              10486926  40 &lt;br /&gt;
 agpgart                28874  1 nvidia&lt;br /&gt;
 i2c_core               19769  2 nvidia,i2c_piix4&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=476</id>
		<title>NVIDIA-comercial-drivers-13.37</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=476"/>
		<updated>2011-04-28T21:38:27Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: moving this to a more appropriate title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=475</id>
		<title>NVIDIA-comercial-drivers-13.37</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=475"/>
		<updated>2011-04-28T21:36:54Z</updated>

		<summary type="html">&lt;p&gt;Toymachine: Initial tutorial on how to install commercial Nvidia drivers in Slackware 13.37 x86_64&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing commercial Nvidia drivers in 64-bit Slackware 13.37 ==&lt;br /&gt;
This tutorial assumes you have a fresh '''full''' install of Slackware 13.37 '''x86_64'''.&lt;br /&gt;
&lt;br /&gt;
What you'll need:&lt;br /&gt;
&lt;br /&gt;
*'''NVIDIA-Linux-x86_64-270.41.06.run''' [Version from official nvidia website as of 4-28-11]&lt;br /&gt;
*'''xf86-video-nouveau-blacklist-noarch-1.txz''' [This package can be found on the slackware 13.37 DVD in /extra]&lt;br /&gt;
*A reboot&lt;br /&gt;
&lt;br /&gt;
Once you've obtained these files, stick them somewhere (for example, /tmp).&lt;br /&gt;
&lt;br /&gt;
To get the Commercial Nvidia driver working you'll need to remove the nouveau driver, and for good measure, make sure it is blacklisted.&lt;br /&gt;
&lt;br /&gt;
Do the following as root:&lt;br /&gt;
&lt;br /&gt;
 '''removepkg xf86-video-nouveau'''&lt;br /&gt;
 '''installpkg /tmp/xf86-video-nouveau-blacklist-noarch-1.txz'''&lt;br /&gt;
 '''chmod a+x /tmp/NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Now it's time to install the NVIDIA Driver:&lt;br /&gt;
&lt;br /&gt;
 '''cd /tmp &amp;amp;&amp;amp; ./NVIDIA-Linux-x86_64-270.41.06.run'''&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen prompts to complete the install.  Also be sure to include the 32-bit gl content. (Sorry for lack of detail here, I'll try and add more detail later)&lt;br /&gt;
&lt;br /&gt;
If the driver builds successfully without error then proceed.&lt;br /&gt;
&lt;br /&gt;
Invoke the following:&lt;br /&gt;
 '''nvidia-xconfig'''&lt;br /&gt;
&lt;br /&gt;
Allow it to make the change to /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Now reboot:&lt;br /&gt;
&lt;br /&gt;
 '''reboot'''&lt;br /&gt;
&lt;br /&gt;
Once your system has rebooted ensure that the 'nouveau' driver is NOT present and that the 'nvidia' driver is.&lt;br /&gt;
&lt;br /&gt;
The following command should return nothing:&lt;br /&gt;
 lsmod | grep nouveau&lt;br /&gt;
&lt;br /&gt;
Now check for the nvidia driver:&lt;br /&gt;
 lsmod | grep nvidia&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
 root@slackbox:~# lsmod | grep nvidia&lt;br /&gt;
 nvidia              10486926  40 &lt;br /&gt;
 agpgart                28874  1 nvidia&lt;br /&gt;
 i2c_core               19769  2 nvidia,i2c_piix4&lt;/div&gt;</summary>
		<author><name>Toymachine</name></author>
	</entry>
</feed>