Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Boost Nvidia Gaphics Card Performance, without overclocking.
qwijibow
post Feb 16 2005, 08:56 PM
Post #1


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570



Most computers support AGP modes called "Fast Writes" and "Side Band Addressing".
i wont go into detail about what they are, its way too confusing.

but whats important about them is
1) they are dissabled by default .
2) dissableing them causes a noticable drop in 3d graphics performance.

The reason they do this, is because some chipsets (some versions of VIA for example) become very unstable and crash when FastWirites are enabled.

this is rare... but, but defaulting to off, willsave Nvidia alot of money on the customer support side of things.

But many of you Nvidia users out there have hardware which is Stable with FastWrites and SBA,,but you are not using it.

FIRSTLY... before you go on, make sure that you have a rescue disk, AND you know how to use it, just incase your system is one of the few unstable chipsets. if you are unlucky enough to have an unstable chipset, you will need to boot the rescue disk, and edit a config file to resore your system to default... but more on that later.

to find out if your system is capable of SBA and FastWrites
run the following 2 commands...

CODE

cat /proc/driver/nvidia/agp/host-bridge
cat /proc/driver/nvidia/agp/card


both commands MUST report that SBA and fastWrites are "Supported"

example output
QUOTE
bash-2.05b$ cat /proc/driver/nvidia/agp/
card        host-bridge  status
bash-2.05b$ cat /proc/driver/nvidia/agp/card
Fast Writes:    Supported
SBA:            Supported
AGP Rates:      8x 4x
Registers:      0x1f000e1b:0x1f004312


bash-2.05b$ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:    PCI device 10de:00e1 (nVidia Corporation)
Fast Writes:    Supported
SBA:            Supported
AGP Rates:      8x 4x
Registers:      0x1f00421b:0x00000312


if your Host Bridge reports "Not supported" then you may need to enables it in your system Bios,, or update your bios... Otherwise, your system isnt capable of this performance tweak.

Now.. lets have a look at the current status of SBA and Fast Writes..
run the code

CODE

bash-2.05b$ cat /proc/driver/nvidia/agp/status


here is some example output...
QUOTE
bash-2.05b$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          AGPGART
AGP Rate:        8x
Fast Writes:    Enabled
SBA:            Enabled


Your SBA might already be enabled... but your Fast Wirtes Will be Disabled.
(if they are enabled... then this tweak has already been carried, possably by your distro vendor)

So far.....
you have seen alot of code, lots of quotes and yet not actually done anything.
the tweak is surprisingly simple..

make a backup of the file "/etc/modules.d/nvidia"
CODE

mv /etc/modules.d/nvidia /etc/modules.d/nvidia.backup
touch /etc/modules.d/nvidia


now open up the file /etc/modules.d/nvidia and add these lines.

QUOTE
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1


now reboot.

if your computer starts hard crashing shortly after the graphical user interface starts up, then boot your rescue disk, delete the file /etc/modules.d/nvidia and replace with the backup.

after a sucessfull rebott, check to see if FastWirtes was correctly enabled. by having anouther look at the following output...
CODE

bash-2.05b$ cat /proc/driver/nvidia/agp/status


now run your fave game smile.gif

on my AMD64 3400+ and GeForce FX 5700LE this cuased a coonsiderable increace in performance on Ut2004 and other 1s person shooters.
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post Feb 18 2005, 02:55 PM
Post #2


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



Nice work man - I'm off to buy a NVidia card after reading this biggrin.gif
Go to the top of the page
 
+Quote Post
WaCo
post Aug 11 2005, 05:43 AM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 9
Joined: 11-August 05
Member No.: 7,762



QUOTE(microscopic^earthling @ Feb 18 2005, 02:55 PM)
Nice work man - I'm off to buy a NVidia card after reading this biggrin.gif
*



I wouldn't be so sure on your place. Some Linux systems eg. Mandrake/Mandriva does not support Nvidia. I don't mean it doesn't at all, but installing the correct (any) drivers is very difficult and might still not work.

However, there are safe Linux operating systems for use: I mean here Slackware and Debian. Drivers work on them in supreme way ( though the newest drivers were too buggy it's prefered to install older ones ).

It's also good to read problems about nvidia drivers on linuxquestions.org

wish ya good experience with nvidia cards !!!
Go to the top of the page
 
+Quote Post
cyph3r
post Aug 11 2005, 06:23 AM
Post #4


Advanced Member
Group Icon

Group: Members
Posts: 116
Joined: 3-August 05
From: The Digital Arena !
Member No.: 7,604



Heyy .. nice info on nvidia cards .. i have a NVIDIA GeForce4 MX 440 with AGP 8x .. would my card be supported with this tweak ? ..

Oh and u mentioned that we should run the command cat /proc/driver/nvidia/agp/host-bridge .. could u please tell us where .. as in for n00bs like me .. is it in the command promp or somewhere else ?

lastly .. u said .. " make a backup of the file "/etc/modules.d/nvidia " where or what is this etc, mv, touch .. are these commands or just folders ? i searched but didnt find em ..

Plz do update us on this smile.gif ..

Thankx for the tweak again .. guess nvidia users would finally get some real work out of their cards ...

Cheers
Go to the top of the page
 
+Quote Post
WaCo
post Aug 11 2005, 07:04 AM
Post #5


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 9
Joined: 11-August 05
Member No.: 7,762



QUOTE(dhanesh @ Aug 11 2005, 06:23 AM)
Oh and u mentioned that we should run the command cat /proc/driver/nvidia/agp/host-bridge .. could u please tell us where .. as in for n00bs like me .. is it in the command promp or somewhere else ?
*



You are n00b....big n00b. No offense.

Every Linux is based on command prompt ! You can't use Linux without using command prompt ( command prompt <=> bash <==> shell <=> Bourne again shell ). 90% things which you perform, you do right in the command prompt.


Where the command prompt is? Press ctrl+alt+F2 and you'll see.
Where to learn how to use it? read abs.

Notice from Klass:

I am a Supreme Elite Linux Guru. I like to make new linux users feel like they are dirt under my feet. Next time I make someone feel like that Klass will ban me.
Go to the top of the page
 
+Quote Post
gamerchick39
post Aug 11 2005, 04:35 PM
Post #6


Advanced Member
Group Icon

Group: Members
Posts: 152
Joined: 25-May 05
Member No.: 5,434



Man i would love to do this, is there anyway to do the same thing, or something similar in Windows. I have a Nvidia Geforce 6800 and its maxed out on most games, but some like Doom3 still are totally maxed. I would love to get more out of my card!
Go to the top of the page
 
+Quote Post
cyborgxxi
post Aug 11 2005, 06:15 PM
Post #7


Premium Member
Group Icon

Group: Members
Posts: 342
Joined: 31-July 05
Member No.: 7,540



Hey - this is some cool info! Thanks!! I'll keep in mind to do this thing after I'm through defragging my hard drive. It's 8% after an hour or so in SAFE MODE. I don't know if that's fast or slow. tongue.gif

I have a GeForce FX 5700 and I think it will lag like hell in Doom 3 or other grpahic / memory intense games. I don't really know... like I said: my computer needs medical attention sad.gif

Thanks anyway
Go to the top of the page
 
+Quote Post
gamerchick39
post Aug 12 2005, 05:01 AM
Post #8


Advanced Member
Group Icon

Group: Members
Posts: 152
Joined: 25-May 05
Member No.: 5,434



QUOTE(cyborgxxi @ Aug 11 2005, 12:15 PM)
Hey - this is some cool info! Thanks!! I'll keep in mind to do this thing after I'm through defragging my hard drive. It's 8% after an hour or so in SAFE MODE. I don't know if that's fast or slow. tongue.gif

I have a GeForce FX 5700 and I think it will lag like hell in Doom 3 or other grpahic / memory intense games. I don't really know... like I said: my computer needs medical attention sad.gif

Thanks anyway
*




It sounds like the defraggin is a little slow haha unless you just gotta crapload of stuff on there. Mine took about 20 minutes to defrag but it has very little on it. Now my external hard drive on the other hand, that one will take a long time. I started to defrag it, but after about 3 hours it wasnt even half way done.
Go to the top of the page
 
+Quote Post
cyborgxxi
post Aug 12 2005, 05:51 AM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 342
Joined: 31-July 05
Member No.: 7,540



20 minutes?!?!! What the heck? Okay then... there is something seriously wrong with my computer!!

Mine took at least 6 hours, I think, even on Safe Mode. sad.gif

I need help. Like dhanesh says, I don't know where to put this code in. I've tried command prompt but it doesn't work.

I need help!!
Go to the top of the page
 
+Quote Post
qwijibow
post Aug 15 2005, 11:15 PM
Post #10


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,366
Joined: 14-September 04
From: Nottingham England
Member No.: 570



QUOTE
I wouldn't be so sure on your place. Some Linux systems eg. Mandrake/Mandriva does not support Nvidia. I don't mean it doesn't at all, but installing the correct (any) drivers is very difficult and might still not work.


The nVidia OpenGL GLX binaries contain some closed source texture compression algorithms.
Because of this, the nVidia driver cannot be distributed WITH your installation cd's.

However, All linux distro's will work with nVidia Graphics cards 100% when you download the driver from nVidia.com.

to dhanesh:
Read the first post, there is a guide on how to detect if your card supports FastWtires and Side Band Addressing.

However from your confusion with the basic UNIX filesystems and commands, i would recomend you bcome more comfortable in linux befiore atempting this tweak.

If you have one of the unstable VIA chipsets, you will need to know how to use a little command line to get your system running in graphical mode again.

Enjoy.

Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Overclocking Amd(11)
  2. Optimize XP - Tune Up Your PC(15)
  3. Paypal Without A Card...(19)
  4. Video Card Battle: ATI vs. N-Vidia(34)
  5. How Do I Check What Graphics Card I Have?(24)
  6. Which Is The Best Gaming Graphics Card?(15)
  7. Is A Sound Card Absolutely Needed ?(18)
  8. Buying New Graphics Card ... Need Advice On Compatibility(17)
  9. Help With Install Pci Express Video Card(12)
  10. Help Unlock Mmc(24)
  11. Directx 10 Issue(4)
  12. Help! Pc Not Detecting Video Card(10)
  13. Looking Into Getting A New Motherboard(14)
  14. Vmware On 946intel Board Problem(6)
  15. 1gb Sd Flash Card.(8)
  1. Agp Card(4)
  2. Overclocking Core 2 Quad(4)
  3. Free Pc Performance Optimizer(4)
  4. Dissect Loading Performance For An Url(0)
  5. Firefox Performance Stats(3)
  6. Sandisk Memory Card Write Protection(12)
  7. How To Enable My Site For Credit Card Payments.(4)
  8. Need Help With Performance(4)
  9. Overclocking(10)
  10. Updating Graphics Card Problems(11)
  11. Choosing A Graphics Card(11)
  12. New Video Output. :)(1)
  13. India Olympic Hero Gets Boost From Mittal(0)


 



- Lo-Fi Version Time is now: 8th September 2008 - 03:48 AM