How to upgrade OpenGL to 3.1Slackware 14.0 upgrade OpenGLUbuntu 14.04 Nvidia proprietary drivers...

USA: Can a witness take the 5th to avoid perjury?

Why did NASA use U.S customary units?

Other than a swing wing, what types of variable geometry have flown?

How do campaign rallies gain candidates votes?

How can I tell if there was a power cut while I was out?

Spoken encryption

Using "Kollege" as "university friend"?

How do professional electronic musicians/sound engineers combat listening fatigue?

Very basic singly linked list

Who has jurisdiction for a crime committed in an embassy?

Spacing setting of math mode

Is an easily guessed plot twist a good plot twist?

Why are there not any MRI machines available in Interstellar?

What should I say when a company asks you why someone (a friend) who was fired left?

Extrapolation v. Interpolation

How can I make sure my players' decisions have consequences?

How may I shorten this shell script?

Why keep the bed heated after initial layer(s) with PLA (or PETG)?

Why is a dedicated QA team member necessary?

Why is the return type for ftell not fpos_t?

Why does more variables mean deeper trees in random forest?

Why are so many countries still in the Commonwealth?

Are gangsters hired to attack people at a train station classified as a terrorist attack?

Why is chess failing to attract big name sponsors?



How to upgrade OpenGL to 3.1


Slackware 14.0 upgrade OpenGLUbuntu 14.04 Nvidia proprietary drivers installationEnable cuda support in libbscGPU Passthrough with vfio-pci still uses nouveau driverUbuntu 16.04 freezes randomlyUbuntu 14.04 does not save screen resolutionproblems installing tensorflowUpdating OpenGL from 3.0 to 3.1Nvidia GPU + Supermicro + Xeon + Ubuntu 16.04 = not workingForce Ubuntu to use integrated graphics device for monitor






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have problem upgrading OpenGL to 3.1 version.
I've tried installing over oibaf ppa under the commands below.



sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade


But it stucks at the problem that it always turns out



gpg: no ultimately trusted keys found


(But I also found that some says that it can ignore this problem?)
But even if I ignored it and continue the follow commands, it still couldn't get upgraded.



The situation is the following:




  • OS:Ubuntu 16.04.6 LTS

  • kernel : 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019


  • lspci | grep VGA:



    01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
    02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)



  • glxinfo | grep OpenGL :



    OpenGL vendor string: Intel Inc.
    OpenGL renderer string: Intel(R) Iris(TM) Plus Graphics 640
    OpenGL version string: 1.4 (2.1 INTEL-12.9.22)
    OpenGL extensions:



  • dpkg -l | grep nouveau

    ii  libdrm-nouveau2:amd64                           2.4.91-2~16.04.1                                      amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
    ii xserver-xorg-video-nouveau-hwe-16.04 1:1.0.15-2~16.04.1 amd64 X.Org X server -- Nouveau display driver











share|improve this question







New contributor



Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    I have problem upgrading OpenGL to 3.1 version.
    I've tried installing over oibaf ppa under the commands below.



    sudo add-apt-repository ppa:oibaf/graphics-drivers
    sudo apt-get update
    sudo apt-get upgrade


    But it stucks at the problem that it always turns out



    gpg: no ultimately trusted keys found


    (But I also found that some says that it can ignore this problem?)
    But even if I ignored it and continue the follow commands, it still couldn't get upgraded.



    The situation is the following:




    • OS:Ubuntu 16.04.6 LTS

    • kernel : 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019


    • lspci | grep VGA:



      01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
      02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)



    • glxinfo | grep OpenGL :



      OpenGL vendor string: Intel Inc.
      OpenGL renderer string: Intel(R) Iris(TM) Plus Graphics 640
      OpenGL version string: 1.4 (2.1 INTEL-12.9.22)
      OpenGL extensions:



    • dpkg -l | grep nouveau

      ii  libdrm-nouveau2:amd64                           2.4.91-2~16.04.1                                      amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
      ii xserver-xorg-video-nouveau-hwe-16.04 1:1.0.15-2~16.04.1 amd64 X.Org X server -- Nouveau display driver











    share|improve this question







    New contributor



    Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I have problem upgrading OpenGL to 3.1 version.
      I've tried installing over oibaf ppa under the commands below.



      sudo add-apt-repository ppa:oibaf/graphics-drivers
      sudo apt-get update
      sudo apt-get upgrade


      But it stucks at the problem that it always turns out



      gpg: no ultimately trusted keys found


      (But I also found that some says that it can ignore this problem?)
      But even if I ignored it and continue the follow commands, it still couldn't get upgraded.



      The situation is the following:




      • OS:Ubuntu 16.04.6 LTS

      • kernel : 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019


      • lspci | grep VGA:



        01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
        02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)



      • glxinfo | grep OpenGL :



        OpenGL vendor string: Intel Inc.
        OpenGL renderer string: Intel(R) Iris(TM) Plus Graphics 640
        OpenGL version string: 1.4 (2.1 INTEL-12.9.22)
        OpenGL extensions:



      • dpkg -l | grep nouveau

        ii  libdrm-nouveau2:amd64                           2.4.91-2~16.04.1                                      amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
        ii xserver-xorg-video-nouveau-hwe-16.04 1:1.0.15-2~16.04.1 amd64 X.Org X server -- Nouveau display driver











      share|improve this question







      New contributor



      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have problem upgrading OpenGL to 3.1 version.
      I've tried installing over oibaf ppa under the commands below.



      sudo add-apt-repository ppa:oibaf/graphics-drivers
      sudo apt-get update
      sudo apt-get upgrade


      But it stucks at the problem that it always turns out



      gpg: no ultimately trusted keys found


      (But I also found that some says that it can ignore this problem?)
      But even if I ignored it and continue the follow commands, it still couldn't get upgraded.



      The situation is the following:




      • OS:Ubuntu 16.04.6 LTS

      • kernel : 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019


      • lspci | grep VGA:



        01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
        02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)



      • glxinfo | grep OpenGL :



        OpenGL vendor string: Intel Inc.
        OpenGL renderer string: Intel(R) Iris(TM) Plus Graphics 640
        OpenGL version string: 1.4 (2.1 INTEL-12.9.22)
        OpenGL extensions:



      • dpkg -l | grep nouveau

        ii  libdrm-nouveau2:amd64                           2.4.91-2~16.04.1                                      amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
        ii xserver-xorg-video-nouveau-hwe-16.04 1:1.0.15-2~16.04.1 amd64 X.Org X server -- Nouveau display driver








      ubuntu opengl






      share|improve this question







      New contributor



      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 58 mins ago









      Hsiao ShanHsiao Shan

      1




      1




      New contributor



      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Hsiao Shan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Hsiao Shan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f532204%2fhow-to-upgrade-opengl-to-3-1%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Hsiao Shan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Hsiao Shan is a new contributor. Be nice, and check out our Code of Conduct.













          Hsiao Shan is a new contributor. Be nice, and check out our Code of Conduct.












          Hsiao Shan is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f532204%2fhow-to-upgrade-opengl-to-3-1%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...