Slashdot Mirror


NVIDIA's Latest CineFX Card Under Linux

Nvidia Lacky writes "Ran across a new article from LinuxHardware.org that goes through NVIDIA's new driver release and also takes a first look at a CineFX-based NVIDIA card, the Quadro FX under Linux. Should be a good read for those that have been frustrated with Linux drivers in the past or that are looking to get a new workstation video card."

10 of 190 comments (clear)

  1. Brief summary from the webpage by Lerxst+Pratt · · Score: 2, Informative

    Video Card Reviews Monday, NVIDIA took the next step in their strive to own the Linux video market with the release of their 1.0-4349 drivers. These drivers represent a first in the Linux driver market, a utility that not only installs the drivers on any distribution, but also keeps the driver up-to-date. We now take a look at this new utility and the drivers themselves. We'll walk you through the installation of these new drivers, the capabilities of the new utility, and the performance of the drivers. Included in this review is the first look at a CineFX architecture card, the Quadro FX 2000 workstation graphics adapter.

  2. It is good *but* can be better by vivek7006 · · Score: 3, Informative

    I recently installed the new nvidia driver for mandrake 9.1. The good thing about this new driver is that it automatically figures out what all relevent stuff needs to be installed. (Earlier u had to download specific drivers based on your distribution version). But after installing the new driver, I found out that it *did not* modify the xfree86 config file, which I had to go and manually change. Although it was not difficult, but still it can be complicated for an newbie.

  3. Article Text by Anonymous Coward · · Score: 3, Informative

    Monday, NVIDIA took the next step in their strive to own the Linux video market with the release of their 1.0-4349 drivers. These drivers represent a first in the Linux driver market, a utility that not only installs the drivers on any distribution, but also keeps the driver up-to-date. We now take a look at this new utility and the drivers themselves. We'll walk you through the installation of these new drivers, the capabilities of the new utility, and the performance of the drivers. Included in this review is the first look at a CineFX architecture card, the Quadro FX 2000 workstation graphics adapter.

    The New Utility
    Let's start this review by pointing you to a Bjorn3D article that talks about the Linux advantage. Their article basically takes you through a press briefing that the media received from NVIDIA. It's a good article that talks about NVIDIA's stance on Linux and what they hope to accomplish in the Linux sector. It would have been the intro here but they did such a good job....

    Now let's get into the hard stuff and show you the goods. The new NVIDIA installer, based on the Loki installer, is designed to make driver installation painless. Let's walk through a standard installation:

    Grab the Linux driver from NVIDIA's website here: http://download.nvidia.com/XFree86/Linux-x86/1.0-4 349/NVIDIA-Linux-x86-1.0-4349.run

    Run the utility by typing "sh NVIDIA-Linux-x86-1.0-4349.run".

    You'll be greeted with the screen shown below. This screen simply displays the license and asks you to either accept or deny it.

    Once you've accepted the license, the utility will check for a kernel module that has been pre-compiled. If it does not find one, it will then ask if you want to check the NVIDIA ftp site for a module.

    If you say "Yes" to the above question, the utility will go check and will return with either a module or a statement that you will need to build a module from scratch. Since we were working with a custom compiled kernel, we got the later.

    When you select "OK", the utility will then go to work and compile the new module and proceed to install the rest of the driver package.

    That's it. You will finally receive a screen stating that installation was a success and now all you need to do is configure your XF86Config file.

    Now that you've seen how easy this installation can be, we'll now show you all the options that the installer has:

    glacier src # ./NVIDIA-Linux-x86-1.0-4349.run --help ./NVIDIA-Linux-x86-1.0-4349.run [options]

    This program will install the NVIDIA Accelerated Graphics Driver for
    Linux-x86 1.0-4349 by unpacking the embedded tarball and executing
    the ./nvidia-installer installation utility.

    Below are the most common options; for a complete list use

    '--advanced-options'.

    --info
    Print embedded info (title, default target directory) and exit.

    --check
    Check integrity of the archive and exit.

    --extract-only

    Extract the contents of ./NVIDIA-Linux-x86-1.0-4349.run, but do not
    run 'nvidia-installer'.

    The following arguments will be passed on to the ./nvidia-installer
    utility:

    -a, --accept-license
    Bypass the display and prompting for acceptance of the NVIDIA

    Software License Agreement. By passing this option to
    nvidia-installer, you indicate that you have read and accept
    the License Agreement contained in the file 'LICENSE' (in the
    top level directory of the driver package).

    --update
    Connect to the NVIDIA ftp server 'ftp://download.nvidia.com'

    and determine the latest available driver version. If there is
    a more recent driver available, automatically download and
    install it. Any other options given on the commandline will be
    passed on to the downloaded driver package when installing it.

    -v, --version
    Print the nvidia-in

  4. Re:Nice, but not really a positive thing. by Erwos · · Score: 4, Informative

    That vendor doesn't exist, sorry. Matrox dropped the ball with Parhelia, and S3/VIA has never had an accelerated DRI driver to the best of my knowledge.

    Here's the problem: nVidia and ATI make professional and consumer versions of their cards with the same hardware. The only difference is a resistor telling the BIOS which one it is. The _drivers_ are what tell the card to use certain features. While I'm not sure exactly how much is BIOS, and how much is driver, I'm betting having access to the driver source gives you a way to enable those professional features on the consumer cards.

    Hence, not only are there no vendors like you want, but it becomes increasingly unlikely that they will pop into existence. Sorry.

    -Erwos

    --
    Plausible conjecture should not be misrepresented as proof positive.
  5. Re:My experience... by Anonymous Coward · · Score: 1, Informative

    Good God man, are you still running that two year old hardware?

    Seriously, though, your complaint seems a bit flat, as NVidia has done a huge amount of work on fixing this. I haven't had an NVidia driver issue with any of my systems in recent memory. In fact, we've been getting superb performance and easy installs for well over a year now.

  6. Yes, but why no APM by Riddles · · Score: 3, Informative

    The drivers work great on my RH8 machine with my Geforce2 card. But I've switched back to the XFree86 drivers right after. Why? They still don't support power management. All I want is for my monitor to turn off after a while. Not possible. From the README:
    KNOWN LAPTOP ISSUES
    o Power Management is not currently supported.
    *sigh*

    1. Re:Yes, but why no APM by oznet · · Score: 2, Informative

      Eh? Works fine for me without anything special at all.

      What they are refering to is laptop style suspend-to-memory features. However, with a simple 1 character source patch to the nvidia driver everything works fine.

      I'm currently using my Dell C840 laptop with GeForce4. Suspend, AGP, everything works. See (suspend to RAM): http://jaeger.morpheus.net/linux/c840

    2. Re:Yes, but why no APM by DF5JT · · Score: 2, Informative

      "What they are refering to is laptop style suspend-to-memory features. However, with a simple 1 character source patch to the nvidia driver everything works fine."

      You are talking about the old 4191 and earlier driver versions.

      The new release cannot use the hack you are referring to.

  7. Re:NVIDIA and Linux by BFaucet · · Score: 2, Informative

    I have an A7N8X Deluxe and I have Mandrake 9 running just fine on it.

    It took a few minutes of searching the web, but the sound fix is on Mandrake's site.

    Oh! after a little googling, I found NVidia has mandrake specific drivers that apparently work like a rested engineer.

    http://www.nvidia.com/view.asp?IO=linux_nforce_1.0 -0248

    Anyway, here's the patch that worked on my system incase the new NVidia drivers work like a monkey on acid:
    http://www.linux-mandrake.com/en/errata.php3#nforc e

    Hope this helps.

    --
    -Derick
  8. SuSE 8.1 or below should note by StarTux · · Score: 2, Informative

    SuSE 8.1 or below should use the FTP site to download the RPM's for the driver, I believe it has something to do with interoperability of the new Loki style installer and Sax2.

    SuSE 8.2 users should be fine :). But in the US 8.2 won't ship until mid-april.

    StarTux