Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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!
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?
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.
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.
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?
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...
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.