Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 151671

Summary: No nvidia opengl for my "GeForce 7300 GS"
Product: Gentoo Release Media Reporter: Babyfai <babyfai1>
Component: LiveCD/DVD/USBAssignee: Gentoo LiveCD Package Maintainers <livecd>
Status: RESOLVED UPSTREAM    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Babyfai 2006-10-17 00:53:52 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.0.7) Gecko/20060930 Firefox/1.5.0.7
Build Identifier: 

I made a gentoo livecd for myself and installed the gentoo app-misc/livecd-tools.
The livecd bootup normally, and detected the nvidia card, changed the xorg.conf 
with Driver 'nvidia'. But it only switched to xorg-x11 opengl.

While I try it on another machine which had a "GeForce FX 5200", it worked 
perfectly and switched to nvidia opengl.

Here is the information of " lspci |grep "VGA' " :
01:00.0 VGA compatible controller: nVidia Corporation GeForce 7300 GS (rev a1)

I think the problem may be about livecd-function.sh.


Reproducible: Always
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-17 04:38:15 UTC
No.  The problem is the line from lspci.  All cards are supposed to list the actual chipset, with the "marketing name" (GeForce 7300 GS) in brackets.

nVidia Corporation G70 [GeForce 7600 GT] (rev a1) <-- like this

The problem is that people don't follow the instructions on the pciids.sourceforge.net website and input invalid data, causing scripts which relies on such data to break.

Can you post the output of lspci -n | grep 01:00.0 for me so I can fix it upstream?
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-17 04:38:55 UTC
Reassigning to the proper group since our releases don't support the binary drivers anymore due to GPL violations.
Comment 3 Babyfai 2006-10-17 06:21:02 UTC
(In reply to comment #1)
> No.  The problem is the line from lspci.  All cards are supposed to list the
> actual chipset, with the "marketing name" (GeForce 7300 GS) in brackets.
> 
> nVidia Corporation G70 [GeForce 7600 GT] (rev a1) <-- like this
> 
> The problem is that people don't follow the instructions on the
> pciids.sourceforge.net website and input invalid data, causing scripts which
> relies on such data to break.
> 
> Can you post the output of lspci -n | grep 01:00.0 for me so I can fix it
> upstream?
> 

Thanks ! the output is:
lspci -n |grep 01:00.0 ->
01:00.0 0300: 10de:01df (rev a1)
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-11-14 06:50:53 UTC
Well, I submitted this upstream, but it hasn't been accepted by the moderators yet.  Anyway, I'm marking this as UPSTREAM since I no longer have any control over it.