LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-06-2004, 06:11 PM   #1
paperdiesel
Member
 
Registered: Oct 2003
Location: southern cali
Distribution: fedora core 4
Posts: 79

Rep: Reputation: 15
geforce 6800 won't give me good framerates


Someone please clue me in here: I just bought a geforce 6800 to replace my fx 5200, and was expecting wonderful framerates in my games (mainly return to castle wolfenstein). However, my fps is just as bad as when I was running the geforce fx 5200. Here's my system specs:

amd 2200+
.5 gig pc2700 ddr ram
xfx geforce 6800
fedora core 3
msi ultra2 motherboard

excerpt from my xorg.conf:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
EndSection

Should the BoardName be indicating something more specific, like GeForce 6800? Do I need to reinstall the linux drivers?

I used to have a geforce fx 5200 installed. When I got the 6800, I took out the 5200, put the 6800 in, and booted up. kudzu detected that I no longer had the 5200, and removed the old configuration. When I first installed the o/s with the fx 5200, I went through all the steps to install the linux drivers, which worked perfectly. Why in the world am I only getting about 15 fps in a 2 year-old game with this beast of a vid card? I know my rig would strain to play doom3, but this isn't doom3. I just want decent fps in wolf. What in the world is wrong? I know that with my setup and new card, I should be getting excellent framerates, but something's holding it back. What gives?

pd

Last edited by paperdiesel; 12-06-2004 at 06:16 PM.
 
Old 12-06-2004, 08:27 PM   #2
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
Did you install the driver from nVidia's site? What's the output from glxinfo and what kind of framerate do you get from glxgears? (Run it in a terminal and it'll show you it's fps)
 
Old 12-06-2004, 10:22 PM   #3
paperdiesel
Member
 
Registered: Oct 2003
Location: southern cali
Distribution: fedora core 4
Posts: 79

Original Poster
Rep: Reputation: 15
Yes, I installed the drivers from nVidia's site.

[paper@localhost ~]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 6800/AGP/SSE/3DNOW!
OpenGL version string: 1.2 (1.5.2 NVIDIA 66.29)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_point_parameters,
GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_blend_color,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_point_parameters, GL_EXT_secondary_color, GL_EXT_texture3D,
GL_EXT_texture_object, GL_EXT_vertex_array, GL_INGR_blend_func_separate,
GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess


[paper@localhost ~]$ glxgears
39977 frames in 5.0 seconds = 7995.400 FPS
43547 frames in 5.0 seconds = 8709.400 FPS
43547 frames in 5.0 seconds = 8709.400 FPS
43054 frames in 5.0 seconds = 8610.800 FPS
43340 frames in 5.0 seconds = 8668.000 FPS
53941 frames in 5.0 seconds = 10788.200 FPS


So what does all of this mean? Are those fps scores good? And what does this mean:
direct rendering: No (taken from above)

Should that be yes? How do I change that?

Last edited by paperdiesel; 12-06-2004 at 10:27 PM.
 
Old 12-06-2004, 11:27 PM   #4
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
The frames is gears "blow the doors off" my laptop, but that's not a big accomplishment.

Direct rendering should be on, yes. Check out this tutorial for help.
 
Old 12-07-2004, 12:00 AM   #5
paperdiesel
Member
 
Registered: Oct 2003
Location: southern cali
Distribution: fedora core 4
Posts: 79

Original Poster
Rep: Reputation: 15
UPDATE:

So, you bought a new vid card and you're running linux? Swapped em out and nothing seems different? Here's what to do:

I fixed the problem. I just reinstalled the nvidia driver. Follow these instructions to the letter:

http://www.linuxquestions.org/questi...vidia+tutorial

I made sure to redo all of the steps that I did when I first installed the driver with my old card. Rebooted, and voila. I'm getting beastly framerates in my games.

Thanks for all of the help! It's game time..
 
Old 12-07-2004, 08:20 PM   #6
lazychris2000
Member
 
Registered: Sep 2003
Distribution: Arch .7
Posts: 47

Rep: Reputation: 15
holy f*uck.....i only get around 700-800 fps with my GeForce4 MX.....i gotta get me one of those cards!
 
Old 12-08-2004, 11:22 AM   #7
paperdiesel
Member
 
Registered: Oct 2003
Location: southern cali
Distribution: fedora core 4
Posts: 79

Original Poster
Rep: Reputation: 15
Yah now that I reinstalled the nvidia drivers, I get over 11,000 fps with glxgears. And it's not bad with real games, too .

$270 on newegg.com for the xfx geforce 6800 retail.
 
Old 12-08-2004, 05:24 PM   #8
mikeni
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
well i have had the same problem, then i have installed the new driver and all works fine.

Last edited by mikeni; 12-08-2004 at 05:28 PM.
 
Old 04-09-2005, 05:57 AM   #9
Nox UK
LQ Newbie
 
Registered: Jan 2004
Posts: 12

Rep: Reputation: 0
wondered how to check its installed OK

14k+ in glxgears! should be working I guess...

Nox
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
geforce 6800 Question Whiteghost Linux - Hardware 3 08-15-2005 02:14 PM
Dualview on a geforce 6800? Braveheart1980 Linux - Hardware 9 02-26-2005 09:58 AM
Nvclock and geforce 6800? Braveheart1980 Linux - Hardware 1 10-01-2004 05:19 PM
TV out on an nvidia geforce 6800? Braveheart1980 Linux - Hardware 5 09-19-2004 09:25 AM
Geforce fx 6800 push Linux - Newbie 10 09-14-2004 01:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration