Install GLX 1.3 on Ubuntu 16.04.1 (Google Chrome)
I'm running a Ubuntu 16.04.1 (VM) and when using X11 forwarding I'm receiving the following error when launching google chrome (Note: Google chrome eventually launches, but I still would like to fix this error):
[4244:4244:1221/093216:ERROR:gl_surface_glx.cc(411)] GLX 1.3 or later is required.
[4244:4244:1221/093216:ERROR:gl_initializer_x11.cc(130)] GLSurfaceGLX::InitializeOneOff failed.
[4244:4244:1221/093216:ERROR:gpu_child_thread.cc(328)] Exiting GPU process due to errors during initialization
I've tried installing the latest mesa packages offered by this ppa, but still no luck. Anyone have any ideas?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
GLX is still reporting at version 1.2
I'm not super familiar with the mesa libraries and how they work, but i'm running the latest as far as I can tell:
cj@ubuntu:/lib/modules$ dpkg -l | grep mesa
ii libegl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the EGL API -- runtime
ii libgl1-mesa-dri:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU)
ii libwayland-egl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.3.0-1 amd64 Miscellaneous Mesa GL utilities
Any help would be greatly appreciated!
Thanks!
google-chrome opengl mesa
add a comment |
I'm running a Ubuntu 16.04.1 (VM) and when using X11 forwarding I'm receiving the following error when launching google chrome (Note: Google chrome eventually launches, but I still would like to fix this error):
[4244:4244:1221/093216:ERROR:gl_surface_glx.cc(411)] GLX 1.3 or later is required.
[4244:4244:1221/093216:ERROR:gl_initializer_x11.cc(130)] GLSurfaceGLX::InitializeOneOff failed.
[4244:4244:1221/093216:ERROR:gpu_child_thread.cc(328)] Exiting GPU process due to errors during initialization
I've tried installing the latest mesa packages offered by this ppa, but still no luck. Anyone have any ideas?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
GLX is still reporting at version 1.2
I'm not super familiar with the mesa libraries and how they work, but i'm running the latest as far as I can tell:
cj@ubuntu:/lib/modules$ dpkg -l | grep mesa
ii libegl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the EGL API -- runtime
ii libgl1-mesa-dri:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU)
ii libwayland-egl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.3.0-1 amd64 Miscellaneous Mesa GL utilities
Any help would be greatly appreciated!
Thanks!
google-chrome opengl mesa
add a comment |
I'm running a Ubuntu 16.04.1 (VM) and when using X11 forwarding I'm receiving the following error when launching google chrome (Note: Google chrome eventually launches, but I still would like to fix this error):
[4244:4244:1221/093216:ERROR:gl_surface_glx.cc(411)] GLX 1.3 or later is required.
[4244:4244:1221/093216:ERROR:gl_initializer_x11.cc(130)] GLSurfaceGLX::InitializeOneOff failed.
[4244:4244:1221/093216:ERROR:gpu_child_thread.cc(328)] Exiting GPU process due to errors during initialization
I've tried installing the latest mesa packages offered by this ppa, but still no luck. Anyone have any ideas?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
GLX is still reporting at version 1.2
I'm not super familiar with the mesa libraries and how they work, but i'm running the latest as far as I can tell:
cj@ubuntu:/lib/modules$ dpkg -l | grep mesa
ii libegl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the EGL API -- runtime
ii libgl1-mesa-dri:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU)
ii libwayland-egl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.3.0-1 amd64 Miscellaneous Mesa GL utilities
Any help would be greatly appreciated!
Thanks!
google-chrome opengl mesa
I'm running a Ubuntu 16.04.1 (VM) and when using X11 forwarding I'm receiving the following error when launching google chrome (Note: Google chrome eventually launches, but I still would like to fix this error):
[4244:4244:1221/093216:ERROR:gl_surface_glx.cc(411)] GLX 1.3 or later is required.
[4244:4244:1221/093216:ERROR:gl_initializer_x11.cc(130)] GLSurfaceGLX::InitializeOneOff failed.
[4244:4244:1221/093216:ERROR:gpu_child_thread.cc(328)] Exiting GPU process due to errors during initialization
I've tried installing the latest mesa packages offered by this ppa, but still no luck. Anyone have any ideas?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
GLX is still reporting at version 1.2
I'm not super familiar with the mesa libraries and how they work, but i'm running the latest as far as I can tell:
cj@ubuntu:/lib/modules$ dpkg -l | grep mesa
ii libegl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the EGL API -- runtime
ii libgl1-mesa-dri:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU)
ii libwayland-egl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.3.0-1 amd64 Miscellaneous Mesa GL utilities
Any help would be greatly appreciated!
Thanks!
google-chrome opengl mesa
google-chrome opengl mesa
edited Dec 21 '16 at 17:46
icemanhx
asked Dec 21 '16 at 17:40
icemanhxicemanhx
613
613
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
With sudo apt-get update
you are not actually installing anything. After that you might want to run sudo apt-get upgrade
to actually update the packages that the PPA has different versions for.
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%2f863147%2finstall-glx-1-3-on-ubuntu-16-04-1-google-chrome%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
With sudo apt-get update
you are not actually installing anything. After that you might want to run sudo apt-get upgrade
to actually update the packages that the PPA has different versions for.
add a comment |
With sudo apt-get update
you are not actually installing anything. After that you might want to run sudo apt-get upgrade
to actually update the packages that the PPA has different versions for.
add a comment |
With sudo apt-get update
you are not actually installing anything. After that you might want to run sudo apt-get upgrade
to actually update the packages that the PPA has different versions for.
With sudo apt-get update
you are not actually installing anything. After that you might want to run sudo apt-get upgrade
to actually update the packages that the PPA has different versions for.
answered Oct 28 '17 at 19:57
VedaVeda
10514
10514
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%2f863147%2finstall-glx-1-3-on-ubuntu-16-04-1-google-chrome%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