0
votes
0answers
11 views
XSelectInput — keypressed/keyreleased events not firing
I have the following code. For some reason the key-related events aren't firing. FocusChanged is firing fine. I'm using Gnome. Could it be that Gnome's intercepting these and not p …
0
votes
2answers
61 views
Creating an “overlay” onto a window
Is it possible to create a window that acts as an overlay on top of another window, say, an icon that you can display in the window's title bar or status bar?
Assume for the purpo …
1
vote
1answer
14 views
Window iconification status via Xlib
Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?
0
votes
0answers
34 views
x11 looks ugly while opening a remote window from ssh. Can I use GTK themes? [closed]
I use to connect to a distant computer running linux from my mac using ssh.
For example I use:
$ ssh -Y login@host
then
$ gnome-open .
in order to open a nautilus window. Th …
2
votes
1answer
20 views
Book Recommendation for modern X11 Unix GUI programming?
I have the old 8book O'Reily Serious "The X Resources" in my bookshelf bought about 15 years ago.
Is there any book which is explaining the new technologies and X11 extensions li …
1
vote
5answers
170 views
X11 unable to maximize applications when no window manager is used
We have a Linux based system that does not use a Window manager. When we start certain applications (for instance Firefox) from a terminal window (e.g. Firefox &) we find that …
0
votes
1answer
94 views
Images have a fubar color palette when generated under Xvfb instead of normal X.
When generating a png image file in Mathematica on a linux box running X, there's no problem. Doing the same on a linux machine without X but instead Xvfb the png generates fine b …
2
votes
1answer
58 views
Initial emacs position in KDE
I use emacs 23.1.1 with KDE 4.3.1. I have set (initial-frame-alist) and (default-frame-alist) to make my windows come up where I want. But my initial window does not come up where …
4
votes
11answers
908 views
Lightweight X window manager/environment
My machine is seriously underpowered, and I think I need to start conserving every spare cycle. I know that my Gnome environment seems to underperform compared to my coworkers' KD …
0
votes
8answers
2k views
Remote X Display with Fedora 10 running KDM and XFCE
I am developing a JSF web application on a Windows box using Emacs as my editor but I far prefer to use Emacs in a Linux environment. In the (somewhat distant) past it was a no-br …
13
votes
1answer
510 views
Keep QPixmap copy of screen contents using X11, XDamage, XRender, and other tricks.
Hi,
I'm attempting to solve what I thought would be a very simple problem. I want to keep a QPixmap updated with the entire screen contents. You can get such a pixmap by doing thi …
2
votes
1answer
201 views
How do I obtain, and synchronize, a complete list of all X11 windows?
I want to monitor all the open windows under X11. Currently, I'm doing this as follows:
Initially walking the whole tree by recursively calling XQueryTree from the root window
…
1
vote
2answers
122 views
Windows API function equivalents (SetCursorPos, GetCursorPos, mouse_event, keybd_event …) for Linux (X11)?
I was wondering if there were equivalents of the above mentioned functions for Linux (X11) - I can't seem to find them.
0
votes
4answers
102 views
which package in ubuntu contains the header file X11.h?
which package in ubuntu has the header file x11.h?
thanks in advance
1
vote
2answers
212 views
How to avoid tearing with pygame on Linux/X11
I've been playing with pygame (on Debian/Lenny).
It seems to work nicely, except for annoying tearing of blits (fullscreen or windowed mode).
I'm using the default SDL X11 driver. …
