Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-21-2015, 11:10 AM
|
#1
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Rep:
|
Can't open steam on Linux Mint Debian Edition 2 with AMD Radeon 7970
I am running Linux Mint Debian Edition with an AMD Radeon 7970 and I tried to install steam and when it made me a desktop icon I clicked on it, and nothing happened. I entered steam in the terminal and got this " $ steam
Running Steam on linuxmint 2 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1433441724)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast"
What should I do? I am a total Linux noob and don't know what I should do to fix this. I believe I need to install radeonsi drivers but I don't know how.
|
|
|
06-21-2015, 11:21 AM
|
#2
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
You need to enable multiarch support and load the 32-bit OpenGL drivers for your card.
Follow this guide:
https://wiki.debian.org/Steam
|
|
|
06-21-2015, 12:33 PM
|
#3
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
|
I would like to stay away from the AMD Catalyst drivers if possible and use the open source drivers.
|
|
|
06-21-2015, 12:39 PM
|
#4
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
Good idea
Code:
# apt-get install libgl1-mesa-dri:i386
(I think)
EDIT: Make sure you also have the firmware-linux-nonfree package to enable 3D acceleration for your card.
https://wiki.debian.org/AtiHowTo
Last edited by Head_on_a_Stick; 06-21-2015 at 12:42 PM.
|
|
|
06-21-2015, 04:56 PM
|
#5
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
|
Now it's saying
"$ steam
Running Steam on linuxmint 2 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client"
and just stays like that
Last edited by johf; 06-21-2015 at 04:57 PM.
|
|
|
06-21-2015, 05:10 PM
|
#6
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
I don't know, it must be an LMDE issue.
I have just got Steam running on my pure Debian jessie AMD laptop (with the non-proprietary AMD drivers) using:
Code:
# dpkg --add-architecture i386
# aptitude update
# aptitude install steam
No other commands were needed (the libgl1-mesa-dri package is a dependency of steam).
|
|
|
06-21-2015, 05:19 PM
|
#7
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
I don't know, it must be an LMDE issue.
I have just got Steam running on my pure Debian jessie AMD laptop (with the non-proprietary AMD drivers) using:
Code:
# dpkg --add-architecture i386
# aptitude update
# aptitude install steam
No other commands were needed (the libgl1-mesa-dri package is a dependency of steam).
|
Wtf, I did what you said and installed those drivers and then restarted, got past the grub menu and instead of starting up normally I just get stuck on a black screen with the loading cursor (the spinning wheel thing) -_-
|
|
|
06-22-2015, 05:46 AM
|
#8
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
Quote:
Originally Posted by johf
Wtf, I did what you said and installed those drivers and then restarted, got past the grub menu and instead of starting up normally I just get stuck on a black screen with the loading cursor (the spinning wheel thing) -_-
|
Oh dear, sorry...
I wasn't giving instructions, I was just pointing out what works for Debian jessie to illustrate my theory that your difficulties are Mint-related.
I should have been much clearer.
Can you switch to a TTY?
Do you have any xorg configuration files?
Please post the exact commands that you entered.
EDIT: I see you have started a new thread for this:
http://www.linuxquestions.org/questi...04#post5381004
You installed the xserver-xorg-video-ati package -- did you in fact have the non-free ATI (fglrx) driver running beforehand?
Post the output of:
Code:
apt-cache policy fglrx
Last edited by Head_on_a_Stick; 06-22-2015 at 05:58 AM.
|
|
|
06-22-2015, 08:22 PM
|
#9
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
Oh dear, sorry...
I wasn't giving instructions, I was just pointing out what works for Debian jessie to illustrate my theory that your difficulties are Mint-related.
I should have been much clearer.
Can you switch to a TTY?
Do you have any xorg configuration files?
Please post the exact commands that you entered.
EDIT: I see you have started a new thread for this:
http://www.linuxquestions.org/questi...04#post5381004
You installed the xserver-xorg-video-ati package -- did you in fact have the non-free ATI (fglrx) driver running beforehand?
Post the output of:
Code:
apt-cache policy fglrx
|
All I did was run "# sudo apt-get install libgl1-mesa-dri:i386" and "# sudo apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati" and then rebooted and now I can't get past the black screen. Where/how do I enter the "apt-cache policy fglrx" you told me to enter? I told you I'm a huge noob haha, and btw this os is almost stock all I installed was Deluge, Steam, and ran those commands.
Last edited by johf; 06-22-2015 at 09:26 PM.
|
|
|
06-22-2015, 08:52 PM
|
#10
|
Member
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Rep:
|
Quote:
Originally Posted by johf
I would like to stay away from the AMD Catalyst drivers if possible and use the open source drivers.
|
I would like to stay away from anything with the AMD logo on it. Just as a quick comparison, my 1GB Radeon HD 5450 (PassMark score of 216) performs like a 64MB nVIDIA Geforce 4 440 Go (PassMark score of 5) under Linux (regardless of whether or not I'm using the Catalyst Omega). Pretty craptastic. So far the solution seems to be in the form of a nVIDIA GTX 750 ti. Especially with the newer cards, nVIDIA supposedly has great support for Linux. I intend to find out exactly how true that is.
You can get nVIDIA cards dirt cheap if you know what you need and know where to look.
|
|
|
06-22-2015, 08:57 PM
|
#11
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Ihatewindows522
I would like to stay away from anything with the AMD logo on it. Just as a quick comparison, my 1GB Radeon HD 5450 (PassMark score of 216) performs like a 64MB nVIDIA Geforce 4 440 Go (PassMark score of 5) under Linux (regardless of whether or not I'm using the Catalyst Omega). Pretty craptastic. So far the solution seems to be in the form of a nVIDIA GTX 750 ti. Especially with the newer cards, nVIDIA supposedly has great support for Linux. I intend to find out exactly how true that is.
You can get nVIDIA cards dirt cheap if you know what you need and know where to look.
|
So your solution to my black screen is to buy a new GPU? ok.
|
|
|
06-23-2015, 12:04 PM
|
#12
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
Oh dear, sorry...
I wasn't giving instructions, I was just pointing out what works for Debian jessie to illustrate my theory that your difficulties are Mint-related.
I should have been much clearer.
Can you switch to a TTY?
Do you have any xorg configuration files?
Please post the exact commands that you entered.
EDIT: I see you have started a new thread for this:
http://www.linuxquestions.org/questi...04#post5381004
You installed the xserver-xorg-video-ati package -- did you in fact have the non-free ATI (fglrx) driver running beforehand?
Post the output of:
Code:
apt-cache policy fglrx
|
I typed in apt-cache policy fglrx and it said none
|
|
|
06-23-2015, 02:47 PM
|
#13
|
Senior Member
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187
|
Quote:
Originally Posted by johf
I typed in apt-cache policy fglrx and it said none
|
In which case I have no idea why your system is doing that.
I am really sorry but it seems I have wrecked your Mint install
I can only apologise -- I have never used Mint but I honestly thought that LMDE2 was basically Debian jessie with some Mint themes and GUI tools.
Clearly I was very wrong about this.
Perhaps some forum members who do use Mint (LMDE) will chime in with something useful...
|
|
|
06-23-2015, 03:04 PM
|
#14
|
LQ Newbie
Registered: Jun 2015
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by Head_on_a_Stick
In which case I have no idea why your system is doing that.
I am really sorry but it seems I have wrecked your Mint install
I can only apologise -- I have never used Mint but I honestly thought that LMDE2 was basically Debian jessie with some Mint themes and GUI tools.
Clearly I was very wrong about this.
Perhaps some forum members who do use Mint (LMDE) will chime in with something useful...
|
Well I appreciate you trying but it's all good you almost got Steam working until I got this random black screen, I installed Mint the day you started assisting me so it was pretty much a fresh install so it's not a big deal. Thanks anyways!
|
|
|
All times are GMT -5. The time now is 05:13 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|