Please try starting Steam with SDL_VIDEODRIVER=wayland not set, for example env -u SDL_VIDEODRIVER steam or unset SDL_VIDEODRIVER; steam, or put env -u SDL_VIDEODRIVER %command% in a game's launch options. Or, you could force the use of the default X11 driver: SDL_VIDEODRIVER=x11 s...
Reproduction case follows. Replacing the first line withSDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);allows all buttons and axes to generate events. #include<SDL2/SDL.h>intmain(intargc,char*argv[]) {SDL_Init(SDL_INIT_JOYSTICK);SDL_JoystickOpen(0);SDL_Eventevent;while(SDL_WaitEvent(&even...
1 SDL init failure, reason is: No available video device in ubuntu 12.04 LTS 4 Setting up video device for SDL on Linux in VirtualBox 0 Amazon Ec2 Linux : SDL init failure, reason is: No available video device 0 "no available video device" error with SDL2 0 SDL and portability ...