Skip to main content

Questions tagged [xcb]

3 votes
0 answers
60 views

I want to show how does it work under X11 with Xshm etc = OK fine if you resize window without flickering problem. Example: Code main.c ( X11 version ) #include <X11/Xlib.h> #include <X11/...
Jens Eckervogt's user avatar
0 votes
0 answers
619 views

I'm trying to use a Qt6-based program, namely NVIDIA's Nsight Compute UI, on a machine running SLES 15 SP5 (SUSE Enterprise Linux 2015, service pack 5). No, I can't switch distributions, it's not my ...
einpoklum's user avatar
  • 11.1k
1 vote
1 answer
2k views

Checking journalctl /usr/bin/sway I see lots of errors like this [xwayland/xwm.c:1286] xcb error: op 18:0, code 3, sequence 42593, value 4194450 What do they mean, is there any reason for concern ...
Evan Carroll's user avatar
  • 35.2k
0 votes
2 answers
164 views

I'm trying to compile polybar, and I get a long compilation error which is related to xcb (apparently), I have the log file here; I've read through the polybar wiki and I came upon the solution of ...
unazed spectaculum's user avatar
4 votes
1 answer
2k views

I am trying to make an image appear under my cursor whenever I click on my desktop. I decided to use xcb to accomplish this. I figured I should capture the pointer from the root window (I don't really ...
PawkyPenguin's user avatar
  • 1,001