Xlib is a library used to communicate with X11 servers.
I'm running Ubuntu and I want to get the number of attached displays, their current resolution and, if possible, their …
python xlibWhat does the error "Fatal IO error 0 (Success) on X server" mean? The error is produced when an X client …
x11 xlibI have written an SFML C++ game, and tried to start using threads, but after a while everything crashes. After …
c++ sfml xlibNow I am feeling quite stupid. I am trying to do some stuff with xlib in Qt Creator. My code: #…
c++ qt xlibI'm making some program with python3 and XLib. On my PC with Ubuntu 14.04 everything works fine but when I try …
python xlibIs their a standard way to make a particular window borderless on Linux? I believe that the window border is …
linux window xlib borderlessHow to get top-level window position relative to root window (i.e. whole screen) using plain ol' xlib (or brand …
x11 xlib xcb