shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
128 stars 12 forks source link

Steam client will not be shown after starting steam #33

Closed sterum77 closed 3 years ago

sterum77 commented 3 years ago

After starting steam from command line with "steam" the updater will be shown and then i get an empty window. I'm on FreeBSD 12.2-RELEASE with latest ports. Graphics hardware is an AMD Radeon RX560 with drm-kmod installed.

shkhln commented 3 years ago

What is an "empty window"?

sterum77 commented 3 years ago

The window decoration with no content inside it.

shkhln commented 3 years ago

This is too vague. Make a screenshot, copy the terminal output.

sterum77 commented 3 years ago

steam_output.txt steam_empty

shkhln commented 3 years ago

Does LIBGL_DRI3_DISABLE=1 help? Is your user account in the video group?

sterum77 commented 3 years ago

Yes, the user is in the video group. LIBGL_DRI3_DISABLE=1 helped Thank you :)