Tagged Questions

X.org is the display server used in most Unix and Linux distributions.

learn more… | top users | synonyms

13
votes
4answers
335 views

Would dropping X altogether hurt?

I live in the linux terminal all the time under my slackware GNU/linux system (an EeePC). By default, GNU Emacs won't start if It can't find several Xorg libraries. Assuming I will never use X ...
5
votes
2answers
758 views

How to create a callback for “monitor plugged” on an intel graphics?

I've got an eeepc with an intel graphics. I'd like to hook a script to the event of a monitor plugged via VGA. How to do that?
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
1answer
76 views

Run Portrait Video Output Pre-X Server

I know it's possible to rotate video output in X server to display in portrait mode as well as landscape. I'm curious if it's possible to rotate the video output that occurs pre-X server. The white ...
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
1answer
470 views

Why does X choke after I draw to the root window

For background, I'm running Debian Lenny, and have tried this with both GNOME and Fluxbox. Anyway, I've been looking at how to draw on the desktop, and I found and tried this code here: ...
5
votes
6answers
2k views

Linux: Fastest way to draw

I need to draw an 2d-array of color triplets on the screen, what is the fastest way of doing that? The target language is C/C++ and the program has only to work on Linux, but platform independant ...
4
votes
2answers
3k 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 Listening for ...
4
votes
4answers
2k views

Is there a simple way to detect mouse or keyboard activity in Linux/Xorg/Qt4/Kde4?

Is there a simple way to detect mouse or keyboard activity in Linux or Xorg or Qt4 or Kde4 environment? Obviously not only on a particular window but in the entire Xorg desktop. Thanks for the help.
3
votes
2answers
68 views

How to check if Xorg is running in emacs lisp?

I've got some things in my configuration that works only in Xorg else dropping errors. To solve it I need to know if Xorg is running or not. How can I check it ? (defun nCdy-mode () ;; TOOD: Add ...
3
votes
2answers
685 views

What is wrong with my X11 code?

I am attempting to get the X Window at a certain location on screen. When I asked people for a function to do this, they said you would just call XQueryTree recursively. This is the code snippet ...
3
votes
3answers
243 views

How to distinguish Xsun from Xorg, programmatically?

VendorString() doesn't work, it's always Sun Microsystems, even if it is Xorg built for Solaris.
2
votes
2answers
85 views

Current stable xlib wrapper for ruby?

My project has simple requirements: Grab the contents of an existing xorg app's window (do some ocr) Draw something over the existing app's window (to an overlay) Requirement 2 isn't so important, ...
2
votes
2answers
151 views

Qt4: Making fullscreen window impossible to get around (a lock screen)?

My application is an OS lock screen (like GDM's lock screen or KDE's), so I'm trying to make it function like one. I am trying to make my application's window hover above all other windows and ...
2
votes
1answer
71 views

Mechanism of clipboard of xwindow

Can anybody explain the mechanism of clipboard of xwindow to me? For example, if I make a operation of open a file from gedit and copy the content of this file using ctrl+c. And then I open vim and ...
2
votes
0answers
269 views

Parsing /dev/input/mouse0 for Multi-Touch

I need to enable gesture detection (in userspace) from a multi-touch synaptics touch pad on linux. Reading from the mouse device file (/dev/input/mouse0) for the touchpad, I've figured out that it's ...
2
votes
1answer
93 views

Drawing popups in X11

I would like to draw a popup in X11. Something like the slider that appears in KDE and GNOME when you press volume or brightness control buttons. This is what it looks like in GNOME: What library ...
2
votes
1answer
77 views

Version information on Xserver modules

I am trying to find a tool that will extract the module version information (a part of the module record) fron an Xserver module. For example, in the Xorg logs I can see the following information for ...
2
votes
1answer
157 views

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 available kernel driver, but could not find any documentation on how to build an ...
2
votes
4answers
357 views

Which display manager for a non interactive Python app and mplayer?

I am developing an application that will run on Linux to run fullscreen all the time (no menus or trays or anything will be visible). The application is going to be developed in Python, not that that ...
2
votes
1answer
775 views

How do I map an X11 keysym to a Unicode character?

X11 maps keycodes to keysyms and then maps keysyms to Unicode. What's a good way to retrieve keysym to Unicode mappings in a program?
2
votes
1answer
1k views

Sending keycode to Xorg + wine with bash script

How do I send keycode to currently running application in linux which is running under wine? I would like the it to be under bash for simplicity.
1
vote
2answers
42 views

How to map a X11 KeySym to a Unicode character?

This is an exact duplicate of this question; however the code linked in the accepted answer is nearly 11 years old, and this comment in the code leads to my duplicate question: The keysym -> UTF-8 ...
1
vote
1answer
30 views

How to know the resolution screen width and height when i have dual head or triple head from one PC?

I have dual head (VGA output, DVI or HDMI output) from 1 PC using this xrandr --output VGA1 --left-of LVDS1. Each having 1024x768 resolution. When i use this using Java: screen = ...
1
vote
1answer
34 views

How can I make XCursor Themes “lefty”

I have some XCursor themes I like. But since I'm a left hander I want to know if I can use some setting option in Xdefaults that make "Lefty" cursors the default. Or do I have to get specific lefty ...
1
vote
1answer
50 views

How does compositor works on X?

I am trying to understand how compositors work on X (well basically because neither xcompmgr nor cairo-compmgr can draw shadow properly for my awesome wm~~~) I have read part of the source code both ...
1
vote
2answers
33 views

Xorg stops working after all X applications has exited

I have a simple application which I use to determinate when my X server is ready. The application is used in the init process, and all X-applications depend on it to be completed. It keeps on trying ...
1
vote
0answers
206 views

Cutycapt, wkhtmltopdf, wkhtmltoimage, phantomjs not displaying characters properly

The only characters they are displaying are the English ones. The layout of the printed page is as it should be, but the only thing that is wrong is the characters in any script other than english ...
1
vote
1answer
75 views

Control mouse and keyboard from C# Mono on Linux

I have been writing a C# app that works fine on Windows. It controls keyboard and mouse, and send keystrokes to the currently open program. However, I want to port my application to Linux, and ...
1
vote
0answers
33 views

What is the most complete chinese UTF-8 font suitable to use with XTerm in XFree86/X.Org?

What is the most complete chinese UTF-8 font today to be used with Xterm in XFree86/X.Org?
1
vote
1answer
233 views

Desktop sharing with Xnest/Xephyr?

Is it possible to create a "shared" desktop expirence for two users using Xnest or Xephyr? That is, a single "fake/virtual" X desktop session gets rendered in to a window on two different real X ...
1
vote
1answer
50 views

XCloseDisplay hangs

I'm working on a small self-written window manager, the project is at the very beginning and there are just a few lines of code communicating with the X server. The problem comes at exit: the program ...
1
vote
1answer
41 views

InvalidCursor error from multi-threaded SDL application

I rewrote Lode's raycasting tutorial code to make it process events in a separate thread. I found out that any SDL calls that call xlib functions need to be the main thread, so in this code all ...
1
vote
1answer
122 views

Creating an animated graphics overlay with Python

I'd like to hear the best means for displaying graphics that move on-screen as an overlay with Python. The intended initial platform is Linux. I've worked up some small demos using PyQt using ...
1
vote
1answer
174 views

Writing a lockscreen for Linux?

I've been looking around for a nice lockscreen to use with my XFCE system, but it seems like there are any slim lock screens around. I'm currently using slock, but it's just a blank screen with ...
1
vote
1answer
192 views

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: import sys import os from Xlib import X, XK, display from Xlib.ext ...
1
vote
1answer
126 views

Qt and multiscreen

I have an example application that came with Qt (dialogs/standarddialogs) and modified it so that it displays dialog on every screen: for(int i=0;i<app.desktop()->screenCount();i++) { ...
1
vote
2answers
325 views

Does xlib have an active window event?

I am trying to write a program that tracks when the active window changes using Xlib. I am have trouble figuring out the best way to do this. These are my ideas so far: Every second use ...
1
vote
2answers
181 views

get xorg.conf serverLayout with c++

I am currently working on a multi window application that spans over multiple screens. The software is written with xlib and runs on ubuntu 10.10, gnome desktop. To get the position of every window ...
1
vote
1answer
73 views

Qt Application streching on meego after random time

I am running a Qt application on Meego platform. The application is streching to full screen after random amount of clicks on application. After streching, even Xorg also gets corrupt. After ...
1
vote
1answer
140 views

Is there a reliable way to programmatically determine that a window manager has fully initialized?

I want to run a minimal X session with just a window manager and a single fullscreen program. The obvious way to do this is by putting something like this in .xinitrc: metacity & # this could be ...
1
vote
3answers
114 views

Opening Macro definitions: tdfx_span.c: lvalue required as left operand of assignment

I'm trying to compile X11R6-7.0 under Ubuntu maverick and got some weird compilation errors I'm unable to resolve myself. I needed X11R6-7.0 as ati catalyst drivers don't support newer xorg and oss ...
1
vote
1answer
482 views

Saving xlib XImage to PNG

I am using xlib. I have an XImage structure filled with information from an XGetImage() call. Is there a popular method to get from XImage to something more meaningful.. namely PNG? I have looked at ...
1
vote
3answers
187 views

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. I've do some ...
1
vote
1answer
338 views

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 ...
1
vote
3answers
878 views

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-ordinates at an exact time ...
1
vote
4answers
778 views

Xorg, Python, and Current Window Title

After stackoverflow answered my previous question on here about my Wiimote left/right click issue, Not only can I move the mouse cursor, I can now left/right click on things. I now have one more ...
1
vote
1answer
871 views

Are there ways to run Android on XWindows?

I was wondering if there are ways to run Android on XWindows (Xorg) without any emulation and using X11 (or a window) to render graphics... I've read that Android uses the FB device (and I don't know ...
1
vote
1answer
283 views

getting HTML source or rich text from the X clipboard

How can rich text or HTML source code be obtained from the X clipboard? For example, if you copy some text from a web browser and paste it into kompozer, it pastes as HTML, with links etc. preserved. ...
1
vote
1answer
261 views

Development packages for X11 for CentOS

Some one know what are development packages for X11 for CentOS 3? Thank you for ahead

1 2