Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Ubuntu 12.04 Nvidia issue

  1. #1
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Ubuntu 12.04 Nvidia issue

    Ok, so I've upgraded to Ubuntu 12.04 recently and my graphics card is not working. Same old story if you ask me, but I'm not able to fix this one.

    Here's my NVIDIA info:

    Code:
    :~$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
    01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310M] (rev a2)
    No available drivers in the 'Additional drivers' app.

    I've got the impression that glxinfo should say something different than this, given that opengl is working:

    Code:
    :~$ glxinfo 
    name of display: :1.0
    Xlib:  extension "GLX" missing on display ":1.0".
    Xlib:  extension "GLX" missing on display ":1.0".
    Xlib:  extension "GLX" missing on display ":1.0".
    Xlib:  extension "GLX" missing on display ":1.0".
    Xlib:  extension "GLX" missing on display ":1.0".
    Error: couldn't find RGB GLX visual or fbconfig
    Tried manually installing drivers from nVidia, but no luck. If i update the xorg.conf i get a desktop with 640x480 max resolution, above diagnostics stays the same :/

    Any thoughts, comments or ideas are appreceated
    Last edited by vegarend; May 9th, 2012 at 12:32 AM. Reason: Testing quotes

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Ubuntu 12.04 Nvidia issue

    There is a bug with compiz and Nvidia. see here:http://ubuntuforums.org/showthread.php?t=1971463

    solution for now is use the open source driver for your nvidia card.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Thx for the quick reply.

    The post you refer to says that there are problems with proprietary drivers. I've seen this before, and have stuck with an open source alternative as it has had better performance in my case. My problem now is that I seem to have no hw acceleration either way

    Since I am not up to speed in this topic:
    - Are there alternative open source drivers for graphics?
    - If so, is it worth testing our should I stick with what I've been dealt from 12.04?

  4. #4
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Activate quick reply?

  5. #5
    Join Date
    Jan 2011
    Location
    Delaware, USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Vegarend, I PMed you something that might help.
    Main PC: i5 2500, 8GB RAM, GTX 960 4GB
    Laptop: AMD APU A8-7410, 8GB RAM(7GB Usable), R5 Mullins 1GB

  6. #6
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Tried booting with nomodeset for disabling KMS, but it just resulted in lower screen resolution.

  7. #7
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Quote Originally Posted by Axxon95 View Post
    Vegarend, I PMed you something that might help.
    Please post suggestions in the open as this will help other Nvidia users.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  8. #8
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Quote Originally Posted by mörgæs View Post
    Please post suggestions in the open as this will help other Nvidia users.
    Suggestions were:

    1) Install NVIDIA driver via repository: http://www.youtube.com/watch?v=OMi3-2MyBtQ

    2) Install driver from NVIDIA webpage

    Two good suggestions that has worked for me in the past, but not this time.

    I've had both proprietary and open source drivers working in previous Ubuntu's on this machine.

  9. #9
    Join Date
    Aug 2011
    Beans
    11
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Ok, looking into the glxinfo issue I found this debian thread:

    http://forums.debian.net/viewtopic.php?f=6&t=73028

    Installed bubmlebee using this guide:

    https://wiki.ubuntu.com/Bumblebee

    Problem solved

    Summary:

    Code:
    sudo add-apt-repository ppa:bumblebee/stable
    sudo apt-get update
    sudo apt-get install bumblebee bumblebee-nvidia
    Don't know if it had any impact, but before installing bumblebee I removed NVIDIA stuff as well:

    Code:
    sudo apt-get purge nvidia*
    sudo nvidia-uninstall

  10. #10
    Join Date
    Nov 2004
    Beans
    226
    Distro
    Ubuntu

    Re: Ubuntu 12.04 Nvidia issue

    Quote Originally Posted by vegarend View Post
    Ok, looking into the glxinfo issue I found this debian thread:

    http://forums.debian.net/viewtopic.php?f=6&t=73028

    Installed bubmlebee using this guide:

    https://wiki.ubuntu.com/Bumblebee

    Problem solved

    Summary:

    Code:
    sudo add-apt-repository ppa:bumblebee/stable
    sudo apt-get update
    sudo apt-get install bumblebee bumblebee-nvidia
    Don't know if it had any impact, but before installing bumblebee I removed NVIDIA stuff as well:

    Code:
    sudo apt-get purge nvidia*
    sudo nvidia-uninstall
    I have an Nvidia Geforce GT 630M, on an Asus laptop. Thanks, This worked great for me.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •