<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>SliTaz Forum &#187; Topic: problems after installing nvidia driver</title>
		<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver</link>
		<description>SliTaz Forum &#187; Topic: problems after installing nvidia driver</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:48:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://forum.slitaz.org/rss/topic/problems-after-installing-nvidia-driver" rel="self" type="application/rss+xml" />

		<item>
			<title>ItachiSama93 on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1083</link>
			<pubDate>Mon, 16 May 2011 10:45:09 +0000</pubDate>
			<dc:creator>ItachiSama93</dc:creator>
			<guid isPermaLink="false">1083@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>bb, i had your same problem; whenever possible i'll make a video tutorial in which i'll explain how to install official nvidia dricers ;)
</p>]]></description>
					</item>
		<item>
			<title>Anonymous on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1074</link>
			<pubDate>Sun, 15 May 2011 23:31:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1074@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>I had tried screen=text also, when the nouveau kernel driver loaded screen=text didn't work. Once I blacklisted the nouveau driver I was able to see the screen again and repair the problem on the console.</p>
<p>Actually, it probably did work, as it seemed like the commands I typed into the blank screened console were accepted, so X probably didn't load, but I still could not see what I was typing without using ssh.</p>
<p>And thank you for explaining how slim got removed from the rcS.conf file. I had not mentioned it because I wasn't sure I did not remove it myself, but I didn't think I had.</p>
<p>I must say that I think the changing of configuration files based on the kernel boot parameters seems like a really bad idea, especially since the changes aren't logged anywhere. It is one thing to skip loading X because of a boot parameter and quite another to change a config file that effects every subsequent boot.
</p>]]></description>
					</item>
		<item>
			<title>mojo on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1073</link>
			<pubDate>Sun, 15 May 2011 23:04:02 +0000</pubDate>
			<dc:creator>mojo</dc:creator>
			<guid isPermaLink="false">1073@http://forum.slitaz.org/</guid>
			<description><![CDATA[<blockquote><p>mojo- is there any way to warn unsuspecting users to prevent this problem? Either a new package or at least remove the broken one?</p>
</blockquote>
<p>The version of the nvidia driver is to old to work with the version of xorg in cooking.The issue with nouveau is more complicated. I believe the newer versions of the nvidia-installer from nvidia's web site check for the presence of nouveau on your system. If detected a warning is given to remove nouveau. </p>
<blockquote><p>If the user has not setup an ssh server on the box as I had before installing the nvidia driver repairing this problem could prove challenging, especially for an inexperienced user.</p>
</blockquote>
<p>To boot into console to do a repair add <strong>screen=text</strong> to the bootcode of grub.<br />
When this is parsed by /etc/init.d/bootopts.sh it removes slim from /etc/rcS.conf RUN_DAEMONS=<br />
After you fix the problem you have to add slim back to /etc/rcS.conf RUN_DAEMONS="dbus hald <strong>slim</strong> to auto start slim/Xorg on boot.
</p>]]></description>
					</item>
		<item>
			<title>Anonymous on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1062</link>
			<pubDate>Sun, 15 May 2011 06:04:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1062@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>Thanks mojo, you're awesome. I really appreciate your quick responses.</p>
<p>Running tazx and choosing the nv driver does most of what you suggested I think, but that wasn't all the shrapnel left behind by the nvidia bomb. Here's what else I found:</p>
<p>1.) The nouveau kernel driver kept loading so I had to add it to the blacklist, even though all packages with nouveau in the name are removed. Finally I found that the kernel drivers had been added to /etc/rcS.conf, on the "LOAD_MODULES" line, and I deleted nouveau and nvidia-xxxxxxxxxx from that line.</p>
<p>2.) I noticed that at least two additional files were created in /etc/X11/xorg.conf.d, 55-Device-something and 90-Dri-something (sorry, I already deleted them so I don't have the exact names anymore). I deleted them.</p>
<p>After these changes the system seems to be back to normal.</p>
<p>So, if anyone else has this problem, edit/delete those files in addition to following mojo's directions above (or run tazx, then edit/delete files.) </p>
<p>mojo- is there any way to warn unsuspecting users to prevent this problem? Either a new package or at least remove the broken one? If the user has not setup an ssh server on the box as I had before installing the nvidia driver repairing this problem could prove challenging, especially for an inexperienced user.
</p>]]></description>
					</item>
		<item>
			<title>mojo on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1061</link>
			<pubDate>Sun, 15 May 2011 05:02:44 +0000</pubDate>
			<dc:creator>mojo</dc:creator>
			<guid isPermaLink="false">1061@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>nouveau and nvidia in the slitaz repository are broken/outdated<br />
Don't use tazx for nvidia graphics,it insists on installing nouveau.<br />
Remove nouveau:<br />
#tazpkg remove linux-drm<br />
#tazpkg remove mesa-dri-nouveau<br />
Remove nvidia:<br />
#tazpkg remove nvidia<br />
Install nv :<br />
#tazpkg get-install xorg-xf86-video-nv<br />
Add Driver <strong>"nv"</strong> to 60-Devices.conf<br />
#nano /etc/X11/xorg.conf.d/60-Device.conf<br />
#/etc/init.d/slim start
</p>]]></description>
					</item>
		<item>
			<title>Anonymous on "problems after installing nvidia driver"</title>
			<link>http://forum.slitaz.org/topic/problems-after-installing-nvidia-driver#post-1058</link>
			<pubDate>Sat, 14 May 2011 23:02:28 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1058@http://forum.slitaz.org/</guid>
			<description><![CDATA[<p>hello, </p>
<p>Today I installed from the 5/4/11 rolling release. Installed and configured with nv driver, everything worked fine. Tried to install the nvidia driver using controlbox/hardware. The driver seemed to install fine, checked slim.conf, driver not listed, edited file to load driver. Rebooted, got blank screen. Could not change to a console that I could see.</p>
<p>logged in via ssh, ran tazx, tried to change back to nv driver. Rebooted. Same problem. Ssh again, lsmod shows nouveau driver still loading even though tazpkg says it is not installed. Add nouveau to /etc/modprobe.d/blacklist. Reboot. System boots, but will not autologin anymore. I have to login and run startx, slim doesn't run at all.</p>
<p>How do I restore my system to the condition it was in prior to loading the nvidia drivers? How do I remove the nouveau driver completely and prevent it from loading without using the blacklist, as it was before I tried installing nvidia? What other changes did the failed attempt to install the nvidia driver make and why doesn't reinstalling the correct driver work anymore?
</p>]]></description>
					</item>

	</channel>
</rss>
