nmiell
nmiell
I am also experiencing this with gnome-shell-3.36.5-1.fc32.x86_64
I finally upgraded to Fedora 33/GNOME Shell 3.38/WindowOverlay Icons v36. Now every time the overlay is activated, it generates: > Dec 09 14:11:14 entropy gnome-shell[6685]: Can't update stage views actor...
That does appear to have fixed the issue, thanks. On Sun, Feb 7, 2021 at 4:37 AM Miroslav Šustek wrote: > I think finally managed to find the cause of...
The end of the stack trace is ``` #27 0x00007ffff690cd03 in eglMakeCurrent (dpy=, draw=, read=, ctx=) at ../src/egl/main/eglapi.c:991 #28 0x00007ffff69492bc in InternalLoseCurrent () at /usr/src/debug/libglvnd-1.5.0-1.fc37.x86_64/src/EGL/libegl.c:551 #29 0x00007ffff7e9556f in SDL_EGL_MakeCurrent (_this=0x555555623fd0,...
It is the same problem as it has always been, gldriverquery calls SDL_Quit from an atexit handler and you cannot safely call SDL_Quit from an atexit handler.
They don't need any more information, the fix is trivial (delete the atext(SDL_Quit) call from init_screen(), add an SDL_Quit() call to the end of main()). Somebody at Valve just needs...
3.06, assuming the firmware updater limping along in Wine is actually doing the job.
Also I should add that it's broken in Bluetooth mode, it seems to work flawlessly in Steam and testcontroller when wired.
Updated the firmware on Windows, no change in behavior. This is with: - kernel 6.17.8-300.fc43.x86_64 and now 6.17.9-300.fc43.x86_64 - bluez-5.85-1.fc43.x86_64 (with both UserspaceHID=true and UserspaceHID=false) - the 60-steam-input.rules from the...
Decoding the report_descriptor in sysfs when connected via Bluetooth gives: ``` 0x05, 0x01, // Usage Page (Generic Desktop Ctrls) 0x09, 0x05, // Usage (Game Pad) 0xA1, 0x01, // Collection (Application)...