Valve Steam not working
Tofloor
poster avatar
xxxxx533
deepin
2020-09-16 02:29
Author
Steam is not in the App Store.
After installing it with
  1. apt install steam
Copy the Code

and running Steam and update, an error is showing.

Reply Favorite View the author
All Replies
yhd1009
deepin
2020-09-16 08:03
#1
me too
Reply View the author
lcw0268
deepin
2020-09-16 09:13
#2
我来和你说中文。
如果楼主看懂了,别和我说。
1,添加i386源。
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install xterm libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386 zenity
2,去steam官网下载steam_latest.deb用dpkg安装。
3,终端输入steam.
剩下的会自己安装完成。你用图形界面安装,出错都不知道。
Reply View the author
xxxxx533
deepin
2020-09-16 10:18
#3
Thank you very much. That solved the missing library problem.

I have now a missing driver problem. But this is another issue.


Reply View the author
lcw0268
deepin
2020-09-16 10:31
#4
https://bbs.deepin.org/post/202210
Thank you very much. That solved the missing library problem.

I have now a missing driver problem.  ...

你的是ATI卡还是NVIDIA卡呢?
Reply View the author
xxxxx533
deepin
2020-09-16 23:28
#5
Edited by xxxxx533 at 2020-9-16 15:36

Dell Inspiron 15 3542 I5-4210U
Nvidia GeForce 920m
  1. apt install nvidia-detect
  2. nvidia-detect
  3. output:
  4. Your card is supported by the default drivers and legacy driver series 390.
Copy the Code



The compatible driver is nvidia-legacy-390xx-driver
I tried already to install:
- nvidia-legacy-390xx from Deepin repository. Reinstalled and checked with kernel 5.7 and 5.4
- nvidia-legacy-340xx from Deepin repository
- nvidia-legacy-440xx from Deepin repository
- NVIDIA-Linux-x86_64-430.40.run from Nvidia website
- NVIDIA-Linux-x86_64-390.138.run from Nvidia website. Checked with kernel 5.7 and 5.4
- bumblebee-nvidia and primus from Deepin repository

On the 390xx from Deepin repository there was no error while installing. But the driver was not working, or I didn't know how to check if it was ok.
On the official Nvidia installer there was an error while creating module nvidia.ko. In the log there was no detail about the error.

Every installation was made after:
  1. init 3
  2. /etc/init.d/lightdm stop
  3. systemctl set-default multi-user.target
Copy the Code

and after that to test:
  1. apt install nvidia-xconfig
  2. nvidia-xconfig
  3. systemctl set-default graphical.target
Copy the Code

  1. inxi -Gx
  2. Graphics:  
  3. Device-1: Intel Haswell-ULT Integrated Graphics vendor: Dell driver: i915 v: kernel
  4.            bus ID: 00:02.0
  5. Device-2: NVIDIA GK208BM [GeForce 920M] driver: N/A bus ID: 08:00.0
  6.            Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
  7.            resolution: 1366x768~60Hz
  8.            OpenGL: renderer: N/A v: N/A direct render: N/A
Copy the Code


Reply View the author