Ubuntu - Steam doesn't launch
After fixing another issue with missing packages, this is what I get when I try to startup steam:
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
I've tried reinstalling several times, didn't work. Also tried deleting the appcache like some other answers said.
Any help greatly appreciated.
ps. what do I have to learn to understand these error messages
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
14.04 steam
add a comment |
After fixing another issue with missing packages, this is what I get when I try to startup steam:
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
I've tried reinstalling several times, didn't work. Also tried deleting the appcache like some other answers said.
Any help greatly appreciated.
ps. what do I have to learn to understand these error messages
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
14.04 steam
1
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27
add a comment |
After fixing another issue with missing packages, this is what I get when I try to startup steam:
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
I've tried reinstalling several times, didn't work. Also tried deleting the appcache like some other answers said.
Any help greatly appreciated.
ps. what do I have to learn to understand these error messages
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
14.04 steam
After fixing another issue with missing packages, this is what I get when I try to startup steam:
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
I've tried reinstalling several times, didn't work. Also tried deleting the appcache like some other answers said.
Any help greatly appreciated.
ps. what do I have to learn to understand these error messages
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
14.04 steam
14.04 steam
edited Sep 8 '15 at 0:33
mchid
22.9k25184
22.9k25184
asked Sep 7 '15 at 20:44
uniqueIDuniqueID
4817
4817
1
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27
add a comment |
1
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27
1
1
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27
add a comment |
1 Answer
1
active
oldest
votes
Run the following command to install that driver (swrast_dri.so):
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-dri:i386
Please post any errors, thanks!
Usually, when I've seen this error, running:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
fixed the issue.
However, sometimes you may need to try and install (or uninstall) stubborn applications individually to get things done.
To understand the message, install the needed dependencies individually to see what the issue is (or this may fix the issue):
sudo apt-get install --reinstall libcheese-gtk23 libcheese7
If the next error message says blah blah blah depends on blah blah blah, try installing blah blah blah and go from there.
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
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%2f671498%2fubuntu-steam-doesnt-launch%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
Run the following command to install that driver (swrast_dri.so):
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-dri:i386
Please post any errors, thanks!
Usually, when I've seen this error, running:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
fixed the issue.
However, sometimes you may need to try and install (or uninstall) stubborn applications individually to get things done.
To understand the message, install the needed dependencies individually to see what the issue is (or this may fix the issue):
sudo apt-get install --reinstall libcheese-gtk23 libcheese7
If the next error message says blah blah blah depends on blah blah blah, try installing blah blah blah and go from there.
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
add a comment |
Run the following command to install that driver (swrast_dri.so):
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-dri:i386
Please post any errors, thanks!
Usually, when I've seen this error, running:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
fixed the issue.
However, sometimes you may need to try and install (or uninstall) stubborn applications individually to get things done.
To understand the message, install the needed dependencies individually to see what the issue is (or this may fix the issue):
sudo apt-get install --reinstall libcheese-gtk23 libcheese7
If the next error message says blah blah blah depends on blah blah blah, try installing blah blah blah and go from there.
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
add a comment |
Run the following command to install that driver (swrast_dri.so):
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-dri:i386
Please post any errors, thanks!
Usually, when I've seen this error, running:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
fixed the issue.
However, sometimes you may need to try and install (or uninstall) stubborn applications individually to get things done.
To understand the message, install the needed dependencies individually to see what the issue is (or this may fix the issue):
sudo apt-get install --reinstall libcheese-gtk23 libcheese7
If the next error message says blah blah blah depends on blah blah blah, try installing blah blah blah and go from there.
Run the following command to install that driver (swrast_dri.so):
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-dri:i386
Please post any errors, thanks!
Usually, when I've seen this error, running:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
fixed the issue.
However, sometimes you may need to try and install (or uninstall) stubborn applications individually to get things done.
To understand the message, install the needed dependencies individually to see what the issue is (or this may fix the issue):
sudo apt-get install --reinstall libcheese-gtk23 libcheese7
If the next error message says blah blah blah depends on blah blah blah, try installing blah blah blah and go from there.
edited Sep 14 '15 at 13:16
answered Sep 7 '15 at 22:08
mchidmchid
22.9k25184
22.9k25184
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
add a comment |
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
Here you go: pastebin.com/XxsbZgva
– uniqueID
Sep 7 '15 at 22:32
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 askubuntu.com/a/671162/167115
– mchid
Sep 7 '15 at 23:46
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
@user223432 have you performed a dist-upgrade after installation? did you enable the universe, multiverse and the other repositories? you need to do this stuff.
– mchid
Sep 7 '15 at 23:48
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
did the upgrade, I've enabled the repositories long ago
– uniqueID
Sep 8 '15 at 0:17
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%2f671498%2fubuntu-steam-doesnt-launch%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
1
possible duplicate of System settings stopped showing up
– mchid
Sep 8 '15 at 0:32
Having the same issue. Have you ever solved this?
– theV0ID
Oct 20 '16 at 22:27