Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
whats wrong with my nvidia 7300GS PCIE?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Sun Jul 09, 2006 1:55 pm    Post subject: whats wrong with my nvidia 7300GS PCIE? Reply with quote

glxgears:
8341 frames in 5.0 seconds = 1668.133 FPS
i get twice as much with my FX5200LE AGP :twisted:

also if i check some xscreensavers, the fps rate of the 5200 is higher.
well, OK, the card is pretty cheap, but it shouldnt be slower, right?
hmm, i am new to PCI-Express, so maybe i have something wrong here..

Code:

Section "Module"
  Load         "extmod"
#  Load         "speedo"
  Load         "type1"
  Load         "v4l"
  Load         "freetype"
  Load         "glx"
  Load         "dbe"
#  Load         "dri"
EndSection


Code:

Section "Device"
  BoardName    "NVIDIA"
#  BusID        "AGP:1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "sw_cursor"
  Option "EnablePageFlip" "true"
  Option "BusType" "PCIE"
#  Option "AGPMode" "4"
  Option "AGPFastWrite" "true"
  Option "EnableDepthMoves" "true"
  Option "RenderAccel" "true"
#  Option "AllowGLXWithComposite" "true"
  Option "NvAGP" "0"
  VendorName   "NVidia"
EndSection


i played a lot with those settings, but nothing changed 8O
sure glx is working and direct rendering enabled:

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4


i even used older drivers - no change.
no errors in my xorg.log either.

any hints?


btw.. it also seems to share memory with my normal RAM. can i avoid this? maybe this is the problem?
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Sun Jul 09, 2006 7:42 pm    Post subject: Reply with quote

just for the sake of it.. i installed WinXP on a secondary HDD.
checked with UT (not UT2004 - the old one) at 1280 resolution. 100fps, likewise to linux.

is this card really *that* bad 8O
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Tue Jul 11, 2006 2:46 pm    Post subject: Reply with quote

well, i installed UT2004. i get (full details) 20-30 fps on linux, 90-100fps on windows.

do i need special settings for the PCI-E card 8O
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Tue Jul 11, 2006 9:05 pm    Post subject: Reply with quote

well doodes this is almost impossible.
the card cant be 3-4 times faster in windows :twisted:
actually noone in here owning a PCI-E nvidia to share some knowledge with me 8O
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Tue Jul 18, 2006 9:37 pm    Post subject: Reply with quote

*bump*
Back to top
View user's profile Send private message
fldc2
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 112
Location: Motala, Sweden

PostPosted: Tue Aug 08, 2006 3:50 pm    Post subject: Reply with quote

I got the same card and get the same result. :?
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Thu Aug 10, 2006 10:45 am    Post subject: Reply with quote

fldc2 wrote:
I got the same card and get the same result. :?

thanks, at least i am not alone 8O

well, what the heck could that be? the card is pretty fast in win xp :twisted:
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Sat Aug 12, 2006 11:34 am    Post subject: Reply with quote

well, do others, haveing different nvidia PCIE cards, have the same problem?
Back to top
View user's profile Send private message
cholerajojo
n00b
n00b


Joined: 30 Aug 2004
Posts: 31

PostPosted: Tue Aug 22, 2006 9:03 pm    Post subject: Reply with quote

Getting the same problem with a GeForce 7300LE PCIE. It's really weird; my old NVidia Ti4200 AGP got three times that framerate from glxgears.
Back to top
View user's profile Send private message
kraut
Apprentice
Apprentice


Joined: 03 Jun 2005
Posts: 179

PostPosted: Wed Aug 23, 2006 7:16 am    Post subject: Reply with quote

cholerajojo wrote:
Getting the same problem with a GeForce 7300LE PCIE. It's really weird; my old NVidia Ti4200 AGP got three times that framerate from glxgears.

so what are we going to do? anyone of you registered @ the nvidia forums so we might ask them whats up?
maybe they are missing something in their linux drivers?
Back to top
View user's profile Send private message
cholerajojo
n00b
n00b


Joined: 30 Aug 2004
Posts: 31

PostPosted: Wed Aug 23, 2006 10:56 am    Post subject: Reply with quote

I was actually in the process of registering for those when I thought to check back at this thread. I'll be posting on the NVidia forums shortly.
Back to top
View user's profile Send private message
DocReedSolomon
Guru
Guru


Joined: 28 Aug 2006
Posts: 419

PostPosted: Tue Sep 05, 2006 2:50 pm    Post subject: Reply with quote

HI all, same problem here 8O
any progress in this?
Back to top
View user's profile Send private message
grey wolf
n00b
n00b


Joined: 04 Apr 2004
Posts: 28

PostPosted: Wed Sep 06, 2006 6:30 am    Post subject: Reply with quote

Just FYI: glxgears is not meants as a benchmark. In fact, it does very poorly in consistently showing the performance of any video card.

Its only useful quality is in evaluating whether 3D acceleration is working and whether GL libs are properly set up.

To that end, if you see any framerate under 1000, that generally means software GL. Above 1000, it generally indicates 3D acceleration is enabled.

Want to see the difference?
Code:
sudo eselect opengl set xorg-x11 && glxgears
sudo eselect opengl set nvidia && glxgears


That's all it's good for.
_________________
- grey wolf
kernel 2.6.18-ck1
Back to top
View user's profile Send private message
DocReedSolomon
Guru
Guru


Joined: 28 Aug 2006
Posts: 419

PostPosted: Wed Sep 06, 2006 9:30 am    Post subject: Reply with quote

Hi grey wolf,
I am aware about this, but i get poor framerates in UT2004 as well. Dont know about the other posters here, but for me everything is fine using windows. So this must be a Driver problem?
Back to top
View user's profile Send private message
DocReedSolomon
Guru
Guru


Joined: 28 Aug 2006
Posts: 419

PostPosted: Sun Nov 12, 2006 1:51 pm    Post subject: Reply with quote

http://www.nvnews.net/vbulletin/showthread.php?s=673497511942deeeae7bdc9046d580a6&p=1062237#post1062237
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum