Ok you have to reboot or reload nvidia module

rmmod nvidia
modprobe nvidia

and set nvidia as default opengl accelerator:

eselect opengl set nvidia

and let's go again



Le Thursday 06 March 2008 16:04:57 Amar Cosic, vous avez écrit :
> Well it seems I do have problems :/ . I rebooted and i fire'd dmesg and got
> this :
>
>
> NVRM: API mismatch: the client has the version 169.09, but
> NVRM: this kernel module has the version 100.14.19.  Please
> NVRM: make sure that this kernel module and all NVIDIA driver
> NVRM: components have the same version.
> NVRM: API mismatch: the client has the version 169.09, but
> NVRM: this kernel module has the version 100.14.19.  Please
> NVRM: make sure that this kernel module and all NVIDIA driver
> NVRM: components have the same version.
>
>
> It seems X isn't starting :(  . What to do ?
>
> On Thu, Mar 6, 2008 at 1:12 PM, cypherstrong <[EMAIL PROTECTED]> wrote:
> > Great :)
> >
> > It's a pleasure
> >
> > Le Thursday 06 March 2008 12:43:01 Amar Cosic, vous avez écrit :
> > > It's emerged :D . Thank you very much. Thing is am remote to my mychine
> >
> > so
> >
> > > I cannot acctualy see if driver works :). But I gues its gonna be OK.
> > > Thanky again
> > >
> > >
> > >
> > >
> > > On Thu, Mar 6, 2008 at 12:13 PM, cypherstrong <[EMAIL PROTECTED]>
> > >
> > > wrote:
> > > > the genkernel all alone could work
> > > >
> > > > did you modify config file when you use genkernel ?
> > > >
> > > > how do you build a kernel else where ?
> > > >
> > > > I don't use genkernel, I directly select my option in menuconfig
> > > >
> > > > just try like you said, it should work
> > > >
> > > > Le Thursday 06 March 2008 12:00:21 Amar Cosic, vous avez écrit :
> > > > > So :
> > > > >
> > > > > cd /usr/src/linux
> > > > > cp ../linux-`uname -r`/.config
> > > > > genkernel all
> > > > >
> > > > > ??
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > On Thu, Mar 6, 2008 at 11:42 AM, cypherstrong <
> >
> > [EMAIL PROTECTED]>
> >
> > > > > wrote:
> > > > > > ok just use your genkernel with the new kernel, and let's go
> > > > > >
> > > > > > Le Thursday 06 March 2008 11:30:43 Amar Cosic, vous avez écrit :
> > > > > > > Thanks for your answer. I use genkernel for kernel caompiling.
> >
> > Is
> >
> > > > this
> > > >
> > > > > > > changing anything? Do I have to change grub.conf then .. ?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Mar 6, 2008 at 11:14 AM, cypherstrong <
> > > >
> > > > [EMAIL PROTECTED]>
> > > >
> > > > > > > wrote:
> > > > > > > > Answer is simple:
> > > > > > > >
> > > > > > > > You have upgrade your kernel (gentoo-sources perhaps) with
> > > > > > > > the use symlinks.
> > > > > > > >
> > > > > > > > Here the error  :
> > > > > > > >
> > > > > > > >        echo "  ERROR: Kernel configuration is invalid.";
> > > > > >
> > > > > > \
> > > > > >
> > > > > > > >        echo "         include/linux/autoconf.h or
> > > > > > > > include/config/auto.conf are missing.";      \
> > > > > > > >        echo "         Run 'make oldconfig && make prepare' on
> > > >
> > > > kernel
> > > >
> > > > > > src
> > > > > >
> > > > > > > > to
> > > > > > > > fix it.";  \
> > > > > > > >
> > > > > > > > so, do this :
> > > > > > > >
> > > > > > > > cd /usr/src/linux
> > > > > > > > cp ../linux-`uname -r`/.config .
> > > > > > > > make oldconfig
> > > > > > > > make
> > > > > > > > make modules_install install
> > > > > > > >
> > > > > > > > Now you can emerge nvidia and reboot when success
> > > > > > > >
> > > > > > > > you will boot on new kernel with nvidia module installed
> > > > > > > >
> > > > > > > > Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez
> > > > > > > > écrit
> > > > > > > >
> > > > > > > > > On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong <
> > > > > >
> > > > > > [EMAIL PROTECTED]>
> > > > > >
> > > > > > > > > wrote:
> > > > > > > > > > Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez
> > > > > > > > > > écrit
> > > > > > > > > >
> > > > > > > > > > > On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick <
> > > > > >
> > > > > > [EMAIL PROTECTED]>
> > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > > > > On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
> > > > > > > > > > > > > I just ran emerge --sync and world and I see nvidia
> > > >
> > > > driver
> > > >
> > > > > > > > update
> > > > > > > >
> > > > > > > > > > > > > is available. However I have problems emerging it.
> >
> > This
> >
> > > > is
> > > >
> > > > > > what
> > > > > >
> > > > > > > > I
> > > > > > > >
> > > > > > > > > > > > > got:
> > > > > > > > > > > > >
> > > > > > > > > > > > >  * ERROR:
> > > > > > > > > > > > > x11-drivers/nvidia-drivers-169.09-r1failed.
> > > > > > > > > > > > >
> > > > > > > > > > > > >  * If you need support, post the topmost build
> >
> > error,
> >
> > > > > > > > > > > > Please post the output before this, that contains the
> > > >
> > > > actual
> > > >
> > > > > > > > errors.
> > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Neil Bothwick
> > > > > > > > > > > >
> > > > > > > > > > > > If the pen is mightier than the sword, and a picture
> >
> > is
> >
> > > > worth
> > > >
> > > > > > a
> > > > > >
> > > > > > > > > > thousand
> > > > > > > > > >
> > > > > > > > > > > > words, how dangerous is a fax?
> > > > > > > > > > >
> > > > > > > > > > > I pasted all .. hmm . Here is pastebin link,maybe I
> >
> > missed
> >
> > > > > > > > > > > something
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > http://pastebin.ca/930139
> > > > > > > > > >
> > > > > > > > > > Post the build.log as indicate in log message
> > > > > > > > >
> > > > > > > > > Hello
> > > > > > > > >
> > > > > > > > > Here is the link to build .log
> > > > > > > > > http://rafb.net/p/s0UMiy64.html


Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to