NVIDIA to replace dated GeForce 6/7/8 WHQL drivers Next Week


Recommended Posts

The most recent WHQL drivers for the GeForce 6/7/8 series of cards in fact are a bit dated and were released back on December 19 and 20 of last year 2007. As of today, these are the current drivers offered by NVIDIA:

GeForce 6/7/8 Series

32-bit Windows XP: ForceWare Release 169.21, December 19, 2007

32-bit Windows Vista: ForceWare Release 169.25, December 20, 2007

64-bit Windows XP: ForceWare Release 169.21, December 19, 2007

64-bit Windows Vista: ForceWare Release 169.25, December 20, 2007

GeForce 9 Series

32-bit Windows XP: GeForce Release 174.74, April 1st, 2008

32-bit Windows Vista: GeForce Release 174.74, April 1st, 2008

64-bit Windows XP: GeForce Release 174.74, April 1st, 2008

64-bit Windows Vista: GeForce Release 174.74, April 1st, 2008

The 6/7/8 series are in fact already 18 weeks old, which is quite substantial in this industry segment, especially if you consider that ATI releases new driver packages each month.

However, NVIDIA told us that new drivers are on the way: NVIDIA?s Chris Daniel told us that &quothe drivers are going through WHQL as we speak. ETA is sometime next weekb>."

NVIDIA seriously dropped the ball here, but the situation is getting fixed. We wonder why NVIDIA does not step up to the table and offer monthly or at least quarterly driver updates for its products. i>

http://www.tomshardware.com/news/nvidia-ge...ivers,5262.html

I always use modified Forceware sets based on betas - the rate betas come out sometimes, or even most of the time outpaces Catalyst's release schedule. With that said, WHQL certification barely means anything to me amyore, other than an annoying dialog to dismiss for each new driver install.

Wow, people are complaining like it's the most necessary thing in the world. The current ones work just fine. New drivers aren't going to change your experience THAT significantly.

Oh Whoopy-do.

There's not a game I can't play in full settings (other than crisis, which AA is off for) and I have no problems.

Good news for those who do have problems in games, or want more performance, but mine are running great.

The most recent WHQL drivers for the GeForce 6/7/8 series of cards in fact are a bit dated and were released back on December 19 and 20 of last year 2007. As of today, these are the current drivers offered by NVIDIA:

GeForce 6/7/8 Series

32-bit Windows XP: ForceWare Release 169.21, December 19, 2007

32-bit Windows Vista: ForceWare Release 169.25, December 20, 2007

64-bit Windows XP: ForceWare Release 169.21, December 19, 2007

64-bit Windows Vista: ForceWare Release 169.25, December 20, 2007

GeForce 9 Series

32-bit Windows XP: GeForce Release 174.74, April 1st, 2008

32-bit Windows Vista: GeForce Release 174.74, April 1st, 2008

64-bit Windows XP: GeForce Release 174.74, April 1st, 2008

64-bit Windows Vista: GeForce Release 174.74, April 1st, 2008

The 6/7/8 series are in fact already 18 weeks old, which is quite substantial in this industry segment, especially if you consider that ATI releases new driver packages each month.

However, NVIDIA told us that new drivers are on the way: NVIDIA?s Chris Daniel told us that &quothe drivers are going through WHQL as we speak. ETA is sometime next weekb>."

NVIDIA seriously dropped the ball here, but the situation is getting fixed. We wonder why NVIDIA does not step up to the table and offer monthly or at least quarterly driver updates for its products. i>

http://www.tomshardware.com/news/nvidia-ge...ivers,5262.html

Any word on when we'll see that PhysX software for 8x series and newer cards?

Any word on when we'll see that PhysX software for 8x series and newer cards?

Won't they need to build the hardware into the GPU's first?

Honestly, I'm not concerned with Nvidia drivers nearly as much as I am with ATI drivers. ATI release faster but I don't know how many times I come across problems and have to roll back. Either give us stability or don't f***ing release it in my opinion. :hmmm:

If you're going to post the news, post the news. Keep the bitching and crying in the 12 and under section.

Thanks.

So sorry to annoy you with our discussion. Perhaps you don't have to read our "bitching and crying"... Maybe some of us have opinions of our own and like to express our thoughts to other members of the community, isn't that what Neowin is all about?

If you're going to post the news, post the news. Keep the bitching and crying in the 12 and under section.

Thanks.

Then read the first post and ignore the rest, it's really not that difficult =\

What's the point of consistently meeting a monthly release schedule when they're is no real reason to update the drivers that often. It makes sense to release an update when there is something worth adding, after it has been tested - rather than just rolling out minor, buggy updates each month just to meet the schedule.

Saying that your driver version is working fine is besides the point guys. That's not the intent of this news post. Nvidia does in fact need to work on that. I find ATI drivers much more stable generally. Usually, driver updates are great for those with the latest chipsets/gpus. Those with slightly older hardware, well it barely even affects them.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!