steam does not load linux mint

I installed steam from the mint off repository, after installing and launching steam, a "transparent" authorization window appears, hangs for about 5 seconds and then turns off, screen

screenshot of the steam window

Here's what bash outputs

Running Steam on linuxmint 19.3 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/volik/.steam/ubuntu12_32/steam
[2020-04-09 16:06:51] Startup - updater built Apr  4 2020 00:37:13
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2020-04-09 16:06:51] Checking for update on startup
[2020-04-09 16:06:51] Проверка на наличие обновлений...
[2020-04-09 16:06:51] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2020-04-09 16:06:52] Download skipped: /client/steam_client_ubuntu12 version 1586022601, installed version 1586022601
[2020-04-09 16:06:52] Nothing to do
[2020-04-09 16:06:52] Проверка установки...
[2020-04-09 16:06:52] Performing checksum verification of executable files
[2020-04-09 16:06:52] Verification complete
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy

Details LinuxMint 19.3 (tricia) kernel 5.3.0-46-generic (#38~18.04.1-Ubuntu SMP Tue Mar 31 04: 17:56 UTC 2020) Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz

Author: junior98, 2020-04-09

1 answers

Most likely, the problem is just in the drivers for your integrated video card. I found a small guide for installing them on Linux:

If you have an Intel graphics card on your laptop or computer, then you need to go to the driver download page and download the installer. It will be in the form of a deb file that can be easily installed with a double click.

You can also install the drivers with the following commands in the terminal:

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get dist-upgrade

Now you will have the latest version of the driver and just restart your computer.

Source

 0
Author: h4cktivist, 2020-04-09 14:46:13