sdl2

  1. alex

    Solved SDL2 LibGL error: faild to load radeonsi...

    Hi, I am having trouble executing a really simple sdl2 program I have written to test my sdl2 dev environment. It's really simple: #include <stdio.h> #include <SDL2/SDL.h>...
  2. R

    Can't create SDL2 window under X11 without root permissions (FreeBSD 13.1)

    Hello, I'm trying to run a minimal SDL2 window under X11. When binary is run with sudo, it works. With standard user permissions, I get an "Inappropriate ioctl for device". My test user is in the "video" group. Does someone know why ? Thanks for your help. CC = clang++ CFLAGS = -g -std=c++17...
Back
Top