Hiển thị các bài đăng có nhãn nvidia. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn nvidia. Hiển thị tất cả bài đăng

Thứ Hai, 25 tháng 10, 2010

New Nvidia Developer Driver 260.99 (WHQL)

LOL.
Looks like Nvidia screwed up.
New Nvidia Verde Driver (WHQL signed by Microsoft )  Version 260.99 within 2 weeks...

New Nvidia Verde Driver (WHQL signed by Microsoft )  Version 260.81
Warning! I had 2 crash dumps and black screen hangs while using this 260.81 driver.
I can almost swear it is as buggy as it could be so use it at your own risk.
I can't believe Microsoft WHQLed this buggy driver...
  • Retains the PhysX Options for Nvidia G310M which is not supposed to be PhysX-able
  • Includes High Def Audio Driver
New Nvidia Developer Driver (WHQL signed by Nvidia) version 260.61
  • Retains the PhysX Options for Nvidia G310M which is not supposed to be PhysX-able
  • Doesn't Include NVIDIA High Def Audio Driver so you have to use the high-def audio driver from older Drivers
  • (If you are missing the NVIDIA High Def Audio Driver copy C:\NVIDIA\DisplayDriver\260.89\Vista 64-bit\International\HDAudio Folder to C:\NVIDIA\DisplayDriver\260.61\Vista 64-bit\International\HDAudio Folder) It will detect the HDAudio Driver and attempt to install it.
Take a look at the new screens:



 
Download links
Nvidia Signed 260.61 here
Microsoft Signed 260.99 here

Thứ Tư, 1 tháng 9, 2010

Linux Nvidia Driver OverClocking

A lot of people don't read "README"s hence they missed a lot of things.

It reflects on the laziness of people of this generation refusal to read, write and learn with the only desire to enjoy and relax. Can't really blame them since it is how the world markets success.
I am guilty of that sometimes as well.



Anyway today I read through the Nvidia Propriety Driver's README and found a number of Nvidia XConfig options usually neglected.

I will only list interesting ones below, the full list is here, Read through it for more information.

To add them simply add the entries under /etc/X11/xorg.conf.
Something like this (in red):
.............................................
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "NoLogo" "on"
Option "Coolbits" "1"
Option "OnDemandVBlankInterrupts" "on"
EndSection
....................................


Interesting Sections below.............

Option "NoLogo" "boolean"
Disable drawing of the NVIDIA logo splash screen at X startup. Default: the logo is drawn for screens with depth 24.
This skips the Nvidia Splash Screen during boot up.

Option "ThermalConfigurationCheck" "boolean"
The NVIDIA X driver will fail initialization on a GPU if it detects that the GPU has a bad thermal configuration. This may indicate a problem with how your graphics board was built, or simply a driver bug. It is recommended that you contact your graphics board vendor if you encounter this problem. This option can be set to False to bypass this test. Default: true (the thermal configuration test is performed).
Turn On Thermal Protection on GPU.



Option "Coolbits" "integer"
Enables various unsupported features, such as support for GPU clock manipulation in the NV-CONTROL X extension. This option accepts a bit mask of features to enable.

WARNING: this may cause system damage and void warranties. This utility can run your computer system out of the manufacturer's design specifications, including, but not limited to: higher system voltages, above normal temperatures, excessive frequencies, and changes to BIOS that may corrupt the BIOS. Your computer's operating system may hang and result in data loss or corrupted images. Depending on the manufacturer of your computer system, the computer system, hardware and software warranties may be voided, and you may not receive any further manufacturer support. NVIDIA does not provide customer service support for the Coolbits option. It is for these reasons that absolutely no warranty or guarantee is either express or implied. Before enabling and using, you should determine the suitability of the utility for your intended use, and you shall assume all responsibility in connection therewith. When "1" (Bit 0) is set in the "Coolbits" option value, the nvidia-settings utility will contain a page labeled "Clock Frequencies" through which clock settings can be manipulated. On mobile GPUs, limited clock manipulation support is available when "1" is set in the "Coolbits" option value: clocks can be lowered relative to the default settings, but overclocking is not supported due to the thermal constraints of notebook designs.
When "2" (Bit 1) is set in the "Coolbits" option value, the NVIDIA driver will attempt to initialize SLI when using GPUs with different amounts of video memory.
When "4" (Bit 2) is set in the "Coolbits" option value, the nvidia-settings Thermal Monitor page will allow configuration of GPU fan speed, on graphics boards with programmable fan capability.
The default for this option is 0 (unsupported features are disabled).
In other word enable OverClocking of Nvidia GPU in Linux + SLI Mods.



Option "MultiGPU" "string"

This option controls the configuration of Multi-GPU rendering in supported configurations.
Value Behavior
0, no, off, false, Single Use only a single GPU when rendering
1, yes, on, true, Auto Enable Multi-GPU and allow the driver to automatically select the appropriate rendering mode.
AFR Enable Multi-GPU and use the Alternate Frame Rendering mode.
SFR Enable Multi-GPU and use the Split Frame Rendering mode.
AA Enable Multi-GPU and use antialiasing. Use this in conjunction with full scene antialiasing to improve visual quality.

Option "SLI" "string"

This option controls the configuration of SLI rendering in supported configurations.
Value Behavior
0, no, off, false, Single Use only a single GPU when rendering
1, yes, on, true, Auto Enable SLI and allow the driver to automatically select the appropriate rendering mode.
AFR Enable SLI and use the Alternate Frame Rendering mode.
SFR Enable SLI and use the Split Frame Rendering mode.
AA Enable SLI and use SLI Antialiasing. Use this in conjunction with full scene antialiasing to improve visual quality.
AFRofAA Enable SLI and use SLI Alternate Frame Rendering of Antialiasing mode. Use this in conjunction with full scene antialiasing to improve visual quality. This option is only valid for SLI configurations with 4 GPUs.
Mosaic Enable SLI and use SLI Mosaic Mode. Use this in conjunction with the MetaModes X configuration option to specify the combination of mode(s) used on each display.
SLI and Multirendering advance configuration.


Option "OnDemandVBlankInterrupts" "boolean"

Normally, VBlank interrupts are generated on every vertical refresh of every display device connected to the GPU(s) installed in a given system. This experimental option enables on-demand VBlank control, allowing the driver to enable VBlank interrupt generation only when it is required. This can help conserve power.

Default: off (on-demand VBlank control is disabled).

More power saving in Linux.

The rest are either enabled by default or nothing much interesting.

That is all.

Thứ Sáu, 4 tháng 12, 2009

Nvidia Driver Release


3D Mode


2D Mode


Windows Desktop Default Mode


Nvidia WHQL Notebook Driver version 195.62 is released.
Download them from Nvidia Website here
Please note that the new Nvidia Driver fixes the issue of not being able to throttle to default clock in Windows Desktop so please use this driver instead of the Acer Download (187.XX) which has the problem.
This driver is recommended.

Thứ Tư, 10 tháng 6, 2009

OverClocking Nvidia Graphics


For you guys who own Nvidia Graphics on PC or Laptop
EVGA Precision is a great Overclocking utility.
I don't really overclock my Nvidia 9100M G as it is a bad idea to overclock lousy GPUs.
You may end up destroying it over a measly few frames per second.
This tool's friendly interface doesn't need introduction.
Word of Warning:
Do not happily push the bars and press apply without thinking,especially the memory clock bar.
I am not responsible for the destruction of your GFX.

Thứ Sáu, 5 tháng 6, 2009

Nvidia PhysX Update

NVIDIA PhysX System Software WHQL
Version:9.09.0428
Release Date:June 03, 2009
Operating System:Windows XP, Windows Vista, or Windows 7
Language:U.S. English
File Size:
39.2 MB

Download here

Thứ Sáu, 29 tháng 5, 2009

Looking At Graphics Memory

I took a look at some Graphics Information regarding different Graphics Adapters

NVIDIA GeForce 9100M G

Intel Graphics Media Accelerator (GMA) 950

NVIDIA GeForce 6600GT (Desktop)

So actually 9100M G does contain "Dedicated Memory" of 256MB taken from the Main System RAM.
Shared System Memory refers to the TurboCache Technology from Nvidia (ATi Calls it HyperMemory) to use System RAM for Graphics
I myself is not too sure that System Video Memory is but it seems it is Zero for old Cards (6600GT) and 64MB for new Graphics Adapters.

Thứ Tư, 1 tháng 4, 2009

Nvidia Beta Driver VS Acer Vendor Driver

Recently Acer released a new Nvidia Driver 179.52.

I took this opportunity to test this vendor released driver against the awesome Nvidia Beta Driver 185.20 I have been using until now.

The download size of the Acer Released Drivers is much smaller than the Nvidia Beta Driver.

First I used Windows Experience Index to gauge their performance as I am too lazy to run an actual benchmark =P

Performance
____________________________________________________________________


It is a disappointing 3.7 Aero Performance for the Acer Release Driver.


The Nvidia Beta Driver scored a much better 4.0 Aero Performance
(I didn't know what happened to the 0.1 after the reformat)


Supported Features
_______________________________________________________________________

I tried running a Sample CUDA Program from Nvidia CUDA SDK using both drivers


The Acer Released Drivers failed to render anything at all

While the Nvidia Beta Drivers rendered it excellently

Note: The Acer Release Drivers have yet to support PhysX while the Nvidia Beta Driver supported it

Additionally the Nvidia Beta Driver support new features yet to be seen in the Acer Released ones

For PowerMizer both Drivers supported it except you have to manually enable it in Nvidia Released Drivers sometimes but Vendor released Drivers always come with PowerMizer autoenabled.

Conclusion
_________________________________________________________________

Well it is obvious that those Acer Release Drivers have a long way to go before being able to catch up to Nvidia Beta Releases. (I am not sure about other Vendors but Acer Released Drivers simply cannot make the mark)

Nvidia is right about providing OEM Driver support because Vendors cannot be trusted to release decent drivers.

We can see the same situation happening in ATi except ATi do not bother to release OEM drivers as such ATi drivers suffer from bad reputation in Windows Operating System compared to Nvidia generally.

For those people who own an Nvidia Card in their Laptop please get Nvidia Released Drivers
Continuing to run Vendors Release Driver is almost like crippling yourself on purpose, even though you have spent good money on it in the case of Acer.

So please do yourself a favour and use Nvidia Release Driver instead
(Check if your Hardware is supported by the newer drivers before installing them & try to update all drivers to the latest version to make sure intercompatibility exist)

Edit:
182.20 is no longer the latest Nvidia Released Driver
For the latest Nvidia Released Driver just use the side gadget.

Thứ Năm, 12 tháng 3, 2009

Upgrading your Nvidia Driver

Well, Why do you need to upgrade your Nvidia Driver?
  1. Better Performance (usually)
  2. New Features (PhyX,CUDA,Ambient Occlusion)
  3. Because you are using an Nvidia Card ! Those people using ATi Card will have to stare at your drivers which are more updated then theirs. They have to wait ... until their vendors release the drivers. Only Nvidia provide Mobile Driver support ATi passes on the responsibility to vendors
You don't have to worry about driver stability
In all my previous updates experience I didn't encounter any unstable Nvidia Drivers at all hence very unlikely

First Download GPUZ from the internet to determine your Device ID
You can also determine your Device ID by looking at the Device Manager but it is too tedious to write so I skipped it =)


Your Device ID is where I circled in RED

Next Download the New Drivers from LaptopVideo2Go here

Enter your Device ID as follows
Download any Driver they will all work but of course it is the later the better =)

Next go to Control Panel to remove the Nvidia Display Driver only

Reboot as your Computer tells you to

Then extract the New downloaded Driver
Double Click on Setup.exe
You will see some Driver Not WHQL Warning if you are installing Non WHQL Driver
Just ignore it
After installation you can delete the folder where you extracted the driver

After that check if PowerMizer is enabled here
Sometimes Beta Driver Releases leave out PowerMizer settings (Don't know why ) although all Nvidia Drivers support PowerMizer settings

Below are some new features highlights in my new 185.20 Driver




Thanks to LaptopVideo2go for providing the Drivers & GPUZ for the Wonderful Utility

Note:
Once you install certain drivers you might not be able to install driver version 185.20. This is probably due to incompatibilities in the Control Panel Version, I have yet to find a way to resolve it.

Edit:
The latest driver is no longer 185.20
For details on the latest Nvidia Released Driver click here

Thứ Bảy, 24 tháng 1, 2009

Nvidia PowerMizer

PLEASE NOTE:
Since Nvidia driver Geforce version 185.XX, perflevelsrc is no longer used for controlling GPU throttling.
In Driver Version 19X.XX the GPU performance control is in the control panel.

If your graphics card is running overheating frequently when monitored using HWMonitor and you happen to be using Nvidia Graphics this post is for you

Note:
PowerMizer is a feature created by Nvidia to save power and reduce heat on Graphics Card
PowerMizer is built into all the graphics card
It is optional for Desktops because Desktops have infinite power from Wall Sockets and manage heat well
However it is very essential for Notebooks as they have to conserve power and produce less heat when no intense graphical application is running

Run “Regedit”

Go HKEY_Local_Machine\SYSTEM\CurrentControlSet\Control\Video\{ Your graphics adapter}000 and 0001

To locate the registry entry expand all the entries until you see one with lots of registry setting That will be the the registry containing your Graphics Options


Right click on the right Window to create a new DWORD 32bit value
The value name change to “PowerMizerEnable” value select “1″ in hexidecimal
Repeat
The value name change to “PerfLevelSrc” value data “3333″ in hexidecimal



Reboot
Verified using GPUZ and HWMonitor

The Result

After PowerMizer is activated successfully you should see the GPU Clock drop below default clock at idle

Optional:

If you want finer control over PowerMizer change “PerfLevelSrc” values to achieve desired effect

  • PerfLevelSrc=0×2222 - fixed PowerMizer mode (and appropriate fixed frequency) is used for battery power source and fixed PowerMizer mode is used for AC power source, these PowerMizer modes may be the same or different
  • PerfLevelSrc=0×2233 - fixed PowerMizer mode is used for battery power source and adaptive clock frequency strategy is used for AC power source
  • PerfLevelSrc=0×3322 - fixed adaptive clock frequency strategy is used for battery power source and PowerMizer mode is used for AC power source
  • PerfLevelSrc=0×3333 - adaptive clock frequency strategy is used for battery and AC power sources