Tagged Questions
X11 is a extensible, network transparent, abstract windowing, graphics and user input protocol and system design. It forms the foundation of most Unix operating system GUIs.
14
votes
1answer
210 views
Slow repaint underneath dragged object on X… Can Qt force drag and drop operations to be internal only?
I'm implementing Qt's drag and drop API across Windows and X. When I pick up an object in the app running on X and drag it, it leaves a white ghost trail of itself on the window underneath, as if the ...
14
votes
1answer
2k views
Keep QPixmap copy of screen contents using X11, XDamage, XRender, and other tricks
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 this:
QDesktopWidget *w = ...
14
votes
5answers
11k views
How to get an X11 Window from a Process ID?
Under Linux, my C++ application is using fork() and execv() to launch multiple instances of OpenOffice so as to view some powerpoint slide shows. This part works.
Next I want to be able to move the ...
10
votes
3answers
48k views
“No X11 DISPLAY variable” - what does it mean?
I am trying to install a program (a Java application) on my linux machine (I am using Slackware). I have received the following mistake, and I do not understand it. Could you advise me how to approach ...
8
votes
1answer
4k views
X11: move an existing window via command line?
Given an X client window ID, is there a way to move that window or change its geometry from the command line?
$ xlsclients -a
Window 0x3000001:
Machine: ohm
Name: Terminal
Icon Name: foo
...
8
votes
2answers
2k views
How do I get my Emacs to *always* use 6x13 on X11
I recently declared .emacs bankrupcy and reorganized my init stuff. In
the process, I ripped out all the hacky font selection stuff I had
accrued over the years, figuring there are probably easier ...
8
votes
12answers
2k 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' KDE setups. But if ...
8
votes
5answers
11k views
What is a good and free X Server for Windows
What is a good and free X Server for Windows?
Cygwin - I've had various issues and install problems with this in the past
Xceed - The employer won't pay for the license.
Putty - Amazing for telnet ...
7
votes
3answers
362 views
Multithreaded X11 application and OpenGL
I'm trying to create a multithreaded opengl application with libx11 - with one separate thread per window, and one manager thread.
I have an event loop in the manager thread:
while(true)
...
7
votes
2answers
341 views
What is the Linux/X11 (and Mac OS X) equivalent to Win API SetCapture() function?
On Windows you can "capture" the mouse to continue receiving mouse events even when it goes outside the window's client area. Here the SetCapture() documentation: ...
7
votes
2answers
1k views
X11: raise an existing window via command line?
Given an X client window ID, is there a way to raise that window from the command line?
$ xlsclients -a
Window 0x3000001:
Machine: ohm
Name: Terminal
Icon Name: foo
Command: foo
...
7
votes
3answers
2k views
Can I use LGPL library in BSD/X11 licensed project?
I am writing a small general purpose library, which i would like to use in my BSD/X11 licensed project. I want to include globalisation support in it, specifficaly, i would like to use Glib::ustring ...
7
votes
3answers
3k views
GTK implementation of MessageBox
I have been trying to implement Win32's MessageBox using GTK. The app using SDL/OpenGL, so this isn't a GTK app.
I handle the initialisation (gtk_init) sort of stuff inside the MessageBox function ...
6
votes
2answers
124 views
Disable/suppress tcltk prompt in R
My question is similar to a question previously posted but never really answered here:
Disable GUI, graphics devices in R
I do not like the R tcltk popups for CRAN mirror selection. They also pop up ...
6
votes
3answers
157 views
How to block a linux program from being print screened? [closed]
I need to prevent my users from print screening the data that my program displays.
Right now the idea I have is to make it a full screen program, where probably calling any other linux shortcuts or ...
6
votes
3answers
697 views
Linux X11 - Global Keyboard Hook
Is it possible (or how) to create a mechanism (in Linux X11, C++) that works like a global hook in windows (SetWindowsHookEx())?
I would like to be able to catch the key event but with the ...
6
votes
1answer
366 views
Modern ways to write a window manager
I'm trying to write a window manager. (Actually, I have written an OS and a compiler, but that's beside the point.)
XLib and xcb aren't exactly nasty, at least not by, say, win32 standards, but they ...
6
votes
1answer
560 views
Mouse cursor position in C on multi screen system
how can I set the mouse cursor in an X window in C under Linux with multi screens? I have 2 monitors (with different resolution) plugged to a single linux pc.
I used ":0.1" to address the second ...
6
votes
7answers
1k views
Creating a window manager for Linux
I want to create a simple stacking window manager (in C) for private use, mainly for the purpose of learning and challenging myself.
I've looked through twm's source code which has relatively few ...
6
votes
6answers
632 views
How would you build a “pixel perfect” GUI on Linux?
I'd like build a GUI where every single pixel is under my control (i.e. not using the standard widgets that something like GTK+ provides). Renoise is a good example of what I'm looking to produce.
Is ...
6
votes
4answers
2k views
Building a Window Manager
One of my new home projects will be a simple Window Manager, but before start I need to know some things:
Which is the best language to do this?
Where to get some resources to learn?
6
votes
1answer
501 views
Where do I start making a linux input hack?
When you hold "shift" and scroll with your mouse on a mac, it interprets your vertical scroll motion into horizontal scroll actions. This is my most missed feature when working on linux, and I would ...
6
votes
4answers
2k views
Intercept WM_DELETE_WINDOW on X11?
I'd like to intercept the WM_DELETE_WINDOW message that is posted to a certain selection of windows that an application I'm writing (AllTray), so that I can act on it instead of the application ...
6
votes
12answers
4k views
Best setup for Linux development from Windows?
What's the best setup for developing Linux apps from a Windows workstation? Right now I'm connected via SSH to our Linux development server and am using Eclipse, forwarded over SSH via PuTTY, to the ...
6
votes
3answers
10k views
How do you hide the mouse pointer under Linux/X11?
How do I hide the mouse pointer under X11? I would like to use the built in libraries in order to do this and not something like SDL (SDL_ShowCursor(0)) or glut (glutSetCursor(GLUT_CURSOR_NONE)). ...
5
votes
2answers
188 views
How do you exit X11 program without Error [closed]
I have a fairly simple "Hello World" in X11 at end of question. But when it exits I get the run time error messages below:
$ ./xtest
XIO: fatal IO error 11 (Resource temporarily unavailable) on X ...
5
votes
1answer
364 views
“Seamless” multi user session in linux/X11 [closed]
The goal
I would love to have a multi user system (based on linux) using only one X11 session with multiple screens and pairs of mouse and keyboard. So two (or more) people can work with the same ...
5
votes
2answers
261 views
How do I get the window that currently has the cursor on top of it with X11?
How can I retrieve the top window of which the cursor is on top of in the X11 server?
The window doesn't have to be ”active” (selected, open, whatever), it just has to have the cursor floating on top ...
5
votes
2answers
356 views
How does X11 clipboard handle multiple data formats?
It probably 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 pasted piece has ...
5
votes
4answers
1k views
Using GVim on Windows to edit remote Linux files?
Is it possible to use gvim to edit remote Linux files if I am running Windows?
To elaborate, I would like to connect to the Linux server via Putty and then use my local gvim instance to edit the ...
5
votes
5answers
1k views
Emacs X11 autocompletion (intellisense)
I use visual studio for day to day programming (read putting food in my mouth) but for personal programming (read c/c++ hacking) I use Emacs.
Right now I am doing a programming exercise involving ...
5
votes
4answers
893 views
How to programmatically switch to a specific window in compiz?
Is there a command to tell compiz that we want to bring in front and set focus to a specific window?
How should we identify the window in that command?
The reason behind this question is the ...
5
votes
3answers
2k views
Is it possible to port an X11 server to the iPhone?
I'm looking for an X11 server on the iPhone to be able to use the NX protocol. There are RDP clients, Citrix clients, VNC clients, but no X11 server...
Do you think it is possible to port (or create ...
5
votes
3answers
3k views
How to identify top-level X11 windows using xlib?
I'm trying to get a list of all top level desktop windows in an X11 session. Basically, I want to get a list of all windows that are shown in the window managers application-switching UI (commonly ...
5
votes
7answers
4k views
Fake X11 display?
I have a Java program using AWT which I would like to run on a headless system. The display for the program does nothing other than display stats. When the program finishes, it exits. There is no user ...
4
votes
1answer
73 views
Is there a way to run GUI application in a headless way in Mac?
I'm using following techniques to run GUI application in Linux and Windows:
Linux:
:~$ Xvfb :99 -ac &
:~$ DISPLAY=:99 ./app
This won't work for 100% in Mac OS X, even though Xvfb is installed ...
4
votes
1answer
77 views
Xlib center window
I am writing a Xlib app where I want the window to be centered. I have used XMoveWindow with (desktopWidth - width) / 2, (desktopHeight - height) / 2 and it is roughly in the right place.
However the ...
4
votes
3answers
166 views
What exactly is a Graphic Context?
What exactly is encapsulated by a Graphic Context (or Device Context in Windows)?
The various definitions across the net agree that a context encapsulates the parameters for the various graphics ...
4
votes
1answer
284 views
Does Android use a custom windowing system?
As far as I know Android is not using X11 or is it? If it isn't, does anyone know how exactly EGL binds to some kind of a native window as is the usual case?
4
votes
2answers
1k views
Global Hotkey with X11/Xlib
My goal is to have a program that sleeps in the background but can be activated by the user via some "hotkey". From digging around the Xlib manual and the Xlib O'reilly manual, I gather that the ...
4
votes
5answers
1k views
Why is DirectFB not more widely used in GNU/Linux? Are there crippling limitations to it that don't exist in X11?
As far as I understand, DirectFB offers hardware acceleration for many kinds of graphics cards. Additionally, it's smaller, faster, and uses up less memory than X11. Why then, is it not more ...
4
votes
2answers
2k views
X11 - How to raise another application's window using Python
I'd like to be able to raise another application's Window using Python.
I did see this, which I suppose I could try:
...
4
votes
6answers
4k views
How to set cursor position in C on linux?
how can I set the mouse cursor position in an X window using a C program under Linux?
thanks :)
(like setcursorpos() in WIN)
EDIT:
I've tried this code, but doesn't work:
#include <curses.h>
...
4
votes
2answers
815 views
Global Hotkey in Mono and Gtk#
I'm trying to get a global hotkey working in Linux using Mono. I found the signatures of XGrabKey and XUngrabKey, but I can't seem to get them working. Whenever I try to invoke XGrabKey, the ...
4
votes
1answer
814 views
Can I make an X11 window OpenGL capable after it has been created?
I want to be able to render to an X Window given just its id.
In this case I have a window created in python by gtk.
I can get the window ID of a gtk.Drawable and pass it into my C python module, ...
4
votes
2answers
611 views
Raster graphics in xterm?
No, not ASCII graphics, see the screenshot here:
http://en.wikipedia.org/wiki/W3m
How is that even possible?
I checked the source and it only prints character sequences. However, I am unable to ...
4
votes
2answers
656 views
Drawing on the X root window
I'd like to be able to draw on the root window in Linux.
I.e. make an OSD.
I'm using Gnome.
Code samples or links to them would be appreciated.
4
votes
3answers
874 views
Anti-aliased text in X11
I'm experimenting with Xlib to gain a deeper understanding of how Linux GUI programs work. I've written a simple program that display "Hello, world" in a window, but it looks rather anachronistic ...
4
votes
1answer
192 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 like XDnD, Xinerama, ...
4
votes
1answer
659 views
Help: Maximum number of clients reached - Segmentation fault
I want to simulate many key press events. I found a solution by using XTestFakeKeyEvent, but when I simulate more than 210 times my program raises a "Maximum number of clients reached" segmentation ...