protonscr

CS-GO bugged in Ubuntu 17

steamclosed Intel driversDistro Family: Ubuntu
ValveSoftware/steam-for-linux#4931 · opened 2017-04-18 by ilPeolo · updated 2019-07-18 · 8 comments · github
IilPeolo 2017-04-18 github

Your system information

screenshot from 2017-04-17 23-57-38

  • Steam client version: 23 march
  • Distribution Ubuntu 17.04
  • Opted into Steam client beta?: No
  • Have you checked for system updates?: Yes

Please describe your issue in as much detail as possible:

When I started a game after upgrading to 17.04 from 16.10 everything looked black (see the picture). I tried to reinstall the game but it didn't help

Steps for reproducing this issue:

Just start a game of whatever type in ubuntu 17.04.

https://gist.github.com/ilPeolo/6031ed15076ae4886635f926fa391cbf

Kkisak-valve maintainer 2017-04-18 github

Hello @ilPeolo, please copy your system information from steam (Steam -> Help -> System Information) and put it in a gist, then include a link to the gist in this issue report.

IilPeolo 2017-04-18 github

I updated the issue report with the system information

Kkisak-valve maintainer 2017-04-18 github

The most common culprit of this kind of symptom is missing s3tc support. Can you check if you have the 64 bit variant of http://packages.ubuntu.com/zesty/libtxc-dxtn-s2tc?

IilPeolo 2017-04-18 github

I don't have the libtxc-dxtn-s2tc installed. And I don't know what is the 64 bit variant is

Kkisak-valve maintainer 2017-04-18 github

Since you are running 64 bit Ubuntu, the 64 bit variant is the default (the 32 bit variant would be libtxc-dxtn-s2tc:i386) Pease run ~sudo apt install libtxc-dxtn-s2tc0 in a terminal and check if it helps.~

EDIT: while this was good for troubleshooting, this command removes steam:i386 and will cause other trouble down the road.

IilPeolo 2017-04-18 github

It worked! thanks for the help :+1:

Kkisak-valve maintainer 2017-04-18 github

You may also need to install libtxc-dxtn-s2tc0:i386 at some point for 32 bit games. Closing as this was a system config issue..

Kkisak-valve maintainer 2017-05-02 github

Hello @ilPeolo, I took another look at this now that I have an ubuntu 17.04 test box and the apt command I suggested before may have removed the steam:i386 package, which can give you a headache down the road.

sudo apt-get install libtxc-dxtn-s2tc:i386 libtxc-dxtn-s2tc:amd64 should work as the expected workaround.

This issue is being tracked at https://bugs.launchpad.net/ubuntu/+source/steam/+bug/1684755.

Nothing extracted yet.