public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  nv vs nvidia (xorg-7*)
@ 2006-07-10 16:26 James
  2006-07-10 17:48 ` Farhan Ahmed
  2006-07-10 17:54 ` [gentoo-user] " Jason Weisberger
  0 siblings, 2 replies; 4+ messages in thread
From: James @ 2006-07-10 16:26 UTC (permalink / raw
  To: gentoo-user


Sorry for revisiting a confusing subject, but after ready many of the recent
postings on nvidia and xorg-7* I have a few questions.

Yes I have read:
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
and it looks fine and reasonable, in fact the I'm at the revdep-rebuild
 on my first of 7 convertions to modular X.(7.*).

My first card:
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400]
(rev b2)

Legacy or current? It's not clear to me which category this or any other
nvidia cards fall into. Is there a table I can look up to see which
nvidia cards belong to which driver.

In xorg.conf do I use do  'nv' or 'nvidia' or 'nvidia-legacy'
 Driver      "nv"
 Driver      "nvidia"
 Driver       "nvidia-legacy"

With my hardware, which current nvidia driver (legacy) would I emerge
to match my card?

On another gentoo workstation It has this card:

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
(rev a1)

Which Driver would I choose for this nvidia card?

James



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user]  nv vs nvidia (xorg-7*)
  2006-07-10 16:26 [gentoo-user] nv vs nvidia (xorg-7*) James
@ 2006-07-10 17:48 ` Farhan Ahmed
  2006-07-11  1:14   ` [gentoo-user] " James
  2006-07-10 17:54 ` [gentoo-user] " Jason Weisberger
  1 sibling, 1 reply; 4+ messages in thread
From: Farhan Ahmed @ 2006-07-10 17:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]

James wrote:
> (...)
> My first card:
> 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400]
> (rev b2)
> 
> Legacy or current? It's not clear to me which category this or any other
> nvidia cards fall into. Is there a table I can look up to see which
> nvidia cards belong to which driver.

	For your card you can use the current drivers.. You can have a
look at this :

	http://www.nvidia.com/object/IO_18897.html

It contains all the models supported by the latest nvidia drivers.

 
> In xorg.conf do I use do  'nv' or 'nvidia' or 'nvidia-legacy'
>  Driver      "nv"
>  Driver      "nvidia"
>  Driver       "nvidia-legacy"
> 
> With my hardware, which current nvidia driver (legacy) would I emerge
> to match my card?

You can use nvidia driver in your xorg.conf.
	Driver "nvidia"

> On another gentoo workstation It has this card:
> 
> 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200]
> (rev a1)
> 
> Which Driver would I choose for this nvidia card?

This card too will work with the latest nvidia-drivers.


One more thing James, there is no need to do an emerge nvidia-kernel and
emerge nvidia-glx anymore.. There is a new unified ebuild
x11-drivers/nvidia-drivers. Just do a emerge x11-drivers/nvidia-drivers.
I suggest you do 

	$ echo "x11-drivers/nvidia-drivers ~x86" > /etc/portage/package.keywords

as the newest drivers have not yet made into the stable branch..

Hope this helps,
Farhan Ahmed
-- 
Place		:  Bangalore, Karnataka, India
GPG Key		:  8BE90E98
WengoPhone ID	:  farhanahmed
IRC Nick	:  farhanahmed / farhanahmed06 (irc.freenode.net)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] nv vs nvidia (xorg-7*)
  2006-07-10 16:26 [gentoo-user] nv vs nvidia (xorg-7*) James
  2006-07-10 17:48 ` Farhan Ahmed
@ 2006-07-10 17:54 ` Jason Weisberger
  1 sibling, 0 replies; 4+ messages in thread
From: Jason Weisberger @ 2006-07-10 17:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

James,

NV is an open source driver supporting all NVidia cards, but does not
support hardware acceleration.  There are numerous and very annoying bugs
reported with this driver.  NVIDIA is a proprietary driver which supports 2D
and 3D hardware acceleration through the GF2 series of cards.  This is your
best option.  NVIDIA-LEGACY is a driver I was not even aware of, but I'm
guessing this would support GF1, 256, and TNT cards that have been bumped
out of the main driver for space.  Both of your cards should use the NVIDIA
driver.  You can use this flag in your make.conf settings for xorg 7,
however it will really not have much affect.  You'll need to emerge these
seperately as far as I know.

# emerge nvidia-glx nvidia-kernel

then go on and emerge your xorg 7.  Be sure to read about driver
compatibility problems with XOrg 7.1 and up on the gentoo-wiki site if you
plan to use that version of xorg.

JBDubbs

On 7/10/06, James <wireless@tampabay.rr.com> wrote:
>
>
> Sorry for revisiting a confusing subject, but after ready many of the
> recent
> postings on nvidia and xorg-7* I have a few questions.
>
> Yes I have read:
> http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
> and it looks fine and reasonable, in fact the I'm at the revdep-rebuild
> on my first of 7 convertions to modular X.(7.*).
>
> My first card:
> 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX
> 400]
> (rev b2)
>
> Legacy or current? It's not clear to me which category this or any other
> nvidia cards fall into. Is there a table I can look up to see which
> nvidia cards belong to which driver.
>
> In xorg.conf do I use do  'nv' or 'nvidia' or 'nvidia-legacy'
> Driver      "nv"
> Driver      "nvidia"
> Driver       "nvidia-legacy"
>
> With my hardware, which current nvidia driver (legacy) would I emerge
> to match my card?
>
> On another gentoo workstation It has this card:
>
> 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX
> 5200]
> (rev a1)
>
> Which Driver would I choose for this nvidia card?
>
> James
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 2886 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user]  Re: nv vs nvidia (xorg-7*)
  2006-07-10 17:48 ` Farhan Ahmed
@ 2006-07-11  1:14   ` James
  0 siblings, 0 replies; 4+ messages in thread
From: James @ 2006-07-11  1:14 UTC (permalink / raw
  To: gentoo-user

Farhan Ahmed <farhanahmed06 <at> gmail.com> writes:

 

> 	http://www.nvidia.com/object/IO_18897.html

> It contains all the models supported by the latest nvidia drivers.

Yes this did the4 trick.

Thanks,

James



> 	$ echo "x11-drivers/nvidia-drivers ~x86" > /etc/portage/package.keywords

Yep, this did the trick

thanks!


James




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-11  1:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 16:26 [gentoo-user] nv vs nvidia (xorg-7*) James
2006-07-10 17:48 ` Farhan Ahmed
2006-07-11  1:14   ` [gentoo-user] " James
2006-07-10 17:54 ` [gentoo-user] " Jason Weisberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox