could not init GLX in minecraft
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/10/13 1:51 AM
Description: Initializing game
org.lwjgl.LWJGLException: Could not init GLX
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
-- Initialization --
Details:
Stacktrace:
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (i386) version 3.5.0-43-generic
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: OpenJDK Client VM (mixed mode, sharing), Oracle Corporation
Memory: 5249672 bytes (5 MB) / 26349568 bytes (25 MB) up to 518979584 bytes (494 MB)
JVM Flags: 1 total; -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.6.4
LWJGL: 2.9.0
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Is Modded: Probably not. Jar signature remains and client brand is untouched.
12.10 minecraft
add a comment |
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/10/13 1:51 AM
Description: Initializing game
org.lwjgl.LWJGLException: Could not init GLX
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
-- Initialization --
Details:
Stacktrace:
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (i386) version 3.5.0-43-generic
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: OpenJDK Client VM (mixed mode, sharing), Oracle Corporation
Memory: 5249672 bytes (5 MB) / 26349568 bytes (25 MB) up to 518979584 bytes (494 MB)
JVM Flags: 1 total; -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.6.4
LWJGL: 2.9.0
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Is Modded: Probably not. Jar signature remains and client brand is untouched.
12.10 minecraft
Can you add the output oflspci | grep VGA && glxinfo | grep -w 'direct|OpenGL'to your question?
– kiri
Nov 10 '13 at 8:54
add a comment |
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/10/13 1:51 AM
Description: Initializing game
org.lwjgl.LWJGLException: Could not init GLX
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
-- Initialization --
Details:
Stacktrace:
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (i386) version 3.5.0-43-generic
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: OpenJDK Client VM (mixed mode, sharing), Oracle Corporation
Memory: 5249672 bytes (5 MB) / 26349568 bytes (25 MB) up to 518979584 bytes (494 MB)
JVM Flags: 1 total; -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.6.4
LWJGL: 2.9.0
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Is Modded: Probably not. Jar signature remains and client brand is untouched.
12.10 minecraft
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/10/13 1:51 AM
Description: Initializing game
org.lwjgl.LWJGLException: Could not init GLX
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:788)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at atv.O(SourceFile:297)
-- Initialization --
Details:
Stacktrace:
at atv.d(SourceFile:599)
at net.minecraft.client.main.Main.main(SourceFile:101)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (i386) version 3.5.0-43-generic
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: OpenJDK Client VM (mixed mode, sharing), Oracle Corporation
Memory: 5249672 bytes (5 MB) / 26349568 bytes (25 MB) up to 518979584 bytes (494 MB)
JVM Flags: 1 total; -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.6.4
LWJGL: 2.9.0
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Is Modded: Probably not. Jar signature remains and client brand is untouched.
12.10 minecraft
12.10 minecraft
edited Nov 10 '13 at 8:03
kiri
19.4k1360106
19.4k1360106
asked Nov 10 '13 at 8:02
user214294user214294
612
612
Can you add the output oflspci | grep VGA && glxinfo | grep -w 'direct|OpenGL'to your question?
– kiri
Nov 10 '13 at 8:54
add a comment |
Can you add the output oflspci | grep VGA && glxinfo | grep -w 'direct|OpenGL'to your question?
– kiri
Nov 10 '13 at 8:54
Can you add the output of
lspci | grep VGA && glxinfo | grep -w 'direct|OpenGL' to your question?– kiri
Nov 10 '13 at 8:54
Can you add the output of
lspci | grep VGA && glxinfo | grep -w 'direct|OpenGL' to your question?– kiri
Nov 10 '13 at 8:54
add a comment |
1 Answer
1
active
oldest
votes
Can you try these steps?
Execute this command in a terminal:
sudo apt-get install libgl1-mesa-glx
- Retry, if that doesn't fix it continue with the next steps.
Execute this command in a Terminal:
sudo -H gedit /etc/X11/xorg.conf
Add the following to the bottom of that file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Save the file
- Reboot and retry
Reference:
- http://ubuntuforums.org/archive/index.php/t-1810956.html
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
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%2f374836%2fcould-not-init-glx-in-minecraft%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
Can you try these steps?
Execute this command in a terminal:
sudo apt-get install libgl1-mesa-glx
- Retry, if that doesn't fix it continue with the next steps.
Execute this command in a Terminal:
sudo -H gedit /etc/X11/xorg.conf
Add the following to the bottom of that file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Save the file
- Reboot and retry
Reference:
- http://ubuntuforums.org/archive/index.php/t-1810956.html
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
add a comment |
Can you try these steps?
Execute this command in a terminal:
sudo apt-get install libgl1-mesa-glx
- Retry, if that doesn't fix it continue with the next steps.
Execute this command in a Terminal:
sudo -H gedit /etc/X11/xorg.conf
Add the following to the bottom of that file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Save the file
- Reboot and retry
Reference:
- http://ubuntuforums.org/archive/index.php/t-1810956.html
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
add a comment |
Can you try these steps?
Execute this command in a terminal:
sudo apt-get install libgl1-mesa-glx
- Retry, if that doesn't fix it continue with the next steps.
Execute this command in a Terminal:
sudo -H gedit /etc/X11/xorg.conf
Add the following to the bottom of that file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Save the file
- Reboot and retry
Reference:
- http://ubuntuforums.org/archive/index.php/t-1810956.html
Can you try these steps?
Execute this command in a terminal:
sudo apt-get install libgl1-mesa-glx
- Retry, if that doesn't fix it continue with the next steps.
Execute this command in a Terminal:
sudo -H gedit /etc/X11/xorg.conf
Add the following to the bottom of that file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Save the file
- Reboot and retry
Reference:
- http://ubuntuforums.org/archive/index.php/t-1810956.html
edited Nov 10 '13 at 8:15
answered Nov 10 '13 at 8:07
kirikiri
19.4k1360106
19.4k1360106
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
add a comment |
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
I'm sorry but it didn’t work
– user214294
Nov 10 '13 at 8:46
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
@user214294 You can update your question as to how it didn't work and go from there
– kiri
Nov 10 '13 at 8:47
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
it is still crashing and i have tried both of your suggestions.
– user214294
Nov 10 '13 at 8:51
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
i still do not know what to do
– user214294
Nov 10 '13 at 8:52
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%2f374836%2fcould-not-init-glx-in-minecraft%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
Can you add the output of
lspci | grep VGA && glxinfo | grep -w 'direct|OpenGL'to your question?– kiri
Nov 10 '13 at 8:54