Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Steam, missing libGL.so.1

Graphical Environments, Managers, Multimedia & Desktop questions.
Message
Author
User avatar
ingo
Posts: 195
Joined: 2007-04-15 14:15
Location: http://www.hi-motorbiketours.com

Re: Steam, missing libGL.so.1

#16 Post by ingo »

Sounds like the wrong NVIDIA package. Google is your friend as is

Code: Select all

lspci -k

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Steam, missing libGL.so.1

#17 Post by stevepusser »

Ada29! wrote:We're sorry, the NVIDIA Smart Scan does not support your system at this time. What does it mean?
It means that you and other Debian users are not not running Windows. You seem to be confused about this, judging by your other post, or you are a spammer.
MX Linux packager and developer

User avatar
ingo
Posts: 195
Joined: 2007-04-15 14:15
Location: http://www.hi-motorbiketours.com

Re: Steam, missing libGL.so.1

#18 Post by ingo »

stevepusser wrote:
Ada29! wrote:We're sorry, the NVIDIA Smart Scan does not support your system at this time. What does it mean?
It means that you and other Debian users are not not running Windows. You seem to be confused about this, judging by your other post, or you are a spammer.
He is either clueless or a vamp, but your post is less than helpful.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Steam, missing libGL.so.1

#19 Post by stevepusser »

ingo wrote:
stevepusser wrote:
Ada29! wrote:We're sorry, the NVIDIA Smart Scan does not support your system at this time. What does it mean?
It means that you and other Debian users are not not running Windows. You seem to be confused about this, judging by your other post, or you are a spammer.
He is either clueless or a vamp, but your post is less than helpful.
Well, yes, but maybe a bit more than the other post:
Two things to try:

1) change your cursor (type "cursor" into the Start Menu or find the Mouse Properties in the Control Panel)

2) Install or reinstall the recommended drivers for your mouse

Other:
- download, update and run Malwarebytes (free version) and Spybod search & destroy
So I wondered if the poster really knew these were Debian forums.
MX Linux packager and developer

User avatar
ingo
Posts: 195
Joined: 2007-04-15 14:15
Location: http://www.hi-motorbiketours.com

Re: Steam, missing libGL.so.1

#20 Post by ingo »

I'm sorry, Stevepusser. I hadn't noticed his other post and you're probably right :lol:

ptrakk
Posts: 1
Joined: 2016-07-23 16:28

Re: Steam, missing libGL.so.1

#21 Post by ptrakk »

I apologize for the necro-bump, but I feel this is still relevant and this info needs to be out there. as it fixed everything for me.


install multiarch support and the i386 architecture:

Code: Select all

apt install multiarch-support
dpkg --add-architecture i386
apt update
apt dist-upgrade
i've found these libraries are needed:

Code: Select all

apt install libasound2:i386 libatk1.0-0:i386 libc6:i386 libcups2:i386 libcurl3:i386 libfontconfig1:i386 libgcc1:i386 libgconf-2-4:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx-lts-utopic:i386 libgl1-nvidia-glx:i386 libglib2.0-0:i386 libncurses5:i386 libnss3:i386 libpangocairo-1.0-0:i386 libstdc++6:i386 libxcomposite1:i386 libxcursor1:i386 libxen-4.6:i386 libxi6:i386 libxrandr2:i386 libxss1:i386 libxtst6:i386 zlib1g:i386
this file is needed to be linked as well.

Code: Select all

ln ~/.steam/ubuntu12_32/libcef.so /usr/lib32/libcef.so
I hope this helps someone as it enabled the web browser to work. (before it was a blank screen) and it allowed my inventory to work. It also seem much more responsive.

These libraries should probably be listed as dependencies on the steam package.

Post Reply