Hello @hnbnh, what video driver are you using? We've seen this scenario before where an NVIDIA proprietary driver user recently updated their video driver, which caused the NVIDIA kernel module loaded into memory to not have the exact same version as the userspace libraries on disk. As a result, all OpenGL applications could hang on start waiting on the video driver. If that's the scenario you're seeing, then the easiest solution would be to restart the system.
Hi @kisak-valve, thank you for your reply. I'm currently using Intel Graphics 5500. I previously added the following lines to /etc/X11/xorg.conf.d/20-intel.conf, which cause the error:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
Then I updated as below:
Section "Module"
Load "dri3"
EndSection
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3"
EndSection
Now the steam client works fine, but I'm still wondering what's wrong with the old configuration?
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Steam won't start even though there's no error output, I already reinstalled it but no luck :(
Steps for reproducing this issue:
steamin terminal