830 MB for a......
-
That's because they are too lazy to break each card into its own driver package. Uungh!
The Science of King David's Court | Object Oriented Programming with C++
I don't think it's a matter of being lazy. I can't imagine trying to support packages unique to each card and OS version and then dealing with irate customers who don't know what video card they have or what OS version they are running. I would guess a driver package for a specific card model or generation of cards and OS version would be between 10 and 20% of what they have but the support requirements would be the inverse of that - 5 to 10 times more.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
All those pre-rendered bitmaps to make it look good on benchmarks?
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
Checkout NVCleanstall – A Better Way to Install the NVIDIA Drivers ‐ Reviews App[^]
Exception up = new Exception("Something is really wrong."); throw up;
-
I don't think it's a matter of being lazy. I can't imagine trying to support packages unique to each card and OS version and then dealing with irate customers who don't know what video card they have or what OS version they are running. I would guess a driver package for a specific card model or generation of cards and OS version would be between 10 and 20% of what they have but the support requirements would be the inverse of that - 5 to 10 times more.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
Rick York wrote:
irate customers who don't know what video card they have or what OS version they are running
The "GeForce Experience" app, which you are required to use to install the drivers, knows which card and OS you have.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Rick York wrote:
irate customers who don't know what video card they have or what OS version they are running
The "GeForce Experience" app, which you are required to use to install the drivers, knows which card and OS you have.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
No, that is not required. I installed the latest version just last night and it is optional. You are right though, the type of customer who doesn't know those things should and likely will install that.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
Did you check how large the installed binary drivers are on your specific machine? GeForce may have a record breaking InstallerSize/BinaryDriverSize ratio, but I've seen some really bad cases in other software as well. As others have pointed out, default installation options may include applications that you don't really need. You may uncheck the option, or you may delete the applications any time after installation. Usually, a plain application can be deleted with no consequences for other software, and if you find out it really was needed, most installers can do a repair / reinstall task to get it back. Note: I am talking about Windows! On a *nix system, you should be extremely careful! Never trust that because you never touch some application or tool, you can delete it. You can be 99% sure that even if you never use, say, a scripting language, so you want to free up disk space by deleting its interpreter. Half a year later, some different installer crashes badly with a cryptic error message because it "knows" (erroneously) that the interpreter is present. It probably was included in your *nix distro, and no one would be so crazy that they remove any part of the distro, would they? So, I have learned the hard way: Never ever try to "clean up" your *nix installation, especially regarding software development tools. Limit cleanups to you private data files, and leave the rest untouched!
-
Did you check how large the installed binary drivers are on your specific machine? GeForce may have a record breaking InstallerSize/BinaryDriverSize ratio, but I've seen some really bad cases in other software as well. As others have pointed out, default installation options may include applications that you don't really need. You may uncheck the option, or you may delete the applications any time after installation. Usually, a plain application can be deleted with no consequences for other software, and if you find out it really was needed, most installers can do a repair / reinstall task to get it back. Note: I am talking about Windows! On a *nix system, you should be extremely careful! Never trust that because you never touch some application or tool, you can delete it. You can be 99% sure that even if you never use, say, a scripting language, so you want to free up disk space by deleting its interpreter. Half a year later, some different installer crashes badly with a cryptic error message because it "knows" (erroneously) that the interpreter is present. It probably was included in your *nix distro, and no one would be so crazy that they remove any part of the distro, would they? So, I have learned the hard way: Never ever try to "clean up" your *nix installation, especially regarding software development tools. Limit cleanups to you private data files, and leave the rest untouched!
trønderen wrote:
eally bad cases in other software as well
*cough* Adobe *cough* Printer drivers *cough cough*
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
-
No, that is not required. I installed the latest version just last night and it is optional. You are right though, the type of customer who doesn't know those things should and likely will install that.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
GeForce Experience, feel free to uninstall it if you don't need it (I like it's video recording capability).
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
They've based it on [Electron](https://www.electronjs.org/) so it's cross-platform...
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.
Maybe the graphics card is a dummy and they do everything via software?!
-
Display driver?!! That's the latest Game Ready GeForce driver package! What on earth could it possibly include that it's that large?
The difficult we do right away... ...the impossible takes slightly longer.