View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Jan 11, 2007 2:22 pm 
Offline
Joined: Tue Jan 17, 2006 12:29 pm
Posts: 20
Location: Smyrna, TN
Since the kernel source wasn't included with R5E50 by default, it has been a bit difficult to install any nvidia drivers other than 8776 and 7184. Thanks to the post at [url]http://mysettopbox.tv/phpBB2/viewtopic.php?t=13281&start=0&postdays=0&postorder=asc&highlight= [/url]
we now know how to get the source. However, that's not the complete picture on how to get the latest and greatest drivers installed.

First, of course, follow the directions in the above post so that you have the /usr/src/linux-source-2.6.18-chw-13 directory. Now perform the following:

[b]
cd /usr/src/linux-headers-2.6.18-chw-13
cp -r . ../linux-source-2.6.18-chw-13
[/b]

This merges the kernel-headers with the kernel-source, since the source by itself doesn't have the configuration files that were used.

Next, on my system at least, I had to at least partially make the kernel again, because certain kernel module scripts weren't in a usable state until you did that. So I did the following:

[b]
cd /usr/src/linux-2.6.18-chw-13
make
[wait about 20 seconds and then hit ctrl-c]
[/b]

Now we're ready to install the new driver. The easiest way to do this is the rename the startx script and reboot so that X is not even trying to boot up.
[b]
mv /usr/bin/startx /usr/bin/startx.save
reboot
[/b]

For some reason the NVidia install script isn't yanking out the original nvidia kernel module, so I manually pulled it out with this command:
[b]
rmmod nvidia
lsmod | grep nvidia
[/b]
The second command will let you verify that you no longer have the module loaded.

Now we're actually ready to run the binary package from NVidia. It doesn't quite detect everything correctly, so issue the command as such:
[b]
sh NVIDIA-Linux-x86-1.0-9746-pkg1.run \
--kernel-source-path=/usr/src/linux-2.6.18-chw-13
[/b]

You will most likely get a message during the installation process that it had to make assumptions about the paths for X.org. The assumptions that it made are fine.

Once the installer is finished you should be able to safely start X back up, but don't forget to rename your startx executable.
[b]
mv /usr/bin/startx.save /usr/bin/startx
[/b]

As always, check the /var/log/Xorg.0.log file for hints as to what the problem may be. That's how I figured out that the original kernel module was still loaded!

Scott Milliken


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 12, 2007 6:23 pm 
Offline
Joined: Sat Mar 10, 2007 2:53 pm
Posts: 1
How much improvement did you find in the newest driver?

Thanks!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 78 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu