How do I determine if my integrated Intel graphics support “Shader Model 3”?
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
add a comment |
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
Runglxinfo | grep OpenGLand you'll see.
– Pilot6
8 hours ago
@Pilot6: Thanks! I have added the output ofglxinfo | grep OpenGLto my question, but I don't know how to interpret the results.
– mpb
7 hours ago
Seeshading language version string: 1.30?
– Pilot6
7 hours ago
add a comment |
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
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
graphics games intel-graphics steam
edited 7 hours ago
mpb
asked 8 hours ago
mpbmpb
43539
43539
Runglxinfo | grep OpenGLand you'll see.
– Pilot6
8 hours ago
@Pilot6: Thanks! I have added the output ofglxinfo | grep OpenGLto my question, but I don't know how to interpret the results.
– mpb
7 hours ago
Seeshading language version string: 1.30?
– Pilot6
7 hours ago
add a comment |
Runglxinfo | grep OpenGLand you'll see.
– Pilot6
8 hours ago
@Pilot6: Thanks! I have added the output ofglxinfo | grep OpenGLto my question, but I don't know how to interpret the results.
– mpb
7 hours ago
Seeshading language version string: 1.30?
– Pilot6
7 hours ago
Run
glxinfo | grep OpenGL and you'll see.– Pilot6
8 hours ago
Run
glxinfo | grep OpenGL and you'll see.– Pilot6
8 hours ago
@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
7 hours ago
@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
7 hours ago
See
shading language version string: 1.30?– Pilot6
7 hours ago
See
shading language version string: 1.30?– Pilot6
7 hours ago
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered 7 hours ago
Pilot6Pilot6
52.6k15108197
52.6k15108197
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Run
glxinfo | grep OpenGLand you'll see.– Pilot6
8 hours ago
@Pilot6: Thanks! I have added the output of
glxinfo | grep OpenGLto my question, but I don't know how to interpret the results.– mpb
7 hours ago
See
shading language version string: 1.30?– Pilot6
7 hours ago