Intel Device 5912 graphic not recongnised on Mint 17.3











up vote
0
down vote

favorite












I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.



OS: Mint 17.3 Rosa



When I run lspci -knn it says:



00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
Subsystem: Dell Device [1028:07a1]


When I run inxi -b it says:



Graphics:  Card: Intel Device 5912
Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2


I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb



and I run:



 sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb


ThenI got this error:



dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
intel-linux-graphics-installer depends on ttf-ancient-fonts.
intel-linux-graphics-installer depends on aptdaemon.


Any solutions?










share|improve this question


























    up vote
    0
    down vote

    favorite












    I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.



    OS: Mint 17.3 Rosa



    When I run lspci -knn it says:



    00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
    Subsystem: Dell Device [1028:07a1]


    When I run inxi -b it says:



    Graphics:  Card: Intel Device 5912
    Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
    GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2


    I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb



    and I run:



     sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb


    ThenI got this error:



    dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
    intel-linux-graphics-installer depends on ttf-ancient-fonts.
    intel-linux-graphics-installer depends on aptdaemon.


    Any solutions?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.



      OS: Mint 17.3 Rosa



      When I run lspci -knn it says:



      00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
      Subsystem: Dell Device [1028:07a1]


      When I run inxi -b it says:



      Graphics:  Card: Intel Device 5912
      Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
      GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2


      I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb



      and I run:



       sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb


      ThenI got this error:



      dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
      intel-linux-graphics-installer depends on ttf-ancient-fonts.
      intel-linux-graphics-installer depends on aptdaemon.


      Any solutions?










      share|improve this question













      I am trying to get my Dell Optiplex 7050 (uses an integrated Intel video processor) to recognize the graphic hardware Intel Device 5912.



      OS: Mint 17.3 Rosa



      When I run lspci -knn it says:



      00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
      Subsystem: Dell Device [1028:07a1]


      When I run inxi -b it says:



      Graphics:  Card: Intel Device 5912
      Display Server: X.Org 1.16.0 drivers: fbdev,intel (unloaded: vesa) Resolution: 1920x1080@77.0hz
      GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) GLX Version: 3.0 Mesa 10.3.2


      I download the older version of intel linux graphic installer from https://download.01.org/gfx/ubuntu/14.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.1.0-0intel1_i386.deb



      and I run:



       sudo dpkg -i intel-linux-graphics-installer_1.1.0-0intel1_i386.deb


      ThenI got this error:



      dpkg: dependency problems prevent configuration of intel-linux-graphics-installer:
      intel-linux-graphics-installer depends on ttf-ancient-fonts.
      intel-linux-graphics-installer depends on aptdaemon.


      Any solutions?







      linux-mint drivers intel-graphics






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 2 '17 at 7:50









      Billy Lau

      14




      14






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          dpkg doesn't search for the package dependencies so to install them command run



          sudo apt-get install -f



          after running the dpkg -i command.






          share|improve this answer





















            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',
            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f383367%2fintel-device-5912-graphic-not-recongnised-on-mint-17-3%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













            dpkg doesn't search for the package dependencies so to install them command run



            sudo apt-get install -f



            after running the dpkg -i command.






            share|improve this answer

























              up vote
              0
              down vote













              dpkg doesn't search for the package dependencies so to install them command run



              sudo apt-get install -f



              after running the dpkg -i command.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                dpkg doesn't search for the package dependencies so to install them command run



                sudo apt-get install -f



                after running the dpkg -i command.






                share|improve this answer












                dpkg doesn't search for the package dependencies so to install them command run



                sudo apt-get install -f



                after running the dpkg -i command.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 25 '17 at 5:47









                Stef

                1




                1






























                    draft saved

                    draft discarded




















































                    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.





                    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%2funix.stackexchange.com%2fquestions%2f383367%2fintel-device-5912-graphic-not-recongnised-on-mint-17-3%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

                    サソリ

                    広島県道265号伴広島線

                    Setup Asymptote in Texstudio