Results 1 to 6 of 6

Thread: Cannot update OpenGL past 3.0, please help!

  1. #1
    Join Date
    Jul 2019
    Beans
    5

    Cannot update OpenGL past 3.0, please help!

    I have just got a new laptop, and it has an nvidia GTX 1060 graphics card in it.
    It SHOULD be able to use the same or better than my old 960 card did in my previous laptop.

    However, I have the nvidia 418 driver installed, and whenever I check glxinfo, it tells me I'm still using OpenGL 3.0.

    What am I doing wrong and how do I fix it?

  2. #2
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Cannot update OpenGL past 3.0, please help!

    It is my understanding that OpenGL in part of the driver package and there is no upgrade path other than a driver upgrade.

  3. #3
    Join Date
    Jul 2019
    Beans
    5

    Re: Cannot update OpenGL past 3.0, please help!

    I've checked using terminal, and it states that my max should be 4.5, but the version string remains 3.0.
    My previous laptop has a version string of 4.6. How do I update the version string so it can show just what my graphics card can do?
    I'm trying to play a game, and it keeps returning an error, as it thinks my laptop is only capable of 3.0, where 4.0 is the minimum required.

  4. #4
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Cannot update OpenGL past 3.0, please help!

    Just seen this in another thread. A 430 driver available thru PPA.

    https://ubuntuforums.org/showthread....0#post13872510

  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Cannot update OpenGL past 3.0, please help!

    After you do an update/upgrade APT cycle,

    Code:
    sudo ubuntu-drivers autoinstall
    If you are on an LTS, this is relevant for nvidia drivers: https://www.omgubuntu.co.uk/2019/07/...ate-ubuntu-its
    Yet another reason to run an LTS.

  6. #6
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: Cannot update OpenGL past 3.0, please help!

    Is it seeing the correct driver, or did the driver install get mucked up somehow and it's running llvmpipe instead?
    what shows
    Code:
    glxinfo | grep OpenGL
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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
  •