LinuxQuestions.org
Visit Jeremy's Blog.
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 07-02-2003, 02:01 AM   #1
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Rep: Reputation: 15
Geforce 2 MX400 issues


ive installed my videocard drivers, i get the nvidia splash screen

when i run glxgears i get aroung 300 fps, ive heard of people getting in the thousands, is 300 average, or should i be getting higher?


also, how do i configure the tv-out, i know about the options in the readme, but where do they go in the XF86config?

thanks
 
Old 07-02-2003, 03:21 AM   #2
footfrisbee
Member
 
Registered: Apr 2003
Distribution: Debian Sarge
Posts: 259

Rep: Reputation: 30
I feel your pain. I've spent a couple weeks reading about nvidia cards and how fast they should be going. If you'd like to read for yourself, check out nvnews.net and google. What I've found is that many other people are having these kinds of problems too, but there doesn't seem to be any single solution that solves everything.

For my GeForce2 MX200, I had to just tweak it until it worked better. I started with ~100 fps (glxgears), jumped to ~250 fps, and then pushed it up to ~400 fps. The first jump came when I enabled Fast Writes, and I pushed up the speed by overclocking the memory to ~170 MHz.

Check out /proc/driver/nvidia/agp to see the status and capabilities of your card. The program 'nvclock' enables you to overclock both the core and the memory. I found that overclocking the core gave a minimal, ~15fps, improvement and made the card unstable.

I hope you find more info than I did. If you do, please post what you find. Good luck!
 
Old 07-02-2003, 01:51 PM   #3
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
i forgot to mention my system specs

1 Ghz celeron
448 MB RAM
60GB 7200rpm Hard Drive
 
Old 07-04-2003, 02:22 PM   #4
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
footfrisbie, i found this little app, its seems to help a little, i got 50 fps more out of it its a start

YanC
 
Old 07-04-2003, 11:27 PM   #5
footfrisbee
Member
 
Registered: Apr 2003
Distribution: Debian Sarge
Posts: 259

Rep: Reputation: 30
Did you try nvclock or seeing if your card's optimizations were turned on?
 
Old 07-04-2003, 11:56 PM   #6
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
how do i do that??
 
Old 07-05-2003, 01:42 AM   #7
footfrisbee
Member
 
Registered: Apr 2003
Distribution: Debian Sarge
Posts: 259

Rep: Reputation: 30
These two commands will tell you what your card can support.
Code:
chris@Qbert:~$ more /proc/driver/nvidia/agp/card 
Fast Writes:     Supported
SBA:             Not Supported
AGP Rates:       4x 2x 1x 
Registers:       0x1f000017:0x0f000114
chris@Qbert:~$ more /proc/driver/nvidia/agp/status 
Status:          Enabled
Driver:          AGPGART
AGP Rate:        4x
Fast Writes:     Enabled
SBA:             Disabled
chris@Qbert:~$
And you can get nvclock from here.

I'm having trouble compiling YanC, but I'll keep trying.
 
Old 07-06-2003, 07:11 AM   #8
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
how do i use nvclock, i think i have it installed i did what it said in the readme
 
Old 07-06-2003, 08:14 AM   #9
steved123
Member
 
Registered: May 2002
Location: New Hampshire
Distribution: Fedora Core 6 X86-64
Posts: 82

Rep: Reputation: 15
glxgears

I get about 349 with a mx200. I think the best test is running tux racer. if it runs at a decent speed than your ok. rember how slow it was without the nvidia driver?
 
Old 07-06-2003, 03:26 PM   #10
footfrisbee
Member
 
Registered: Apr 2003
Distribution: Debian Sarge
Posts: 259

Rep: Reputation: 30
I got YanC running, and it seems like a cool program. It provides another way to turn on alot of your optimizations, but it doesn't check to make sure whether or not your card even supports the optimizations. I'm a bit weary of programs that do that.

TAR, just run nvclock from the command line. First run 'nvclock -i', e.g.
Code:
chris@Qbert:~$ nvclock -i

=======================
--- NvClock v0.6.2 ---
=======================

-- General info --
Card:           nVidia Geforce 2 MX 100/200
PCI id:         0x111
GPU speed:      174.997 MHz
Bustype:        AGP

-- Memory info --
Amount:         64 MB
Type:           128 bit SDR
Speed:          170.026 MHz

-- AGP info --
Status:         Enabled
Rate:           4X
AGP rates:      1X 2X 4X 
Fast Writes:    Enabled
SBA:            Unsupported, Disabled
I overclock my memory speed from ~145 MHz to ~170 MHz with the command 'nvclock -m 170'. This gives me ~450 fps in glxgears.

This reason why I overclocked the memory and not the core is because as you can see I have SDR video ram (as opposed to DDR), so I want the memory to keep up with my DDR system better.

WARNING: If you play with these settings be prepared to freeze your computer. You can quickly and easily make your video card very unstable.

Fast Writes or Sid Band Addressing are turned on using module options when the modules are loaded.
 
Old 07-28-2003, 01:09 AM   #11
Mike Blick
Member
 
Registered: May 2002
Location: Los Angeles
Distribution: Mandrake 10, LFS 4.1
Posts: 179

Rep: Reputation: 30
I've been having some problems with enabing fastwrites on my gforce2 mx400. I have yanc working but after I enable the fastwrites in it it still doesnt work when I restart the computer or xfree. Where do I need to go in the config file to turn it on manually?
 
Old 07-29-2003, 01:52 PM   #12
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
from ftp://download.nvidia.com/XFree86/Li...496/README.txt

Quote:
SBA and Fast Writes indicate whether either one of the features
is currently in use. Please note that several factors decide if
support for either will be enabled. First of all, both the AGP
card and the host bridge must support the feature. Even if both
do support it, the driver may decide not to use it in favor of
system stability. This is particularly true of AGP Fast Writes.
check the file /proc/drive/nvidia/agp/host-bridge to see if your host bridge supports fast write. I have the same problem with you, Mike Blick, but I am sad to find out my host bridge doesnt support it...
 
Old 08-01-2003, 10:39 PM   #13
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
Wow! I've recompiled my kernel and reinstall the driver for my card. And I got a glxgears output as high as 1700+ FPS (formerly 300)! Try this. Maybe it helps.
 
Old 08-05-2003, 05:22 PM   #14
CtrlAltDel
LQ Newbie
 
Registered: Dec 2001
Distribution: debian sarge
Posts: 26

Rep: Reputation: 15
when you recompiled the kernel...what specific settings did you tune to get such a fast fps?
 
Old 08-05-2003, 07:41 PM   #15
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
ok, pretty silly question, but how do you test your FPS rate?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
X 8,24 bit overlay mode for nvidia geforce 2 (MX400)? jdd66 Linux - General 5 10-04-2005 08:37 PM
issues with boot and nvidia geforce fx5700 mrchaos Linux - Hardware 1 04-18-2005 08:49 PM
GeForce 6800 Ultra issues with suse 9.2 jxbryan Linux - Hardware 7 03-14-2005 12:28 AM
chaintech geforce mx400, plug and play? matt_w_lambert Linux - Hardware 1 05-18-2003 11:15 PM
GeForce 2 MX400 gusgorman Linux - Hardware 4 03-25-2003 09:40 PM

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

All times are GMT -5. The time now is 11:00 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