openSUSE Forums > Archives > Novell Archives » nVidia driver and 10.0

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-Nov-2005, 08:28
Peter B. West
Guest
 
Posts: n/a
Default nVidia driver and 10.0

Can anyone tell me what is going on with the nVidia binary driver. I
can't now remember the exact sequence of events, but after I had
initially installed 10.0, I ran an update and installed the nvidia
driver. I saw the nvidia splash screen after the install. At some
stage, my kernel was upgraded automatically to the smp kernel. I can't
say whether this happened before the smp kernel upgrade. (I'm running
on an HT P4). Now I have no nvidia. Instead, I seem to be getting some
dummy nvidia module that actually loads the nv module.

A complication is that I am using an Atheros a/b/g wireless card, which
seem to be implemented with a proprietary driver, so I reluctant to grab
kernel sources and compile myself (although I have had success with the
madwifi drivers for Atheros when using Gentoo.)

When I run YOU, all I can find is the dummy nv driver, masquerading as
nvidia.

Can I install the nvidia binary driver against my
kernel-smp-nongpl-2.6.13-15?

Thanks.
Peter
  #2 (permalink)  
Old 05-Nov-2005, 11:09
Markus Koßmann
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

Peter B. West wrote:


> Can I install the nvidia binary driver against my
> kernel-smp-nongpl-2.6.13-15?
>

Yes
Make sure, that you've installed matching kernel-source-2.6.13-15, cd
to /usr/src/linuv and run make cloneconfig; make prepare-all.
This is a requirement after every kernel update/change on SuSE to be able to
compile additional modules.

Then change to runlevel 3 and run the nvidia installer again. The installer
will either find a precompiled kernel module or compile the kernel module
from source.
  #3 (permalink)  
Old 05-Nov-2005, 16:51
Peter B. West
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

Markus Koßmann wrote:
> Peter B. West wrote:
>
>
>> Can I install the nvidia binary driver against my
>> kernel-smp-nongpl-2.6.13-15?
>>

> Yes
> Make sure, that you've installed matching kernel-source-2.6.13-15, cd
> to /usr/src/linuv and run make cloneconfig; make prepare-all.
> This is a requirement after every kernel update/change on SuSE to be able to
> compile additional modules.
>
> Then change to runlevel 3 and run the nvidia installer again. The installer
> will either find a precompiled kernel module or compile the kernel module
> from source.


Thanks for this. Now, where do I find the installer? It isn't in the CD
set, so I've gone to
ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/
but it ain't there.

I have no idea how I found it last time, but it doesn't seem t be in the
same place.

Any clues?

Peter
Peter
  #4 (permalink)  
Old 05-Nov-2005, 20:09
Rajko M.
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

Peter B. West wrote:

> Markus Koßmann wrote:
>> Peter B. West wrote:
>>
>>
>>> Can I install the nvidia binary driver against my
>>> kernel-smp-nongpl-2.6.13-15?
>>>

>> Yes
>> Make sure, that you've installed matching kernel-source-2.6.13-15, cd
>> to /usr/src/linuv and run make cloneconfig; make prepare-all.
>> This is a requirement after every kernel update/change on SuSE to be able
>> to compile additional modules.
>>
>> Then change to runlevel 3 and run the nvidia installer again. The
>> installer will either find a precompiled kernel module or compile the
>> kernel module from source.

>
> Thanks for this. Now, where do I find the installer? It isn't in the CD
> set, so I've gone to
> ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/
> but it ain't there.
>
> I have no idea how I found it last time, but it doesn't seem t be in the
> same place.
>
> Any clues?
>


Hi Peter,

it should be in YOU when you select Installed and Installable patches.
That downloads and runs script fetchnvidia.sh, that will do the rest.
Of course it works if you updated kernel sources too.

--
Regards,
Rajko.
  #5 (permalink)  
Old 06-Nov-2005, 02:26
baskitcaise
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

Peter B. West adjusted his/her tinfoil beanie to post:


> Thanks for this. Now, where do I find the installer? It isn't in the
> CD set, so I've gone to
> ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/
> but it ain't there.
>
> I have no idea how I found it last time, but it doesn't seem t be in
> the same place.


Grab the latest from the Nvidia site and place it in your /root home
dir, that way when you log on as root in runlevel 3 it is there ready
for install.

HTH

--
Mark
Twixt hill and high water
N. Wales, UK
Novell Support Forums SysOp

  #6 (permalink)  
Old 14-Jan-2006, 04:37
pierre.lor@telenet.be
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

> Peter B. West wrote:
>
>
> > Can I install the nvidia binary driver against my
> > kernel-smp-nongpl-2.6.13-15?
> >

> Yes
> Make sure, that you've installed matching kernel-source-2.6.13-15, cd
> to /usr/src/linuv and run make cloneconfig; make prepare-all.
> This is a requirement after every kernel update/change on SuSE to be able to
> compile additional modules.
>
> Then change to runlevel 3 and run the nvidia installer again. The installer
> will either find a precompiled kernel module or compile the kernel module
> from source.


Good morning,
I have also problems with th nVidia driver

First I did it cleanly with Yast update (the kernel sources were already
updated). The result was I could not start the X-Server any more.

Secondly I've tried this way. The nVidia script gives an error while
compile the kernel module.

Thanks for helpfull answers

Pierre
  #7 (permalink)  
Old 14-Jan-2006, 04:59
pierre.lor@telenet.be
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

> > Peter B. West wrote:
> >
> >
> > > Can I install the nvidia binary driver against my
> > > kernel-smp-nongpl-2.6.13-15?
> > >

> > Yes
> > Make sure, that you've installed matching kernel-source-2.6.13-15, cd
> > to /usr/src/linuv and run make cloneconfig; make prepare-all.
> > This is a requirement after every kernel update/change on SuSE to be

able to
> > compile additional modules.
> >
> > Then change to runlevel 3 and run the nvidia installer again. The

installer
> > will either find a precompiled kernel module or compile the kernel module
> > from source.

>
> Good morning,
> I have also problems with th nVidia driver
>
> First I did it cleanly with Yast update (the kernel sources were already
> updated). The result was I could not start the X-Server any more.
>
> Secondly I've tried this way. The nVidia script gives an error while
> compile the kernel module.
>
> Thanks for helpfull answers
>
> Pierre



I have tried with the option -kernel-source-path=/usr/src/linux an it works !

But when I run sax2 -m 0:nvidia I get an error 'no srceens found'
  #8 (permalink)  
Old 14-Jan-2006, 09:47
Uwe Buckesfeld
Guest
 
Posts: n/a
Default Re: nVidia driver and 10.0

pierre.lor@telenet.be wrote in news:vQ4yf.591$fO.72@prv-
forum2.provo.novell.com:

> But when I run sax2 -m 0:nvidia I get an error 'no srceens found'


sax2 -m 0=nvidia

Uwe

--
Novell Support Connection Volunteer SysOp
Please don't send me support related e-mail unless I ask you to do so.
 

Bookmarks


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2