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>...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.