-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
steam fails to install because of outdated libxcb. #193
Comments
Thank you for your report! Is it known with which versions of libxcb this error occurs? We could set this variable always but I don't know if this could cause issues for other users. |
We know that the issue here is with the libxcb in the bootstrapper (/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz) which hasn't been updated since the library was updated in the steam runtime to fix the simular issue there. |
I apologize for being mostly incorrect in my initial post. Tele42 is completely right. I think this issue pops up in a first time install for everyone running DRI3 mesa and using the steam runtime. I don't have any other boxes to test on, but I imagine that always forcing DRI2 would not break anything, but could lower performance in some games. (Would the attached patch work?) A hacky fix that worked for me was to run |
Okay, so a message like the following would help?
|
On a clean install (after
steam --reset
or similar), running the steam installer fails to findxcb_send_request_with_fds
because steam uses an old version of libxcb, and this function has been deprecated.This is an issue that has been reported to Valve for years now (see 1 and 2), and a push has been fixed to the beta client (see 1 and 2), but the issue still exists in the initial install and one is required to force the old dri2 library with
LIBGL_DRI3_DISABLE=1
(see 1).I am not sure whether or not this is within the scope of this project, but given that this is a long standing issue it would be nice to be notified or to patch the steam launcher to have this variable set on initial install.
The text was updated successfully, but these errors were encountered: