xorg
Sending Programmatic Mouse Events to X
I am somewhat new to X development on Linux. I\'m wondering what are best practices (or links to resourc开发者_运维技巧es) for programmatically sending cursor events. Moving the cursor to a normalized[详细]
2023-01-30 07:18 分类:问答X11 KeySyms: Switch mode, KeySym groups and XK_ISO_Level3_Shift
I\'m using Xlib for a project, and I\'m trying to get the KeySym relative to a pressed key. I\'ve got the KeyCode relative to the pressed key, keyboard modifier开发者_如何转开发s and keyboard indicat[详细]
2023-01-24 00:28 分类:问答How does one build a new X11 3D driver?
I was wondering why there is no X11 driver for the mali 3D arm gfx chip.I looked into building an X11 driver for the avail开发者_如何学Cable kernel driver, but could not find any documentation on how[详细]
2023-01-22 02:10 分类:问答Xlib: XGetWindowAttributes always returns 1x1?
I\'d like to have width and height of the currently focussed window. The selection of the window works like a charm whereas the height and width are always returning 1.[详细]
2023-01-19 08:43 分类:问答how to start a keymap project
I have take a try dvorak keyboard layout, and i also taked a look of programmers dvorak and colemak layout. But what I\'d like create a new layout, which is more better in code and *nix.[详细]
2023-01-18 22:43 分类:问答Touch screen relative coordinates
I\'ve rotated X environment with xrandr -o left|right|inverse|normal on touch screen device. Everything is working OK beside touch. When moving finger on the screen, it takes absolute coordinates of f[详细]
2023-01-15 22:45 分类:问答How does X11 clipboard handle multiple data formats?
It probab开发者_如何学运维ly happened to you as well - sometimes when you copy a text from some web page into your rich-text e-mail draft in your favorite webmail client, you dislike the fact that the[详细]
2023-01-14 09:35 分类:问答How can I get the current mouse (pointer) position co-ordinates in X
This can either be some sample C code or a utility that will show me either gui or on the console it doesn\'t matter, but I have to be able to \"command\" it to grab the co-ordi开发者_开发知识库nates[详细]
2023-01-13 23:18 分类:问答best way to work on / debug Xorg server modules
I want to work on an Xorg server module and I am wondering how I can reload the module at runtime. Also, maybe someone can give me some good tips about doing this (because I never have worked with Xo[详细]
2023-01-13 21:08 分类:问答Wait until a requested event is finished in X11
I want to resize some window with XResizeWi开发者_Go百科ndow(display, xid, width, height) which was created by another application and waits until it is really resized.[详细]
2023-01-13 03:32 分类:问答