x11
Set X11 cursor to arrow
I attempted the following in a call to XCreateWindow(开发者_如何转开发): unsigned long ctt_attribute_mask = CWWinGravity | CWCursor;[详细]
2023-03-21 04:54 分类:问答Can you use mutiple Xlib Display connections and multiple eglDisplay connections in one application
One to One sharing of Display to eglDisplay. No sharing of windows or surfaces. Is i开发者_高级运维t possible? Are there any gotchas I should know about?You can have as many Display connections as you[详细]
2023-03-20 09:29 分类:问答using cygwin sshd and xwin to launch window application from remote client
Could be a flaming thread but hope you dont mind a question from a curious Joe here. I have Desktop computer running downstairs running with winxp pro,cygwin,sshd,xwin.[详细]
2023-03-19 07:45 分类:问答How to draw an image from file on window with Xlib
This is my code: int main() { Display *d = XOpenDisplay(0); unsigned int bitmap_width, bitmap_height; int x, y;[详细]
2023-03-18 10:06 分类:问答selective RECORD using python xlib?
I\'m trying to implement clickable areas on the root window, using python xlib\'s RECORD extension. this is what i\'ve got so far:[详细]
2023-03-18 03:41 分类:问答X11: Setting a window undecorated or always-visible via command-line
This question mentions the tools xdotool and wmctrl which are able to change a window\'s geometry via the command-line. This OK.[详细]
2023-03-15 08:28 分类:问答CUDA/PyCUDA: Which GPU is running X11?
In a Linux system with multiple GPUs, how can you determine which GPU is running X11 and which is completely free to run CUDA kernels? In a system that has a low powered GPU to run X11 and a higher po[详细]
2023-03-14 16:25 分类:问答Correct way to send X11 mouse events
I am trying to write an X11 input driver that can use the开发者_如何转开发 touchscreen on my Android phone to move and click the mouse. I\'ve gotten moving the mouse alright, but I\'m having trouble g[详细]
2023-03-14 15:42 分类:问答Set a image(jpeg | png) backgound using GLX ( opengl and Xlib)
I create a x11 window with opengl functionality, i need to load a image(jpeg | png) on its background where size of window be bigger than image, it doesn\'t matter. I surfed to get resylts like use De[详细]
2023-03-14 08:31 分类:问答X11, sending an event with XSendEvent(3)
I embedded a X11 app (xterm) in a Motif window.All seems to work fine, bu开发者_StackOverflow中文版t if I press a key when the pointer isn\'t above the embedded app, it doesn\'t get it.Trying to fix t[详细]
2023-03-14 07:22 分类:问答