Announcement

Collapse
No announcement yet.

Nvidia driver Activated but not in use after Distro Updated from 12.04.1

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

    Nvidia driver Activated but not in use after Distro Updated from 12.04.1

    Today I make a Distro Update from 12.04.1 to 12.10 and i get some problems with libreoffice core (not really important...yet) but i had a big problem with nvidia driver. It install 304.43 but it said "activated but not in use". In 12.04 I had the nvidia driver activated and in use perfectly. And of course the game i use is not working but the real deal is that i would like my driver, working.

    I have a Intel Core2Duo, 2 Gb RAM and a Nvidia 105M. And I am using 32 bits distros (if that helps).

    I would like any idea for a help.

    Thank In advance

    #2
    Please post the output of this
    Code:
    lspci -nnk | grep -iA2 vga
    Last edited by Robtygart; Oct 01, 2012, 06:50 PM.
    Rob

    Comment


      #3
      Originally posted by Robtygart View Post
      Please post the output of this
      Code:
      lspci -nnk | grep -iA2 vga
      01:00.0 VGA Compatible controller [0300]: NVIDIA Corporation G98M [GeForce G 105M] [10de:06ec] (rev al)
      Subsystem: CLEVO/KAPOK Computer Device [1558:0806]
      Kernel driver in use: nvidia

      Comment


        #4
        I would suggest removeing (Purge) the driver and then reinstall it.
        Code:
        sudo apt-get purge nvidia-current
        Code:
        sudo apt-get install nvidia-current
        Rob

        Comment

        Working...
        X