Unix Technical Forum

Nvidia driver and X

This is a discussion on Nvidia driver and X within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> On Mon, 02 Jan 2006 23:19:27 +1100, Grant wrote: > No, I let the installer write a new xorg.conf, ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 02-20-2008, 01:48 PM
Franklin
 
Posts: n/a
Default Re: Nvidia driver and X

On Mon, 02 Jan 2006 23:19:27 +1100, Grant wrote:

> No, I let the installer write a new xorg.conf, now why do you think
> the nvidia installer would write out a new xorg.conf with some other
> driver?


I was not aware that the new installers do that for you.

Mine still requires that you edit xorg.conf by hand after compiling and
even reminds me to do so. I guess I'm still in the dark ages

Having no need for newer driver features I just stick with what works.

># lsmod
>Module Size Used by
>nvidia 4085328 12


Clearly you do have it loaded.

As I said before - IGNORE )

>Those GNU/Linux screen savers crap all over the windoze ones.


Yup!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-20-2008, 01:48 PM
Ian Bell
 
Posts: n/a
Default Re: Nvidia driver and X

Franklin wrote:

> On Mon, 02 Jan 2006 23:19:27 +1100, Grant wrote:
>
>> No, I let the installer write a new xorg.conf, now why do you think
>> the nvidia installer would write out a new xorg.conf with some other
>> driver?

>
> I was not aware that the new installers do that for you.
>
> Mine still requires that you edit xorg.conf by hand after compiling and
> even reminds me to do so. I guess I'm still in the dark ages
>
> Having no need for newer driver features I just stick with what works.
>


I'll second that. I have a Geoforce 2 in my laptop. The last time I
'upgraded' to the latest nvidea driver (a few months back) it stop my
laptop powering down so I went back to an old version.

Ian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-20-2008, 01:48 PM
Ron Gibson
 
Posts: n/a
Default Re: Nvidia driver and X

On Mon, 02 Jan 2006 04:58:56 -0800, Andreas Paasch wrote:

> If I understood how to compile a kernel and knew what you talked about in
> terms of localversion, I might be able to roll my own kernel.


Here's the option...

CONFIG_LOCALVERSION=""

If you kernel is version 2.6.9 and you select an A for the local
version your modules for that compile will be...

/lib/modules/2.6.9A

uname -r will return..

2.6.9A

This way you can try multiple compiles of the same kernel and keep your
modules from being overwritten. Mandrake uses it to signify a Mandrake
kernel.

I'm using 2.6.14.3 with Slack. Since it works for me why don't you grab
the source from kernel.org AND from slackware (so you'll have a
Slack .config file) and install it.

Go to...

ftp://ftp.slackware.no/pub/Linux/sla...-10.2/testing/
packages/linux-2.6.13/

Or a short URL...

http://tinyurl.com/csly5

And upgrade all the packages in there (For Slack version 10.2)

Take the .config file and copy it to /usr/src/linux-2.6.14.3

Do -

makeoldconfig
make bzImage
make modules
make modules_install

If there are any options in the new kernel that the old kernel didn't
have you will be prompted to make a choice. Usually the default is fine.

Now you will have two different kernel source trees. Grab the package I
used from my website in this directory...

ftp://ftp.rsgibson.com/pub/linux/NVidia/

Now you'll have the original 2.4 and 2.6 kernel plus 2.6.14.3 one that
I used and is known to work and a known to work NVidia driver.

Try it out a few times - You can specify which kernel/modules version to
use but I'd use a 2.6 kernel as I suspect NVidia might be using the
same.

> But, so far that doesn't seem an option. What reminds me, the test26.s
> kernel doesn't seem to have the kernel-source available anywhere so I
> guess I gotta go with 2.4.31 on a default Slack10.2


Look around in that directory I pointed out for Slackware. The 2.6
kernel is in testing. The alsa stuff must be upgraded also.

> In general, so far all posts have given a little input to my knowledge and
> I'll test it out later today or tomorrow. Most of what's been suggested so
> far, I have already done, but failed.


Well this worked for me. AFAIK the NVidia driver merely makes a module
and won't overwrite system files like the brain dead ATI driver does.
So you should be able to test a few things out and not hose the system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-20-2008, 01:48 PM
Grant
 
Posts: n/a
Default Re: Nvidia driver and X

On Mon, 02 Jan 2006 19:39:01 GMT, Ron Gibson <rsgibson@verizon.net> wrote:

>Do -
>
>makeoldconfig
>make bzImage
>make modules
>make modules_install


Erm... for 2.6 series try:

$ make oldconfig
$ make
$ su
# INSTALL_PATH=/boot make install
# make modules_install

Grant.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-20-2008, 01:48 PM
Ron Gibson
 
Posts: n/a
Default Re: Nvidia driver and X

On Tue, 03 Jan 2006 07:17:51 +1100, Grant wrote:

>>makeoldconfig
>>make bzImage
>>make modules
>>make modules_install


> Erm... for 2.6 series try:


> $ make oldconfig
> $ make
> $ su
> # INSTALL_PATH=/boot make install
> # make modules_install


I prefer not to do it that way. I've done it the same way for over ten
years and I'm happy with the results. Therefore my suggesting doing it
any other way is giving advice in matters I don't have extensive
experience in.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-20-2008, 01:48 PM
Grant
 
Posts: n/a
Default Re: Nvidia driver and X

On Mon, 02 Jan 2006 23:42:04 GMT, Ron Gibson <rsgibson@verizon.net> wrote:

>I prefer not to do it that way. I've done it the same way for over ten
>years and I'm happy with the results. Therefore my suggesting doing it
>any other way is giving advice in matters I don't have extensive
>experience in.


Bah, stick in the mud )

Main thing is to trust the method that works for _you_, caught me
in the middle of compile / test 22 new -hf32.1 hotfix kernels:

http://bugsplatter.mine.nu/test/linux-2.4/

Cheers,
Grant.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-20-2008, 01:48 PM
Ron Gibson
 
Posts: n/a
Default Re: Nvidia driver and X

On Tue, 03 Jan 2006 10:51:48 +1100, Grant wrote:

>>I prefer not to do it that way. I've done it the same way for over ten
>>years and I'm happy with the results. Therefore my suggesting doing it
>>any other way is giving advice in matters I don't have extensive
>>experience in.


> Bah, stick in the mud )


Sorry

> Main thing is to trust the method that works for _you_, caught me in the
> middle of compile / test 22 new -hf32.1 hotfix kernels:


Yeah. I like one step at a time. One reason is I usually have 3 kernel
source trees and I wanna be extra careful and not make a mistake.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-20-2008, 01:50 PM
Kevin
 
Posts: n/a
Default Re: Nvidia driver and X

On Mon, 02 Jan 2006 04:58:56 -0800, Andreas Paasch wrote:

> Ron,
>
> If I understood how to compile a kernel and knew what you talked about in
> terms of localversion, I might be able to roll my own kernel.
>
> But, so far that doesn't seem an option. What reminds me, the test26.s
> kernel doesn't seem to have the kernel-source available anywhere so I
> guess I gotta go with 2.4.31 on a default Slack10.2
>
> In general, so far all posts have given a little input to my knowledge and
> I'll test it out later today or tomorrow. Most of what's been suggested so
> far, I have already done, but failed. I better check my BIOS settings too,
> could be they are the trouble makers.
>
> /Andreas


One thing that prevented me from using the driver compile option - I
didn't have the kernel source package installed yet. I'm surprised nobody
y else mentioned that.

Kevin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com