I need to point to Intel graphics card drivers on Ubuntu 18.04 LTS. How can I do that?
I am using this software VAPOR3 and the developers of that software want me to use Intel Graphics card drivers rather than Mesa. How can I do that ? When I type
glxinfo | grep -i opengl
I get these messages
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
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.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
drivers 18.04 graphics intel-graphics
add a comment |
I am using this software VAPOR3 and the developers of that software want me to use Intel Graphics card drivers rather than Mesa. How can I do that ? When I type
glxinfo | grep -i opengl
I get these messages
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
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.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
drivers 18.04 graphics intel-graphics
add a comment |
I am using this software VAPOR3 and the developers of that software want me to use Intel Graphics card drivers rather than Mesa. How can I do that ? When I type
glxinfo | grep -i opengl
I get these messages
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
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.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
drivers 18.04 graphics intel-graphics
I am using this software VAPOR3 and the developers of that software want me to use Intel Graphics card drivers rather than Mesa. How can I do that ? When I type
glxinfo | grep -i opengl
I get these messages
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 630 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5
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.0.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.0.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
drivers 18.04 graphics intel-graphics
drivers 18.04 graphics intel-graphics
edited Dec 25 '18 at 10:17
DK Bose
13.2k123983
13.2k123983
asked Dec 25 '18 at 7:39
gansubgansub
204113
204113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Just go to your system settings>defaults there you can change the current graphics card being used by your system.
Hope this helps you.
Thank you..
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
|
show 1 more 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%2f1104385%2fi-need-to-point-to-intel-graphics-card-drivers-on-ubuntu-18-04-lts-how-can-i-do%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
Just go to your system settings>defaults there you can change the current graphics card being used by your system.
Hope this helps you.
Thank you..
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
|
show 1 more comment
Just go to your system settings>defaults there you can change the current graphics card being used by your system.
Hope this helps you.
Thank you..
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
|
show 1 more comment
Just go to your system settings>defaults there you can change the current graphics card being used by your system.
Hope this helps you.
Thank you..
Just go to your system settings>defaults there you can change the current graphics card being used by your system.
Hope this helps you.
Thank you..
answered Dec 25 '18 at 7:49
cloud.009cloud.009
866
866
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
|
show 1 more comment
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
I can see "Settings" now but defaults does not show current graphics card. So some screen shot will help
– gansub
Dec 25 '18 at 7:54
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
system settings>additional driver..there you can see both intel and nvidia (or) amd whichever is in your system..then you can choose one..
– cloud.009
Dec 25 '18 at 8:59
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I am using linux distro so unable to provide you with the screenshots.
– cloud.009
Dec 25 '18 at 9:00
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
I do not see additional driver on my Ubuntu 18.04
– gansub
Dec 25 '18 at 9:39
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
can uh show the output of 'lspci -k | grep -A 2 -i "VGA"'
– cloud.009
Dec 25 '18 at 10:06
|
show 1 more 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.
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.
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%2f1104385%2fi-need-to-point-to-intel-graphics-card-drivers-on-ubuntu-18-04-lts-how-can-i-do%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