Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151671 - No nvidia opengl for my "GeForce 7300 GS"
Summary: No nvidia opengl for my "GeForce 7300 GS"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 00:53 UTC by Babyfai
Modified: 2006-11-14 06:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.