Intel GMA 4500 driver for Windows 10











up vote
0
down vote

favorite












I have a Thinkpad X200 with Intel GMA 4500MHD onboard graphics. As of 2018, it seems that Intel is no longer supporting this card and there is no official driver available for Windows 10 on the Intel website. The generic driver provided by Windows does not support hardware 3D acceleration despite the card having OpenGL 2.1 capabilities.



Does anybody know where Windows 10 compatible drivers for this card can be found? Given that neither Intel nor Microsoft have released one, is there a third party driver available anywhere, or one hacked together by enthusiasts?



Failing that, what would it take to modify the Windows 7 driver so that it works in Windows 10?










share|improve this question




























    up vote
    0
    down vote

    favorite












    I have a Thinkpad X200 with Intel GMA 4500MHD onboard graphics. As of 2018, it seems that Intel is no longer supporting this card and there is no official driver available for Windows 10 on the Intel website. The generic driver provided by Windows does not support hardware 3D acceleration despite the card having OpenGL 2.1 capabilities.



    Does anybody know where Windows 10 compatible drivers for this card can be found? Given that neither Intel nor Microsoft have released one, is there a third party driver available anywhere, or one hacked together by enthusiasts?



    Failing that, what would it take to modify the Windows 7 driver so that it works in Windows 10?










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a Thinkpad X200 with Intel GMA 4500MHD onboard graphics. As of 2018, it seems that Intel is no longer supporting this card and there is no official driver available for Windows 10 on the Intel website. The generic driver provided by Windows does not support hardware 3D acceleration despite the card having OpenGL 2.1 capabilities.



      Does anybody know where Windows 10 compatible drivers for this card can be found? Given that neither Intel nor Microsoft have released one, is there a third party driver available anywhere, or one hacked together by enthusiasts?



      Failing that, what would it take to modify the Windows 7 driver so that it works in Windows 10?










      share|improve this question















      I have a Thinkpad X200 with Intel GMA 4500MHD onboard graphics. As of 2018, it seems that Intel is no longer supporting this card and there is no official driver available for Windows 10 on the Intel website. The generic driver provided by Windows does not support hardware 3D acceleration despite the card having OpenGL 2.1 capabilities.



      Does anybody know where Windows 10 compatible drivers for this card can be found? Given that neither Intel nor Microsoft have released one, is there a third party driver available anywhere, or one hacked together by enthusiasts?



      Failing that, what would it take to modify the Windows 7 driver so that it works in Windows 10?







      windows-10 drivers






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 18 at 11:48









      fixer1234

      17.3k144281




      17.3k144281










      asked Nov 18 at 11:43









      Jeremiah Rose

      1,074187




      1,074187






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          After a lot of digging around the internet I managed to find a custom driver that worked for me:



          http://worldintelmoddriver.blogspot.com/p/intel-x4500.html



          To install I had to first disable Microsoft signature checking.





          1. Run command prompt as administrator and type the following 2 commands:



            bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
            bcdedit -set TESTSIGNING ON



          2. Restart computer


          3. Download the driver from the link above & install it



          4. Re-enable signature checking:



            bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
            bcdedit -set TESTSIGNING OFF




          It worked, now it's 2018 and I have OpenGL 2.1, hooray....






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            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',
            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%2fsuperuser.com%2fquestions%2f1376426%2fintel-gma-4500-driver-for-windows-10%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            After a lot of digging around the internet I managed to find a custom driver that worked for me:



            http://worldintelmoddriver.blogspot.com/p/intel-x4500.html



            To install I had to first disable Microsoft signature checking.





            1. Run command prompt as administrator and type the following 2 commands:



              bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
              bcdedit -set TESTSIGNING ON



            2. Restart computer


            3. Download the driver from the link above & install it



            4. Re-enable signature checking:



              bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
              bcdedit -set TESTSIGNING OFF




            It worked, now it's 2018 and I have OpenGL 2.1, hooray....






            share|improve this answer

























              up vote
              0
              down vote













              After a lot of digging around the internet I managed to find a custom driver that worked for me:



              http://worldintelmoddriver.blogspot.com/p/intel-x4500.html



              To install I had to first disable Microsoft signature checking.





              1. Run command prompt as administrator and type the following 2 commands:



                bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
                bcdedit -set TESTSIGNING ON



              2. Restart computer


              3. Download the driver from the link above & install it



              4. Re-enable signature checking:



                bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
                bcdedit -set TESTSIGNING OFF




              It worked, now it's 2018 and I have OpenGL 2.1, hooray....






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                After a lot of digging around the internet I managed to find a custom driver that worked for me:



                http://worldintelmoddriver.blogspot.com/p/intel-x4500.html



                To install I had to first disable Microsoft signature checking.





                1. Run command prompt as administrator and type the following 2 commands:



                  bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
                  bcdedit -set TESTSIGNING ON



                2. Restart computer


                3. Download the driver from the link above & install it



                4. Re-enable signature checking:



                  bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
                  bcdedit -set TESTSIGNING OFF




                It worked, now it's 2018 and I have OpenGL 2.1, hooray....






                share|improve this answer












                After a lot of digging around the internet I managed to find a custom driver that worked for me:



                http://worldintelmoddriver.blogspot.com/p/intel-x4500.html



                To install I had to first disable Microsoft signature checking.





                1. Run command prompt as administrator and type the following 2 commands:



                  bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
                  bcdedit -set TESTSIGNING ON



                2. Restart computer


                3. Download the driver from the link above & install it



                4. Re-enable signature checking:



                  bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
                  bcdedit -set TESTSIGNING OFF




                It worked, now it's 2018 and I have OpenGL 2.1, hooray....







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 18 at 11:43









                Jeremiah Rose

                1,074187




                1,074187






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • 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%2fsuperuser.com%2fquestions%2f1376426%2fintel-gma-4500-driver-for-windows-10%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

                    Список кардиналов, возведённых папой римским Каликстом III

                    Deduzione

                    Mysql.sock missing - “Can't connect to local MySQL server through socket”