Steam not opening on Ubuntu 16.04
up vote
2
down vote
favorite
I have only started using Ubuntu, so please use simple terms if possible. I downloaded steam and tried opening it. The icon flashed a few times but nothing happened. I ran it with the terminal but it gave the message:
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Any idea whats wrong?
steam
add a comment |
up vote
2
down vote
favorite
I have only started using Ubuntu, so please use simple terms if possible. I downloaded steam and tried opening it. The icon flashed a few times but nothing happened. I ran it with the terminal but it gave the message:
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Any idea whats wrong?
steam
2
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have only started using Ubuntu, so please use simple terms if possible. I downloaded steam and tried opening it. The icon flashed a few times but nothing happened. I ran it with the terminal but it gave the message:
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Any idea whats wrong?
steam
I have only started using Ubuntu, so please use simple terms if possible. I downloaded steam and tried opening it. The icon flashed a few times but nothing happened. I ran it with the terminal but it gave the message:
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Any idea whats wrong?
steam
steam
edited Mar 7 '17 at 22:44
Egrimo
396117
396117
asked Mar 7 '17 at 18:56
rhys speers
1112
1112
2
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45
add a comment |
2
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45
2
2
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Install the following packages, or their equivalent for Ubuntu with:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Reboot the PC.
- If that does not work, then, run (this is an one line command):
find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
- Reboot again.
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
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',
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%2f890614%2fsteam-not-opening-on-ubuntu-16-04%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
up vote
0
down vote
Install the following packages, or their equivalent for Ubuntu with:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Reboot the PC.
- If that does not work, then, run (this is an one line command):
find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
- Reboot again.
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
add a comment |
up vote
0
down vote
Install the following packages, or their equivalent for Ubuntu with:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Reboot the PC.
- If that does not work, then, run (this is an one line command):
find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
- Reboot again.
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
add a comment |
up vote
0
down vote
up vote
0
down vote
Install the following packages, or their equivalent for Ubuntu with:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Reboot the PC.
- If that does not work, then, run (this is an one line command):
find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
- Reboot again.
Install the following packages, or their equivalent for Ubuntu with:
sudo apt-get install --reinstall libgl1-mesa-dri:i386
Reboot the PC.
- If that does not work, then, run (this is an one line command):
find ~/.steam/root/ ( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" ) -print -delete
- Reboot again.
edited Mar 7 '17 at 19:09
answered Mar 7 '17 at 19:01
GTRONICK
2,7881920
2,7881920
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
add a comment |
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
do i just type the first 4 into the terminal?
– rhys speers
Mar 7 '17 at 19:02
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Updated answer.
– GTRONICK
Mar 7 '17 at 19:04
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
Nice, please, accept the answer and mark the question as solved. Best regards.
– GTRONICK
Mar 7 '17 at 19:41
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.
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%2faskubuntu.com%2fquestions%2f890614%2fsteam-not-opening-on-ubuntu-16-04%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
2
Possible duplicate of Problem with installing Steam on Ubuntu 15.04+
– David Foerster
Mar 7 '17 at 22:45