Ubuntu remote GUI X Error and QGLContext error
up vote
0
down vote
favorite
I'm running Ubuntu v18.04 with Cuda 10. Trying to open a gui from a remote centos machine gives me the following error.
-bash-4.2$ e2helixboxer.py --gui *.mrc
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLContext::makeCurrent(): Cannot make invalid context current.
QGLContext::chooseContext(): Cannot share with invalid context
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
None
The same command, however, runs fine from a centos machine 7-4 with Cuda 8.
linux ubuntu
add a comment |
up vote
0
down vote
favorite
I'm running Ubuntu v18.04 with Cuda 10. Trying to open a gui from a remote centos machine gives me the following error.
-bash-4.2$ e2helixboxer.py --gui *.mrc
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLContext::makeCurrent(): Cannot make invalid context current.
QGLContext::chooseContext(): Cannot share with invalid context
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
None
The same command, however, runs fine from a centos machine 7-4 with Cuda 8.
linux ubuntu
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm running Ubuntu v18.04 with Cuda 10. Trying to open a gui from a remote centos machine gives me the following error.
-bash-4.2$ e2helixboxer.py --gui *.mrc
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLContext::makeCurrent(): Cannot make invalid context current.
QGLContext::chooseContext(): Cannot share with invalid context
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
None
The same command, however, runs fine from a centos machine 7-4 with Cuda 8.
linux ubuntu
I'm running Ubuntu v18.04 with Cuda 10. Trying to open a gui from a remote centos machine gives me the following error.
-bash-4.2$ e2helixboxer.py --gui *.mrc
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLContext::makeCurrent(): Cannot make invalid context current.
QGLContext::chooseContext(): Cannot share with invalid context
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 154 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x0
QGLTempContext: Unable to create GL context.
None
The same command, however, runs fine from a centos machine 7-4 with Cuda 8.
linux ubuntu
linux ubuntu
asked Nov 22 at 16:53
ahmadkhalifa
113
113
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03
add a comment |
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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: 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%2fstackoverflow.com%2fquestions%2f53435416%2fubuntu-remote-gui-x-error-and-qglcontext-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f53435416%2fubuntu-remote-gui-x-error-and-qglcontext-error%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
Does praveen-palanisamy.github.io/blog/2017/02/15/… help?
– tink
Nov 22 at 17:06
Thanks. I think this really describes what I'm dealing with, but the post ends way too prematurely for me. When I run glxinfo |grep rendering on the local machine, the rendering is fine, but the remote one gives me X Error 154 (GLX). When I run ldconfig -p |grep libGL.so on either local or remote I get no output, just a new line in terminal. What's the "real" solution?
– ahmadkhalifa
Nov 22 at 19:03