Intel HD graphics driver for 15.04












5














I want to install the intel graphics HD driver on my Ubuntu 15.04 system. However, the installer from 01.org only works up to 14.10 (https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.1.0)



Is there any other (easy) way to install the driver? Any ppa...?










share|improve this question



























    5














    I want to install the intel graphics HD driver on my Ubuntu 15.04 system. However, the installer from 01.org only works up to 14.10 (https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.1.0)



    Is there any other (easy) way to install the driver? Any ppa...?










    share|improve this question

























      5












      5








      5


      0





      I want to install the intel graphics HD driver on my Ubuntu 15.04 system. However, the installer from 01.org only works up to 14.10 (https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.1.0)



      Is there any other (easy) way to install the driver? Any ppa...?










      share|improve this question













      I want to install the intel graphics HD driver on my Ubuntu 15.04 system. However, the installer from 01.org only works up to 14.10 (https://01.org/linuxgraphics/downloads/intel-graphics-installer-linux-1.1.0)



      Is there any other (easy) way to install the driver? Any ppa...?







      15.04 intel-graphics intel






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 13 '15 at 11:52









      JonasJonas

      1781210




      1781210






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Intel Graphics Installer now 1.2.0 supports Ubuntu 15.04.




          1. Download Intel Graphics Installer 1.2.0


          2. Add Intel certificate :



            wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | 
            sudo apt-key add -

            wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - |
            sudo apt-key add -



          3. Install it:



             sudo dpkg -i intel-linux-graphics-installer_*.deb


          4. Run the installer.





          Refer on the Intel Graphics Installer page for more information.






          share|improve this answer























          • thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
            – Jonas
            Sep 18 '15 at 8:34










          • Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
            – hg8
            Sep 18 '15 at 8:35



















          0














          You can get the latest graphics drivers using the following repository, but it is IMPORTANT that you remove the intel-linux-graphics-installer before doing so.



          sudo add-apt-repository ppa:paulo-miguel-dias/pkppa


          press yes to add it and then:



          sudo apt update && sudo apt upgrade -y


          Lastly, reboot your computer and you will have the latest stable graphics driver installed.



          There is only one caveat with adding this repository, which might be that you need to remove it before upgrading Ubuntu to let's say Ubuntu 17.10 when that arrives.



          You can remove the repository by writing this in the terminal:



          sudo apt install ppa-purge
          sudo ppa-purge ppa:paulo-miguel-dias/pkppa
          sudo apt update && sudo apt upgrade


          When the new Ubuntu has been installed, simply add the repository again to automatically get the newest updates again. BTW, this repository also works on Ubuntu 16.04 LTS



          This repository will automatically update your graphics driver, whenever a new update is released.






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f660933%2fintel-hd-graphics-driver-for-15-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Intel Graphics Installer now 1.2.0 supports Ubuntu 15.04.




            1. Download Intel Graphics Installer 1.2.0


            2. Add Intel certificate :



              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | 
              sudo apt-key add -

              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - |
              sudo apt-key add -



            3. Install it:



               sudo dpkg -i intel-linux-graphics-installer_*.deb


            4. Run the installer.





            Refer on the Intel Graphics Installer page for more information.






            share|improve this answer























            • thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
              – Jonas
              Sep 18 '15 at 8:34










            • Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
              – hg8
              Sep 18 '15 at 8:35
















            0














            Intel Graphics Installer now 1.2.0 supports Ubuntu 15.04.




            1. Download Intel Graphics Installer 1.2.0


            2. Add Intel certificate :



              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | 
              sudo apt-key add -

              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - |
              sudo apt-key add -



            3. Install it:



               sudo dpkg -i intel-linux-graphics-installer_*.deb


            4. Run the installer.





            Refer on the Intel Graphics Installer page for more information.






            share|improve this answer























            • thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
              – Jonas
              Sep 18 '15 at 8:34










            • Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
              – hg8
              Sep 18 '15 at 8:35














            0












            0








            0






            Intel Graphics Installer now 1.2.0 supports Ubuntu 15.04.




            1. Download Intel Graphics Installer 1.2.0


            2. Add Intel certificate :



              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | 
              sudo apt-key add -

              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - |
              sudo apt-key add -



            3. Install it:



               sudo dpkg -i intel-linux-graphics-installer_*.deb


            4. Run the installer.





            Refer on the Intel Graphics Installer page for more information.






            share|improve this answer














            Intel Graphics Installer now 1.2.0 supports Ubuntu 15.04.




            1. Download Intel Graphics Installer 1.2.0


            2. Add Intel certificate :



              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | 
              sudo apt-key add -

              wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - |
              sudo apt-key add -



            3. Install it:



               sudo dpkg -i intel-linux-graphics-installer_*.deb


            4. Run the installer.





            Refer on the Intel Graphics Installer page for more information.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 27 '15 at 10:20

























            answered Sep 17 '15 at 7:14









            hg8hg8

            9,639125388




            9,639125388












            • thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
              – Jonas
              Sep 18 '15 at 8:34










            • Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
              – hg8
              Sep 18 '15 at 8:35


















            • thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
              – Jonas
              Sep 18 '15 at 8:34










            • Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
              – hg8
              Sep 18 '15 at 8:35
















            thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
            – Jonas
            Sep 18 '15 at 8:34




            thanks, I saw this. However, the problem is still that they always support only one ubuntu version at a time...
            – Jonas
            Sep 18 '15 at 8:34












            Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
            – hg8
            Sep 18 '15 at 8:35




            Indeed... Moreover Ubuntu 15.10 is coming in a month. I hope they won't take that long for the new version...
            – hg8
            Sep 18 '15 at 8:35













            0














            You can get the latest graphics drivers using the following repository, but it is IMPORTANT that you remove the intel-linux-graphics-installer before doing so.



            sudo add-apt-repository ppa:paulo-miguel-dias/pkppa


            press yes to add it and then:



            sudo apt update && sudo apt upgrade -y


            Lastly, reboot your computer and you will have the latest stable graphics driver installed.



            There is only one caveat with adding this repository, which might be that you need to remove it before upgrading Ubuntu to let's say Ubuntu 17.10 when that arrives.



            You can remove the repository by writing this in the terminal:



            sudo apt install ppa-purge
            sudo ppa-purge ppa:paulo-miguel-dias/pkppa
            sudo apt update && sudo apt upgrade


            When the new Ubuntu has been installed, simply add the repository again to automatically get the newest updates again. BTW, this repository also works on Ubuntu 16.04 LTS



            This repository will automatically update your graphics driver, whenever a new update is released.






            share|improve this answer


























              0














              You can get the latest graphics drivers using the following repository, but it is IMPORTANT that you remove the intel-linux-graphics-installer before doing so.



              sudo add-apt-repository ppa:paulo-miguel-dias/pkppa


              press yes to add it and then:



              sudo apt update && sudo apt upgrade -y


              Lastly, reboot your computer and you will have the latest stable graphics driver installed.



              There is only one caveat with adding this repository, which might be that you need to remove it before upgrading Ubuntu to let's say Ubuntu 17.10 when that arrives.



              You can remove the repository by writing this in the terminal:



              sudo apt install ppa-purge
              sudo ppa-purge ppa:paulo-miguel-dias/pkppa
              sudo apt update && sudo apt upgrade


              When the new Ubuntu has been installed, simply add the repository again to automatically get the newest updates again. BTW, this repository also works on Ubuntu 16.04 LTS



              This repository will automatically update your graphics driver, whenever a new update is released.






              share|improve this answer
























                0












                0








                0






                You can get the latest graphics drivers using the following repository, but it is IMPORTANT that you remove the intel-linux-graphics-installer before doing so.



                sudo add-apt-repository ppa:paulo-miguel-dias/pkppa


                press yes to add it and then:



                sudo apt update && sudo apt upgrade -y


                Lastly, reboot your computer and you will have the latest stable graphics driver installed.



                There is only one caveat with adding this repository, which might be that you need to remove it before upgrading Ubuntu to let's say Ubuntu 17.10 when that arrives.



                You can remove the repository by writing this in the terminal:



                sudo apt install ppa-purge
                sudo ppa-purge ppa:paulo-miguel-dias/pkppa
                sudo apt update && sudo apt upgrade


                When the new Ubuntu has been installed, simply add the repository again to automatically get the newest updates again. BTW, this repository also works on Ubuntu 16.04 LTS



                This repository will automatically update your graphics driver, whenever a new update is released.






                share|improve this answer












                You can get the latest graphics drivers using the following repository, but it is IMPORTANT that you remove the intel-linux-graphics-installer before doing so.



                sudo add-apt-repository ppa:paulo-miguel-dias/pkppa


                press yes to add it and then:



                sudo apt update && sudo apt upgrade -y


                Lastly, reboot your computer and you will have the latest stable graphics driver installed.



                There is only one caveat with adding this repository, which might be that you need to remove it before upgrading Ubuntu to let's say Ubuntu 17.10 when that arrives.



                You can remove the repository by writing this in the terminal:



                sudo apt install ppa-purge
                sudo ppa-purge ppa:paulo-miguel-dias/pkppa
                sudo apt update && sudo apt upgrade


                When the new Ubuntu has been installed, simply add the repository again to automatically get the newest updates again. BTW, this repository also works on Ubuntu 16.04 LTS



                This repository will automatically update your graphics driver, whenever a new update is released.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 2 '17 at 17:39









                sleortsleort

                1981112




                1981112






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2faskubuntu.com%2fquestions%2f660933%2fintel-hd-graphics-driver-for-15-04%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei