Announcement

Collapse
No announcement yet.

Nvidia driver 177.80 release announcement

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nvidia driver 177.80 release announcement

    It's official, as of today:

    http://www.nvidia.com/object/linux_d...64_177.80.html


    #2
    Re: Nvidia driver 177.80 release announcement

    Have you pulled the trigger on this one yet?

    How is it?

    Comment


      #3
      Re: Nvidia driver 177.80 release announcement

      Nope -- stuck at work on a Wintel piece of ^&!@#$. Give me a few hours and I'll report back.

      Comment


        #4
        Re: Nvidia driver 177.80 release announcement

        Yep, it works.

        First, I ran
        Code:
        sudo apt-get update
        and
        Code:
        sudo apt-get upgrade
        and
        Code:
        sudo apt-get dist-upgrade
        but for some reason the new kernel was not installed automatically. So, I upgraded, via Synaptic, to the 2.6.27-6 kernel, and rebooted.

        Code:
        dibl@ibex:~$ uname -a
        Linux ibex 2.6.27-6-generic #1 SMP Tue Oct 7 04:15:23 UTC 2008 x86_64 GNU/Linux
        Then I downloaded the new driver, and installed it in the recommended fashion:

        1. Stopped the K Display Manager:

        Code:
        sudo /etc/init.d/kdm stop
        2. Made a (temporary) directory just for this task, in /tmp:

        Code:
        dibl@ibex:/tmp$ sudo mkdir nvidia
        3. Copied the downloaded installer from my /home directory to the new temporary directory:

        Code:
        dibl@ibex:/tmp/nvidia$ sudo cp /home/dibl/NVIDIA-Linux-x86_64-177.80-pkg2.run .
        4. Ran the installer:

        Code:
        dibl@ibex:/tmp/nvidia$ sudo sh ./NVIDIA-Linux-x86_64-177.80-pkg2.run
        5. Answered "YES" to each question asked by the installer, including the last one, regarding creation of a new /etc/X11/xorg.conf file.

        6. After it finished, started the X server:

        Code:
        dibl@ibex:/tmp/nvidia$ sudo /etc/init.d/kdm start
        7. After logging in (and seeing Compiz start as per previous settings), opened KMenu > System > nvidia-settings:



        8. and verified that glxgears produces a reasonable frame rate (remember Compiz is already running):

        Code:
        dibl@ibex:~$ glxgears
        39249 frames in 5.0 seconds = 7849.727 FPS
        44197 frames in 5.0 seconds = 8839.373 FPS
        36455 frames in 5.0 seconds = 7290.896 FPS
        38139 frames in 5.0 seconds = 7627.758 FPS
        39003 frames in 5.0 seconds = 7800.514 FPS
        43594 frames in 5.0 seconds = 8718.754 FPS
        42525 frames in 5.0 seconds = 8504.916 FPS
        43387 frames in 5.0 seconds = 8677.363 FPS
        43224 frames in 5.0 seconds = 8644.751 FPS
        9. and that my previous Coolbits option and 1600x1200 default resolution is still set in xorg.conf:

        Code:
        # nvidia-xconfig: X configuration file generated by nvidia-xconfig
        # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
        
        # nvidia-settings: X configuration file generated by nvidia-settings
        # nvidia-settings: version 1.0 (buildmeister@builder58) Fri Sep 26 11:06:49 PDT 2008
        
        Section "ServerLayout"
          Identifier  "Layout0"
          Screen   0 "Screen0" 0 0
          InputDevice  "Keyboard0" "CoreKeyboard"
          InputDevice  "Mouse0" "CorePointer"
        EndSection
        
        Section "Files"
        EndSection
        
        Section "Module"
          Load     "dbe"
          Load     "extmod"
          Load     "type1"
          Load     "freetype"
          Load     "glx"
        EndSection
        
        Section "ServerFlags"
          Option    "Xinerama" "0"
        EndSection
        
        Section "InputDevice"
        
          # generated from default
          Identifier  "Mouse0"
          Driver    "mouse"
          Option    "Protocol" "auto"
          Option    "Device" "/dev/psaux"
          Option    "Emulate3Buttons" "no"
          Option    "ZAxisMapping" "4 5"
        EndSection
        
        Section "InputDevice"
        
          # generated from default
          Identifier  "Keyboard0"
          Driver    "kbd"
        EndSection
        
        Section "Monitor"
          Identifier  "Monitor0"
          VendorName  "Unknown"
          ModelName   "Samsung SyncMaster"
          HorizSync   30.0 - 130.0
          VertRefresh  50.0 - 160.0
          Option    "DPMS"
        EndSection
        
        Section "Device"
          Identifier  "Device0"
          Driver    "nvidia"
          VendorName  "NVIDIA Corporation"
          BoardName   "GeForce 9600 GT"
        EndSection
        
        Section "Screen"
          Identifier  "Screen0"
          Device    "Device0"
          Monitor    "Monitor0"
          DefaultDepth  24
          Option    "TwinView" "0"
          Option    "TwinViewXineramaInfoOrder" "CRT-0"
          Option    "metamodes" "1600x1200 +0+0"
          Option    "Coolbits" "1"
          SubSection  "Display"
            Depth   24
          EndSubSection
        EndSection

        10. I therefore conclude that I am a happy camper with 2.6.27-6 and driver 177.80.

        8)


        Comment


          #5
          Re: Nvidia driver 177.80 release announcement

          Great news. Are we likely to get it installed via Envy.

          Comment


            #6
            Re: Nvidia driver 177.80 release announcement

            EnvyNG is in the Intrepid repo now, but I assume it does not yet include the 177.80 driver. You might give it a try. I'm sure 177.80 will be added, if it's not there now.

            Code:
            sudo apt-get install envyng-core

            Comment


              #7
              Re: Nvidia driver 177.80 release announcement

              Originally posted by dibl
              EnvyNG is in the Intrepid repo now, but I assume it does not yet include the 177.80 driver. You might give it a try. I'm sure 177.80 will be added, if it's not there now.

              Code:
              sudo apt-get install envyng-core
              Will wait for awhile. My desktop is still on 8.04 and I will upgrade to 8.10 later in the month.

              Comment


                #8
                Re: Nvidia driver 177.80 release announcement

                177.80 has been in envy for a while now... but it (177.80) unfortunately fixes nothing for my 7600GT (horrible corruption of widgets with non-Qt apps running with blinking caret).

                :@

                A little weird though... both envy and restricted drivers show it as installed... I kind of thought that if envy had it installed the restricted would show it as not since they are different packages, right?

                Comment


                  #9
                  Re: Nvidia driver 177.80 release announcement

                  Thanks for the news Dibl! I guess this doesn't help us, users of legacy graphics cards, right? (like a GeForce2 MX)

                  Many thanks for any pointers!

                  Comment


                    #10
                    Re: Nvidia driver 177.80 release announcement

                    Originally posted by lmilano
                    Thanks for the news Dibl! I guess this doesn't help us, users of legacy graphics cards, right? (like a GeForce2 MX)
                    Sorry. You can read the 8.10 release notes as well as me -- your problem is not the 177.80 driver, it is the new X.org version in *buntu 8.10. So you can only run the "nv" driver in 8.10, and you must live your Linux life in a 2D world.

                    Comment


                      #11
                      Re: Nvidia driver 177.80 release announcement

                      Originally posted by dibl
                      Sorry. You can read the 8.10 release notes as well as me -- your problem is not the 177.80 driver, it is the new X.org version in *buntu 8.10. So you can only run the "nv" driver in 8.10, and you must live your Linux life in a 2D world.
                      Hey, I certainly did read the release notes. Sorry for not asking clearly. What I was wondering was whether this driver covers legacy cards, precisely becuse of the issues with the new xorg that you mentioned.

                      I just went to the NVIDIA page for drivers, and not, it doesn't. For anyone in the same situation, go here:
                      http://www.nvidia.com/Download/index.aspx?lang=en-us

                      Enter your card info, and it will tell you what the latest driver available for you. The one for my card is rather old (from July this year), I hope they release a new version.

                      Tip: if you don't know you card's name try looking in Kubuntu. For instance, the nvidia-settings application has exactly this info.

                      Cheers!

                      Comment


                        #12
                        Re: Nvidia driver 177.80 release announcement

                        Ok, an update, there are beta NVIDIA drivers for the legacy cards, and I am posting from Kubuntu 8.10 :-)

                        I followed the instructions here (mostly, get the driver from the proposed updates repo)

                        http://ubuntuforums.org/showthread.php?t=968405&page=2

                        Looks like this mess will be in the past soon

                        Cheers!

                        Comment


                          #13
                          Re: Nvidia driver 177.80 release announcement

                          The latest driver for EnvyNG for Hardy is unfortunately only 173...

                          Comment

                          Working...
                          X