首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Nvidia司机导致“我的世界”坠毁

Nvidia司机导致“我的世界”坠毁
EN

Ask Ubuntu用户
提问于 2015-08-19 19:19:31
回答 1查看 2.3K关注 0票数 1

我在我的电脑上玩“我的世界”,每当我按下F3,上面写着“NV98上的Gallium0.4”,我查了一下这意味着什么,发现它是一个默认的图形驱动程序。因此,我四处寻找如何为我的计算机安装nvidia驱动程序,所以我运行了命令sudo apt-get install nvidia-current。完成此操作后,当再次启动“我的世界”时,一个屏幕将迅速弹出两次,然后它将使用以下错误日志崩溃:

代码语言:javascript
复制
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar 
[15:17:20] [Client thread/INFO]: Setting user: XXXXXXXX
[15:17:20] [Client thread/INFO]: (Session ID is token:XXXXXXXXXXXXXXXXXX)
[15:17:22] [Client thread/INFO]: LWJGL Version: 2.9.4
Xlib:  extension "NV-GLX" missing on display ":0".
[15:17:23] [Client thread/ERROR]: Couldn't set pixel format
org.lwjgl.LWJGLException: X Error - disp: 0x7fbce86da1d0 serial: 81 error: BadValue (integer parameter out of range for operation) request_code: 155 minor_code: 24
    at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at org.lwjgl.opengl.LinuxContextImplementation.nCreate(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at org.lwjgl.opengl.LinuxContextImplementation.create(LinuxContextImplementation.java:51) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at org.lwjgl.opengl.Display.create(Display.java:850) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
    at ave.ap(SourceFile:521) [1.8.8.jar:?]
    at ave.am(SourceFile:363) [1.8.8.jar:?]
    at ave.a(SourceFile:310) [1.8.8.jar:?]
    at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.8.jar:?]
Xlib:  extension "NV-GLX" missing on display ":0".
---- Minecraft Crash Report ----
// There are four lights!

Time: 8/19/15 3:17 PM
Description: Initializing game

org.lwjgl.LWJGLException: X Error - disp: 0x7fbce86da1d0 serial: 134 error: BadValue (integer parameter out of range for operation) request_code: 155 minor_code: 24
    at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
    at org.lwjgl.opengl.LinuxContextImplementation.nCreate(Native Method)
    at org.lwjgl.opengl.LinuxContextImplementation.create(LinuxContextImplementation.java:51)
    at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
    at org.lwjgl.opengl.Display.create(Display.java:850)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at ave.ap(SourceFile:534)
    at ave.am(SourceFile:363)
    at ave.a(SourceFile:310)
    at net.minecraft.client.main.Main.main(SourceFile:124)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
    at org.lwjgl.opengl.LinuxContextImplementation.nCreate(Native Method)
    at org.lwjgl.opengl.LinuxContextImplementation.create(LinuxContextImplementation.java:51)
    at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
    at org.lwjgl.opengl.Display.create(Display.java:850)
    at org.lwjgl.opengl.Display.create(Display.java:757)
    at org.lwjgl.opengl.Display.create(Display.java:739)
    at ave.ap(SourceFile:534)
    at ave.am(SourceFile:363)

-- Initialization --
Details:
Stacktrace:
    at ave.a(SourceFile:310)
    at net.minecraft.client.main.Main.main(SourceFile:124)

-- System Details --
Details:
    Minecraft Version: 1.8.8
    Operating System: Linux (amd64) version 3.19.0-15-generic
    Java Version: 1.7.0_79, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 72926576 bytes (69 MB) / 176979968 bytes (168 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: 1.8.8
    LWJGL: 2.9.4
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    GL Caps: 
    Using VBOs: Yes
    Is Modded: Probably not. Jar signature remains and client brand is untouched.
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: ~~ERROR~~ NullPointerException: null
    Profiler Position: N/A (disabled)
    CPU: <unknown>
#@!@# Game crashed! Crash report saved to: #@!@# /home/mayatta65/.minecraft/crash-reports/crash-2015-08-19_15.17.24-client.txt
[15:17:24] [Client Shutdown Thread/INFO]: Stopping server

在这样做后,我不得不卸载软件包,以便它将回落到Gallium0.4驱动程序。我如何安装Nvidia驱动程序并让“我的世界”工作?

EN

回答 1

Ask Ubuntu用户

发布于 2015-08-20 11:44:57

我不知道我的世界,但如果你想安装Nvidia驱动,看看的问题。

为了简短起见,您应该选择其他驱动程序,选择专有的和经过测试的驱动程序。然后安装nvidia-prime包。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/663486

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档