How do I determine if my integrated Intel graphics support “Shader Model 3”?












0















I am trying to play a Steam game on Ubuntu. The game requires "Graphics: Shader model 3".



How do I determine if my integrated Intel graphics support Shader Model 3?



At present, when I launch the game, I hear the audio, but the screen is entirely black.



Running glxinfo | grep OpenGL yields:



OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:


I am not sure which (if any) of the above lines answer my question.










share|improve this question

























  • Run glxinfo | grep OpenGL and you'll see.

    – Pilot6
    Feb 27 at 17:42











  • @Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

    – mpb
    Feb 27 at 18:20











  • See shading language version string: 1.30?

    – Pilot6
    Feb 27 at 18:21
















0















I am trying to play a Steam game on Ubuntu. The game requires "Graphics: Shader model 3".



How do I determine if my integrated Intel graphics support Shader Model 3?



At present, when I launch the game, I hear the audio, but the screen is entirely black.



Running glxinfo | grep OpenGL yields:



OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:


I am not sure which (if any) of the above lines answer my question.










share|improve this question

























  • Run glxinfo | grep OpenGL and you'll see.

    – Pilot6
    Feb 27 at 17:42











  • @Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

    – mpb
    Feb 27 at 18:20











  • See shading language version string: 1.30?

    – Pilot6
    Feb 27 at 18:21














0












0








0








I am trying to play a Steam game on Ubuntu. The game requires "Graphics: Shader model 3".



How do I determine if my integrated Intel graphics support Shader Model 3?



At present, when I launch the game, I hear the audio, but the screen is entirely black.



Running glxinfo | grep OpenGL yields:



OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:


I am not sure which (if any) of the above lines answer my question.










share|improve this question
















I am trying to play a Steam game on Ubuntu. The game requires "Graphics: Shader model 3".



How do I determine if my integrated Intel graphics support Shader Model 3?



At present, when I launch the game, I hear the audio, but the screen is entirely black.



Running glxinfo | grep OpenGL yields:



OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:


I am not sure which (if any) of the above lines answer my question.







graphics games intel-graphics steam






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 27 at 18:18







mpb

















asked Feb 27 at 17:35









mpbmpb

47039




47039













  • Run glxinfo | grep OpenGL and you'll see.

    – Pilot6
    Feb 27 at 17:42











  • @Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

    – mpb
    Feb 27 at 18:20











  • See shading language version string: 1.30?

    – Pilot6
    Feb 27 at 18:21



















  • Run glxinfo | grep OpenGL and you'll see.

    – Pilot6
    Feb 27 at 17:42











  • @Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

    – mpb
    Feb 27 at 18:20











  • See shading language version string: 1.30?

    – Pilot6
    Feb 27 at 18:21

















Run glxinfo | grep OpenGL and you'll see.

– Pilot6
Feb 27 at 17:42





Run glxinfo | grep OpenGL and you'll see.

– Pilot6
Feb 27 at 17:42













@Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

– mpb
Feb 27 at 18:20





@Pilot6: Thanks! I have added the output of glxinfo | grep OpenGL to my question, but I don't know how to interpret the results.

– mpb
Feb 27 at 18:20













See shading language version string: 1.30?

– Pilot6
Feb 27 at 18:21





See shading language version string: 1.30?

– Pilot6
Feb 27 at 18:21










1 Answer
1






active

oldest

votes


















1














You can run



glxinfo | grep OpenGL


shading language version string will show you version of shaders.



E.g.



OpenGL shading language version string: 4.60 NVIDIA


Your system doesn't support shaders version 3.






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%2f1121764%2fhow-do-i-determine-if-my-integrated-intel-graphics-support-shader-model-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









    1














    You can run



    glxinfo | grep OpenGL


    shading language version string will show you version of shaders.



    E.g.



    OpenGL shading language version string: 4.60 NVIDIA


    Your system doesn't support shaders version 3.






    share|improve this answer




























      1














      You can run



      glxinfo | grep OpenGL


      shading language version string will show you version of shaders.



      E.g.



      OpenGL shading language version string: 4.60 NVIDIA


      Your system doesn't support shaders version 3.






      share|improve this answer


























        1












        1








        1







        You can run



        glxinfo | grep OpenGL


        shading language version string will show you version of shaders.



        E.g.



        OpenGL shading language version string: 4.60 NVIDIA


        Your system doesn't support shaders version 3.






        share|improve this answer













        You can run



        glxinfo | grep OpenGL


        shading language version string will show you version of shaders.



        E.g.



        OpenGL shading language version string: 4.60 NVIDIA


        Your system doesn't support shaders version 3.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 27 at 18:23









        Pilot6Pilot6

        53.8k15110198




        53.8k15110198






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121764%2fhow-do-i-determine-if-my-integrated-intel-graphics-support-shader-model-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

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕