How to install NVidia drivers under Linux Mint so that Steam and Proton will work? The 2019...
How to create dashed lines/arrows in Illustrator
Why isn't airport relocation done gradually?
Output the Arecibo Message
Falsification in Math vs Science
The difference between dialogue marks
Does duplicating a spell with Wish count as casting that spell?
What is a mixture ratio of propellant?
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Is domain driven design an anti-SQL pattern?
I see my dog run
Idiomatic way to prevent slicing?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Is "plugging out" electronic devices an American expression?
Is there a name of the flying bionic bird?
Deadlock Graph and Interpretation, solution to avoid
"To split hairs" vs "To be pedantic"
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
How can I create a character who can assume the widest possible range of creature sizes?
What is the use of option -o in the useradd command?
What is this 4-propeller plane?
Why is Grand Jury testimony secret?
What tool would a Roman-age civilization have to grind silver and other metals into dust?
Extreme, unacceptable situation and I can't attend work tomorrow morning
How to install NVidia drivers under Linux Mint so that Steam and Proton will work?
The 2019 Stack Overflow Developer Survey Results Are InIntermittent Xorg crashes under Ubuntu 11.04Installing Nvidia drivers on Linux Mint 15Multi GPU for 3rd monitor - linux mint - geforce 750tiControl fan speed under linux without nvidia driversLinux Mint reset NVIDIA GPU without a restartNautilus broken in Linux, I cannot fix it by `apt-get`Unable to run Left 4 Dead 2 on Linux Mint after recent Nvidia UpdateUbuntu 16.04 can't run “sudo apt upgrade”Linux Mint: Updated My Nvidia Drivers, My Second Monitor and nvidia-settings Stopped WorkingHow to install the standalone Nvidia driver on linux mint?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm trying to make Steam and Proton work for hours with no success. I'm using Linux Mint 19.1 Cinnamon. Whatever way I used to install the drivers, either it did not install or the following situation occurred:
When I start Steam seemingly nothing happens. But actually it launches, and the process keeps hanging. When I start Steam from terminal, it gives me the following:
Running Steam on linuxmint 19.1 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1550534751)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
And then the process just hangs there.
I can get some additional infos with export LIBGL_DEBUG=verbose
, that gives me these additional lines:
libGL: screen 0 does not appear to be DRI3 capable
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/i386-linux- gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
/tls/swrast_dri.so
indeed does not exists, but /swrast_dri.so
exists. I don't think this is really important, because it probably just indicates, that Steam does not see real drivers, so it tries to fallback to software rendering.
I've tried to install different versions, like 340, 349, 418 and probably more, all gave me the same results. I've tried different sources, like ubuntu-drivers, xorg-edgers, graphics-drivers and more. I've tried the official NVidia driver file (that ends with .run), it crashed my X server, I needed to remove it via recovery mode.
I've tried every solution I could find on the internet, no success. I can give you some additional infos that may be useful:
sudo ldconfig -p | grep -i gl.so
gives me these:
libwayland-egl.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1
libcogl.so.20 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcogl.so.20
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGL.so.1
libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL.so.1
glxgears runs fine, no errors. /usr/lib/x86_64-linux-gnu$ ls | grep *libGL*
gives me this:
Binary file libGLdispatch.so.0.0.0 matches
Binary file libGLESv2.so.2 matches
Binary file libGLESv2.so.2.0.0 matches
Binary file libGLESv2.so.2.distrib matches
Binary file libGL.so.1 matches
Binary file libGL.so.1.0.0 matches
Binary file libGL.so.1.distrib matches
Binary file libGLX.so.0 matches
Binary file libGLX.so.0.0.0 matches
I'm thinking it's somehow about symbolic links. There's probably a wrong symlink somewhere. Please help me, I'm out of ideas.
linux ubuntu linux-mint nvidia-graphics-card steam
add a comment |
I'm trying to make Steam and Proton work for hours with no success. I'm using Linux Mint 19.1 Cinnamon. Whatever way I used to install the drivers, either it did not install or the following situation occurred:
When I start Steam seemingly nothing happens. But actually it launches, and the process keeps hanging. When I start Steam from terminal, it gives me the following:
Running Steam on linuxmint 19.1 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1550534751)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
And then the process just hangs there.
I can get some additional infos with export LIBGL_DEBUG=verbose
, that gives me these additional lines:
libGL: screen 0 does not appear to be DRI3 capable
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/i386-linux- gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
/tls/swrast_dri.so
indeed does not exists, but /swrast_dri.so
exists. I don't think this is really important, because it probably just indicates, that Steam does not see real drivers, so it tries to fallback to software rendering.
I've tried to install different versions, like 340, 349, 418 and probably more, all gave me the same results. I've tried different sources, like ubuntu-drivers, xorg-edgers, graphics-drivers and more. I've tried the official NVidia driver file (that ends with .run), it crashed my X server, I needed to remove it via recovery mode.
I've tried every solution I could find on the internet, no success. I can give you some additional infos that may be useful:
sudo ldconfig -p | grep -i gl.so
gives me these:
libwayland-egl.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1
libcogl.so.20 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcogl.so.20
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGL.so.1
libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL.so.1
glxgears runs fine, no errors. /usr/lib/x86_64-linux-gnu$ ls | grep *libGL*
gives me this:
Binary file libGLdispatch.so.0.0.0 matches
Binary file libGLESv2.so.2 matches
Binary file libGLESv2.so.2.0.0 matches
Binary file libGLESv2.so.2.distrib matches
Binary file libGL.so.1 matches
Binary file libGL.so.1.0.0 matches
Binary file libGL.so.1.distrib matches
Binary file libGLX.so.0 matches
Binary file libGLX.so.0.0.0 matches
I'm thinking it's somehow about symbolic links. There's probably a wrong symlink somewhere. Please help me, I'm out of ideas.
linux ubuntu linux-mint nvidia-graphics-card steam
dkms status
returnsnvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago
add a comment |
I'm trying to make Steam and Proton work for hours with no success. I'm using Linux Mint 19.1 Cinnamon. Whatever way I used to install the drivers, either it did not install or the following situation occurred:
When I start Steam seemingly nothing happens. But actually it launches, and the process keeps hanging. When I start Steam from terminal, it gives me the following:
Running Steam on linuxmint 19.1 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1550534751)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
And then the process just hangs there.
I can get some additional infos with export LIBGL_DEBUG=verbose
, that gives me these additional lines:
libGL: screen 0 does not appear to be DRI3 capable
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/i386-linux- gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
/tls/swrast_dri.so
indeed does not exists, but /swrast_dri.so
exists. I don't think this is really important, because it probably just indicates, that Steam does not see real drivers, so it tries to fallback to software rendering.
I've tried to install different versions, like 340, 349, 418 and probably more, all gave me the same results. I've tried different sources, like ubuntu-drivers, xorg-edgers, graphics-drivers and more. I've tried the official NVidia driver file (that ends with .run), it crashed my X server, I needed to remove it via recovery mode.
I've tried every solution I could find on the internet, no success. I can give you some additional infos that may be useful:
sudo ldconfig -p | grep -i gl.so
gives me these:
libwayland-egl.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1
libcogl.so.20 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcogl.so.20
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGL.so.1
libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL.so.1
glxgears runs fine, no errors. /usr/lib/x86_64-linux-gnu$ ls | grep *libGL*
gives me this:
Binary file libGLdispatch.so.0.0.0 matches
Binary file libGLESv2.so.2 matches
Binary file libGLESv2.so.2.0.0 matches
Binary file libGLESv2.so.2.distrib matches
Binary file libGL.so.1 matches
Binary file libGL.so.1.0.0 matches
Binary file libGL.so.1.distrib matches
Binary file libGLX.so.0 matches
Binary file libGLX.so.0.0.0 matches
I'm thinking it's somehow about symbolic links. There's probably a wrong symlink somewhere. Please help me, I'm out of ideas.
linux ubuntu linux-mint nvidia-graphics-card steam
I'm trying to make Steam and Proton work for hours with no success. I'm using Linux Mint 19.1 Cinnamon. Whatever way I used to install the drivers, either it did not install or the following situation occurred:
When I start Steam seemingly nothing happens. But actually it launches, and the process keeps hanging. When I start Steam from terminal, it gives me the following:
Running Steam on linuxmint 19.1 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1550534751)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
And then the process just hangs there.
I can get some additional infos with export LIBGL_DEBUG=verbose
, that gives me these additional lines:
libGL: screen 0 does not appear to be DRI3 capable
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/i386-linux- gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
libGL: Can't open configuration file /home/adam/.drirc: No such file or directory.
/tls/swrast_dri.so
indeed does not exists, but /swrast_dri.so
exists. I don't think this is really important, because it probably just indicates, that Steam does not see real drivers, so it tries to fallback to software rendering.
I've tried to install different versions, like 340, 349, 418 and probably more, all gave me the same results. I've tried different sources, like ubuntu-drivers, xorg-edgers, graphics-drivers and more. I've tried the official NVidia driver file (that ends with .run), it crashed my X server, I needed to remove it via recovery mode.
I've tried every solution I could find on the internet, no success. I can give you some additional infos that may be useful:
sudo ldconfig -p | grep -i gl.so
gives me these:
libwayland-egl.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1
libcogl.so.20 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libcogl.so.20
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/libGL.so.1
libEGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libEGL.so.1
glxgears runs fine, no errors. /usr/lib/x86_64-linux-gnu$ ls | grep *libGL*
gives me this:
Binary file libGLdispatch.so.0.0.0 matches
Binary file libGLESv2.so.2 matches
Binary file libGLESv2.so.2.0.0 matches
Binary file libGLESv2.so.2.distrib matches
Binary file libGL.so.1 matches
Binary file libGL.so.1.0.0 matches
Binary file libGL.so.1.distrib matches
Binary file libGLX.so.0 matches
Binary file libGLX.so.0.0.0 matches
I'm thinking it's somehow about symbolic links. There's probably a wrong symlink somewhere. Please help me, I'm out of ideas.
linux ubuntu linux-mint nvidia-graphics-card steam
linux ubuntu linux-mint nvidia-graphics-card steam
asked 2 days ago
Ádám BozzayÁdám Bozzay
113
113
dkms status
returnsnvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago
add a comment |
dkms status
returnsnvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago
dkms status
returns nvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago
dkms status
returns nvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1422640%2fhow-to-install-nvidia-drivers-under-linux-mint-so-that-steam-and-proton-will-wor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1422640%2fhow-to-install-nvidia-drivers-under-linux-mint-so-that-steam-and-proton-will-wor%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
dkms status
returnsnvidia, 418.56, 4.15.0-47-generic, x86_64: installed
– Ádám Bozzay
2 days ago