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.

learn more… | top users | synonyms (1)

52
votes
5answers
14k views

Mountain Lion rvm install 1.8.7 x11 error

After update to Mountain Lion, I tried install 1.8.7, and I got error. X11 file not found, I installed Xquarkz, but nothing changed. Whats wrong? Fail to find [tclConfig.sh, tkConfig.sh] Use MacOS X ...
38
votes
9answers
45k 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 ...
26
votes
2answers
9k views

Cannot launch git gui using cygwin on windows

I used to launch git gui within my cygwin console without any problems but since I updated cygwin I've got the following error message: $ git gui Application initialization failed: no display name ...
24
votes
3answers
749 views

Does anyone know an xlib function to trap a keypress event without losing the original focus?

Does anyone know an xlib function to trap a keypress event without losing the original focus? (or "to use XGrabKey() without generating Grab-style focusout"?) The XGrabKey will lose focus on key ...
23
votes
6answers
15k 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 ...
20
votes
3answers
102k 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 error, and I do not understand it. Could you advise me how to approach ...
18
votes
5answers
6k 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?
16
votes
2answers
380 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 ...
15
votes
7answers
4k 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 ...
14
votes
7answers
1k views

Fastest method for screen capturing on Linux

This question is similar to this one Fastest method of screen capturing but for linux/X11. To be more specific, i need a method to capture the pixel images of one window (the programmatic ...
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 = ...
13
votes
7answers
17k 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)). ...
13
votes
3answers
4k 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 ...
12
votes
6answers
13k views

Webdriver Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

I have box where I run tests. It seems like Jenkins would ssh in and execute commands described in the specific job that's running. Here I am trying to run my Selenium Webdriver tests, but it tells ...
11
votes
6answers
5k views

Cygwin gitk issue

I have recently installed all of the X11 packages in the cygwin setup and now have is massive annoying error with not being able to see gitk. Everything was working perfectly well until I installed ...
11
votes
3answers
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 ...
10
votes
4answers
6k views

Xlib.h not found when building graphviz on Mac OS X 10.8 (Mountain Lion)

When using homebrew to install graphviz, the script gets to the point of "Making install in tkstubs" and then throws the following fatal error: In file included from tkStubLib.c:15: ...
10
votes
2answers
9k views

How to run an X program from outside the X session (e.g. from the console or SSH)

Without being the person logged in at the console, how do I run an X application and have it display on that X session? Assume I am either root, or I am the same user who logged in, so in principle I ...
10
votes
4answers
2k 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 ...
10
votes
1answer
7k 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 ...
10
votes
1answer
744 views

An error ['\+' is an unrecognized escape in character string starting “\+” while creating a R package

I tried to create a package using some functions and scripts I created (using X11 on a Mac). While R CMD check was doing its work, it encountered a problem as follows: temp = ...
9
votes
6answers
10k 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> ...
9
votes
12answers
9k 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 ...
9
votes
1answer
11k views

How to find X11/extensions/XTest.h

I am using ubuntu 10.10, and when i compile chromium, it said remoting/host/event_executor_linux.cc:9: fatal error: X11/extensions/XTest.h: No such file or directory But i have already installed ...
9
votes
2answers
772 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 ...
9
votes
2answers
2k 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 ...
9
votes
4answers
678 views

x11 forwarding with paramiko

I'm trying to run a command with paramiko that should be able to open an X window. The script I'm using would something as follows: import paramiko ssh_client = ...
9
votes
2answers
2k 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 ...
9
votes
4answers
3k 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 ...
9
votes
1answer
263 views

How do I use the xlib and OpenGL modules together with python?

I know it is possible to use Xlib and OpenGL together, with GLX (I've done it myself in C). The problem is, how do I do this in python? The OpenGL module has GLX functionality [documentation], but ...
8
votes
7answers
7k 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 ...
8
votes
6answers
6k 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 ...
8
votes
12answers
3k 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
3answers
609 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 ...
8
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 ...
8
votes
2answers
1k views

Does Mac X11 have the XTEST extension?

So I moved some X programs down to the mac, and I'm getting Error: XTEST extension unavailable on '(null)'. from xdotool. Does OS X X11 come with XTEST? If not, is there a way to add it?
8
votes
2answers
2k 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 ...
8
votes
1answer
717 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 ...
7
votes
2answers
28k views

Cannot connect to X server :0.0 with a Qt application

Compiling on Fedora 10. I have just started my first qt GUI application. I used all the default settings. Its just a simple form. It builds OK without any errors. But when I try and run the ...
7
votes
6answers
1k 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 ...
7
votes
5answers
24k views

How can I specify a display?

When I run some programs over SSH, such as "firefox &", I get an error Error: no display specified I would like open many displays, still showing the stdout of each program. Initial ...
7
votes
4answers
3k views

Ignore auto repeat in X11 applications

If you press and hold a key in X11 while AutoRepeat is enabled, you continuously receive KeyPress and KeyRelease events. I know that AutoRepeat can be disabled using the function XAutoRepeatOff(), ...
7
votes
2answers
3k views

Possible to use pyplot without DISPLAY?

I'm working remotely on a machine that's pretty restrictive. I can't install any software, and it won't accept my X11 session, so I have no display. The machine currently has pylab installed, and I'd ...
7
votes
2answers
3k views

X/Gnome: How to measure the geometry of an open window

Is there a standard X / Gnome program that will display the X,Y width and depth in pixels of a window that I select? Something similar to the way an xterm shows you the width and depth of the window ...
7
votes
4answers
3k 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 ...
7
votes
5answers
1k views

X11/GLX - Fullscreen mode?

I am trying to create a Linux application - a screensaver, in this case - and it is proving remarkably difficult to find information on the simple task of making a window full-screen. Even the code of ...
7
votes
2answers
2k 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 ...
7
votes
2answers
486 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
3answers
2k 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
4answers
3k 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 ...

1 2 3 4 5 20