Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread MAL
[EMAIL PROTECTED] wrote:
My preferred method is to emerge the ebuild file itself:

  emerge /usr/portage/somedir/mypackage-x.y.z.ebuild

Then edit the /var/cache/edb/world file and change

  somedir/mypackage

to

  >=somedir/mypackage-x.y.z

Works great.
Thanks for that, it's useful when you emerge your own custom ebuild but
don't want to have to keep putting it in the portage tree (cos I like
the tree to clean :)
MAL



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Joshua J. Berry
Make sure you do this for both nvidia-kernel and nvidia-glx, as you need both 
the kernel part of the driver and the OpenGL/X11 part of the driver for 
everything to work properly.

On Wednesday 12 March 2003 10:39, Louis C. Candell wrote:
> MAL <[EMAIL PROTECTED]> writes:
> Thanks for the tip! I'm going to try that right now :)
>
> > I think the proper way to emerge a masked package is (eg.):
> >
> > ACCEPT_KEYWORDS="~x86" emerge nvidia
> >
> > This temporarily changes what emerge accepts, rather than forcing or
> > changing anything.
> >
> > MAL

-- 

-
Joshua J. Berry

"I haven't lost my mind -- it's backed up on tape somewhere."
-- /usr/games/fortune

PGP Key: http://deneb.condordes.net/node/16/view

NOTE: Please do not submit this email address to any mailing
lists or websites without prior permission.  Thank you.


pgp0.pgp
Description: signature


Re: RE: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread douggorley
> ->> I think the proper way to emerge a masked package is (eg.):
> ->>
> ->> ACCEPT_KEYWORDS="~x86" emerge nvidia
> ->>
> ->> This temporarily changes what emerge accepts, rather than 
> forcing or
> ->> changing anything.
> ->>

> ->Thanks for the tip! I'm going to try that right now :)
> ->

> The only problem w/ that, is every time you try to emerge -u(p) 
> world, it
> will try to downgrade the package.

My preferred method is to emerge the ebuild file itself:

  emerge /usr/portage/somedir/mypackage-x.y.z.ebuild

Then edit the /var/cache/edb/world file and change

  somedir/mypackage

to

  >=somedir/mypackage-x.y.z

Works great.

Doug Gorley | [EMAIL PROTECTED]





--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Kevin J. Anderson
The only problem w/ that, is every time you try to emerge -u(p) world, it
will try to downgrade the package.

kev

->-Original Message-
->From: Louis C. Candell [mailto:[EMAIL PROTECTED]
->Sent: Wednesday, March 12, 2003 1:40 PM
->To: [EMAIL PROTECTED]
->Cc: MAL
->Subject: Re: [gentoo-user] nvidia - starting from scatch
->
->
->MAL <[EMAIL PROTECTED]> writes:
->Thanks for the tip! I'm going to try that right now :)
->
->>
->> I think the proper way to emerge a masked package is (eg.):
->>
->> ACCEPT_KEYWORDS="~x86" emerge nvidia
->>
->> This temporarily changes what emerge accepts, rather than forcing or
->> changing anything.
->>
->> MAL
->>
->>
->
->--
->Louis C. Candell
->
->--
->[EMAIL PROTECTED] mailing list
->


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Louis C. Candell
MAL <[EMAIL PROTECTED]> writes:
Thanks for the tip! I'm going to try that right now :)

> 
> I think the proper way to emerge a masked package is (eg.):
> 
> ACCEPT_KEYWORDS="~x86" emerge nvidia
> 
> This temporarily changes what emerge accepts, rather than forcing or
> changing anything.
> 
> MAL
> 
> 

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Louis C. Candell
Notice what you said:

*Gentoo* Developers do a bang up job, and I for one thank my lucky
 stars that we have them.

KEYWORD: *Gentoo*

Hmm... I looked @ my post, and nowhere do I find the KEYWORD.

Maybe you should read what is stated, instead of jumping to
conclusions.

Anyways, feel free to email me privately if you want to continue
anal-izing my post (in other words, exclude the mailing list).

Collins Richey <[EMAIL PROTECTED]> writes:

> On 12 Mar 2003 09:33:10 +
> "Louis C. Candell" <[EMAIL PROTECTED]> wrote:
> 
> 
> > Heh, a very helpful and down2earth developer named [EMAIL PROTECTED]
> > hooked me up with the above information when he introduced me to
> > gentoo and his sexual partner, GNU Emacs. It's nice having helpfull
> > developers like him which are *missing* a stick up their ass.
> > 
> 
> 
> Louis, I think you need to wash your mouth out with soap.  None of the developers 
> have a stick up their ass.  Gentoo developers do a bang up job, and I for one thank 
> my luck stars that we have them!  I've never found a friendlier more helpful group.
> 
> Maybe you should try a mirror to see who has the aforementioned condition.
> 
> --
> Collins
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Collins Richey
On 12 Mar 2003 09:33:10 +
"Louis C. Candell" <[EMAIL PROTECTED]> wrote:


> Heh, a very helpful and down2earth developer named [EMAIL PROTECTED]
> hooked me up with the above information when he introduced me to
> gentoo and his sexual partner, GNU Emacs. It's nice having helpfull
> developers like him which are *missing* a stick up their ass.
> 


Louis, I think you need to wash your mouth out with soap.  None of the developers have 
a stick up their ass.  Gentoo developers do a bang up job, and I for one thank my luck 
stars that we have them!  I've never found a friendlier more helpful group.

Maybe you should try a mirror to see who has the aforementioned condition.

--
Collins

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread MAL
Louis C. Candell wrote:
"Patrick Marquetecken" <[EMAIL PROTECTED]> writes:

Do this:
cd /usr/portage/media-video/nvidia-kernel/
ebuild nvid*4191.ebuild merge
OR open up the nvid*4191.ebuild in the same directory, and where you
see:
KEYWORDS="~x86 blah blah blah"

make it say:

KEYWORDS="x86 blah blah blah"

In other words, remove the tilde (~) from in front of the x86 and
save the ebuild in place, the just go ahead and do:
emerge nvidia

That should work 
Well that's going round the houses :)

I think the proper way to emerge a masked package is (eg.):

ACCEPT_KEYWORDS="~x86" emerge nvidia

This temporarily changes what emerge accepts, rather than forcing or 
changing anything.

MAL

--
[EMAIL PROTECTED] mailing list


Re: Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Troy Dack
On Wed, 2003-03-12 at 20:19, Patrick Marquetecken wrote:
> It works,
> 
> after installing the 4191.ebuild's the nvidia load perfect!!
> 
> Before sending my last e-mail i have read the portage manual again but the solution 
> you give me are not in there.
> Where can i find more info on the portage and emerge/ebuild.
> 

man ebuild
man 5 ebuild
man emerge
emerge --help
http://www.gentoo.org/main/en/docs.xml

-- 
Troy Dack   http://linux.tkdack.com
<[EMAIL PROTECTED]> http://webportage.sf.net

Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D90BE3C
Key fingerprint = 1F3D 6C15 16AA 09D5 0C96  92E5 FD89 16F9 4D90 BE3C


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


Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Louis C. Candell
"Patrick Marquetecken" <[EMAIL PROTECTED]> writes:

> It works,
> 
> after installing the 4191.ebuild's the nvidia load perfect!!
> 
> Before sending my last e-mail i have read the portage manual again but the solution 
> you give me are not in there.
> Where can i find more info on the portage and emerge/ebuild.
> 

Heh, a very helpful and down2earth developer named [EMAIL PROTECTED]
hooked me up with the above information when he introduced me to
gentoo and his sexual partner, GNU Emacs. It's nice having helpfull
developers like him which are *missing* a stick up their ass.

Anyways, feel free to ask questions. I'll try and help if I can.

Congrats on your nvidia modules working... wanna donate one of those
cards to a good cause?

:>

Late!

>
> Again every one thanks for helping me.
> I must say whats running now is fast an perfect!
> 
> At the end i shall also say i love Gentoo :-)
> 
> Patrick
> 
>  "Louis C. Candell" <[EMAIL PROTECTED]> wrote:
> 
>   
> >"Patrick Marquetecken"  writes:
> >
> >Do this:
> >cd /usr/portage/media-video/nvidia-kernel/
> >ebuild nvid*4191.ebuild merge
> >
> >OR open up the nvid*4191.ebuild in the same directory, and where you
> >see:
> >
> >KEYWORDS="~x86 blah blah blah"
> >
> >make it say:
> >
> >KEYWORDS="x86 blah blah blah"
> >
> >In other words, remove the tilde (~) from in front of the x86 and
> >save the ebuild in place, the just go ahead and do:
> >
> >emerge nvidia
> >
> >That should work 
> >
> >> Hi,
> >> At first thank you all for the help already given, it was quit late yesterday so 
> >> i want to start all over form scratch.
> >> It seems i have version 1.0.3123
> >> 
> >> Trying to install version 1.0.4191, gives me the error that they been masked.
> >> 
> >--- 
> >Louis C. Candell
> >
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Patrick Marquetecken
It works,

after installing the 4191.ebuild's the nvidia load perfect!!

Before sending my last e-mail i have read the portage manual again but the solution 
you give me are not in there.
Where can i find more info on the portage and emerge/ebuild.

Again every one thanks for helping me.
I must say whats running now is fast an perfect!

At the end i shall also say i love Gentoo :-)

Patrick

 "Louis C. Candell" <[EMAIL PROTECTED]> wrote:


>"Patrick Marquetecken"  writes:
>
>Do this:
>cd /usr/portage/media-video/nvidia-kernel/
>ebuild nvid*4191.ebuild merge
>
>OR open up the nvid*4191.ebuild in the same directory, and where you
>see:
>
>KEYWORDS="~x86 blah blah blah"
>
>make it say:
>
>KEYWORDS="x86 blah blah blah"
>
>In other words, remove the tilde (~) from in front of the x86 and
>save the ebuild in place, the just go ahead and do:
>
>emerge nvidia
>
>That should work 
>
>> Hi,
>> At first thank you all for the help already given, it was quit late yesterday so i 
>> want to start all over form scratch.
>> It seems i have version 1.0.3123
>> 
>> Trying to install version 1.0.4191, gives me the error that they been masked.
>> 
>--- 
>Louis C. Candell
>



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia - starting from scatch

2003-03-12 Thread Louis C. Candell
"Patrick Marquetecken" <[EMAIL PROTECTED]> writes:

Do this:
cd /usr/portage/media-video/nvidia-kernel/
ebuild nvid*4191.ebuild merge

OR open up the nvid*4191.ebuild in the same directory, and where you
see:

KEYWORDS="~x86 blah blah blah"

make it say:

KEYWORDS="x86 blah blah blah"

In other words, remove the tilde (~) from in front of the x86 and
save the ebuild in place, the just go ahead and do:

emerge nvidia

That should work 

> Hi,
> At first thank you all for the help already given, it was quit late yesterday so i 
> want to start all over form scratch.
> It seems i have version 1.0.3123
> 
> Trying to install version 1.0.4191, gives me the error that they been masked.
> 
--- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list