<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Toymachine</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 15:05:07 GMT</lastBuildDate>
		<item>
			<title>NVIDIA-Commercial-Drivers</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=480</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=480</guid>
			<description>&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;</description>
			<pubDate>Thu, 28 Apr 2011 21:46:26 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-Commercial-Drivers</comments>
		</item>
		<item>
			<title>NVIDIA-Commercial-Drivers</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=479</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=479</guid>
			<description>&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;</description>
			<pubDate>Thu, 28 Apr 2011 21:44:00 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-Commercial-Drivers</comments>
		</item>
		<item>
			<title>NVIDIA-Commercial-Drivers</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=478</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=478</guid>
			<description>&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;</description>
			<pubDate>Thu, 28 Apr 2011 21:41:56 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-Commercial-Drivers</comments>
		</item>
		<item>
			<title>NVIDIA-Commercial-Drivers</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=477</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-Commercial-Drivers&amp;diff=477</guid>
			<description>&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;</description>
			<pubDate>Thu, 28 Apr 2011 21:39:37 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-Commercial-Drivers</comments>
		</item>
		<item>
			<title>NVIDIA-comercial-drivers-13.37</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=476</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=476</guid>
			<description>&lt;p&gt;Toymachine: moving this to a more appropriate title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</description>
			<pubDate>Thu, 28 Apr 2011 21:38:27 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-comercial-drivers-13.37</comments>
		</item>
		<item>
			<title>NVIDIA-comercial-drivers-13.37</title>
			<link>https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=475</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=NVIDIA-comercial-drivers-13.37&amp;diff=475</guid>
			<description>&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;</description>
			<pubDate>Thu, 28 Apr 2011 21:36:54 GMT</pubDate>
			<dc:creator>Toymachine</dc:creator>
			<comments>https://www.slackwiki.com/Talk:NVIDIA-comercial-drivers-13.37</comments>
		</item>
</channel></rss>