The X window system (commonly X Window System or X11, based on its current major version being 11) is a computer software system and network protocol that provides a basis for graphical user interfaces (GUIs) and rich input device capability for networked computers.
0
votes
0answers
6 views
Kali LInux can't startx a non-root user [migrated]
How to do startx work in normal user?
1. I'm installed Kali linux from Mini iso network install on Virtualbox.
2. Installed xfce and startx on root account.
$apt-get install xfce4
$apt-get install ...
-1
votes
0answers
24 views
Ubuntu: How to run multiple xscreens with Intel graphics? [closed]
Folks,
I am running Ubuntu 12.04 minimal plus openbox.
Earlier, I was using nVidia card. The card supported HDMI output (for my projector) and a VGA output (for my monitor). Application ...
0
votes
1answer
6 views
configure error: X is not found
I get the following running a ./configure script:
configure: error: You must have a working copy of X installed.
I wonder as I do run an X server. What should I install here?
0
votes
1answer
62 views
Show a colour X Window Pixmap in the root window's background
I have a got a colour X PixMap file, GCC compiler, a working X server on a display and a very simple task: show an XPM file in colour by a C/C++ program via the X Server running on a display.
I have ...
0
votes
0answers
121 views
Find X user idle time in script for all users without root access
I'm wondering whether it is possible to get the idle time for all users on a given linux system that I access via SSH.
who -Tu
works well for idle times of users in terminal but does not update ...
0
votes
0answers
114 views
Eclipse running slow over Cygwin ssh
I use Cygwin running under Windows XP to make an X Windows ssh connection to a RedHat server.
I’ve run a few applications through the Cygwin/X interface, and they perform fine. However, the main ...
0
votes
1answer
46 views
Use XGetPointerMapping/XSetPointerMapping to swap mouse buttons
I have found these two APIs at http://linux.die.net/man/3/xgetpointermapping. I think that they can be used to swap mouse buttons on linux or mac system. I used it in following way:
...
0
votes
0answers
25 views
0
votes
1answer
28 views
Accessing intra-window widget heirarchy
Editres is a pretty powerful program for displaying and even modifying properties of widgets within an application window. I believe it interfaces with the X resources. However, very few programs ...
4
votes
2answers
84 views
Limiting the monitor to a region in Linux [closed]
I have a laptop with a broken 13 inch display. The left half of the display is completely black and I cant's fix it for now. I was wondering if it's possible to write a program in any language to ...
0
votes
1answer
53 views
Fake X server for testing?
At work we fully test the GUI components. The problem arises from the fact that, while the testsuite is running, the various components pop up, stealing the focus or making it impossible to continue ...
0
votes
1answer
76 views
ProcessBuilder launching of X11 app fails with java7, worked with java6
I have a server process written in java that uses ProcessBuilder to launch a command line program (the R statistic engine) that can cause X11 to start up when run with the Apple 1.6 jvm. However, this ...
0
votes
0answers
44 views
displaying python plots across a network
I need to run the following snippet of code remotely on a couple of different Linux machines:
import pylab as pl
tmpfig=pl.figure()
pl.plot(x_data,y_data)
tmpfig.show()
On one machine, everything ...
0
votes
1answer
208 views
Where to learn X11 or XCB?
I want to create a software that requires X11 render window that is stacked on the top and grabs the keyboard and mouse(just like a screen locker) but all I could find was a shallow documentation with ...
0
votes
1answer
109 views
Reparent and insert a X-Window into the Java component tree
I have to reparent a X-Window (from a C++ app) on a Java frame (from a java app). This X-Window has to be inserted inside the Java component tree so that the z-Order would be respect. To do that, I ...
0
votes
0answers
34 views
How to get Xscreensaver settings to take effect immediately? [closed]
How to get the settings changes in the .xscreensaver file to take effect immediately?
1
vote
0answers
27 views
xscreensaver-settings not taking effect immediately, why?
According to the xscreensaver manual in order to get the settings changed in the .xscreensaver file to take effect immediately, we have to run the following commands:
xrdb < ~/.Xdefaults
...
1
vote
1answer
60 views
Controlling placement of non-x utility programs using xinit
Just getting started with linux programming and X Windows in specific. I am trying to make an application where I launch 4 different programs (such as VLC, web browser etc) in a quadrant view. For now ...
0
votes
3answers
206 views
Cygwin XWin server randomly loses connection
I am using cygwin to ssh into a remote linux box and am using the cygwin XWin server to display gui applications.
When I first connect to the remote machine, the following warnings are displayed:
...
0
votes
1answer
55 views
Passing the execution of a program to another window manager
I am currently using Arch Linux and Xmonad, but it doesn't seem to play all that well with my OpenGL projects for my college course. Currently, I am simply switching to another X server running ...
0
votes
1answer
2k views
VisualVM can not start
I have a remote Debian Squeeze server. I've installed Oracle JDK 1.7.0_07 manually and configured alternatives to every binary in jdk/bin path. Also i exported the global JAVA_HOME variable.
# java ...
0
votes
0answers
51 views
Cut a rectangle out of an NSBezierPath and get the resulting path
Can you cut out a rectangle (or preferably even a path) from an NSBezierPath AND get at the result? I know you can set a clip path in a graphics context, but it seems there is no access to the ...
0
votes
0answers
64 views
Wmctrl : pid is 0
When I execute wmctrl -p -l a custom program we made is listed as
0x02a00003 0 0 N/A MissingPid
In the manual is it written
Include PIDs in the window list printed by the -l action. Prints ...
1
vote
1answer
69 views
DDE/IPC in linux gui?
There used to be Dynamic Data Exchange API (type of IPC) in windows which allowed sending notifications with params to running process and they would grab focus and conduct the operation. Is there ...
1
vote
1answer
38 views
Opening sockets to the Xserver directly
I'm looking to understand how Linux Desktop Environments work with Xserver. I was reading that most window managers don't open sockets directly, instead they use either Xlib bindings for which ever ...
2
votes
1answer
113 views
X Windows events on Linux
I'm trying to teach myself out of curiosity how to grab events between two or more X windows on Linux. So far I'm a terrible hack at it and can only get the FocusIn and FocusOut events.
Anyone have ...
0
votes
0answers
33 views
Why has NX technology not been baked into the standard (X.org) X Window System?
Why has NX technology not been baked into the standard (X.org) X Window System? It seems like this would be a very useful thing. Is this harder than it seems, or simply a lack of resources on the ...
1
vote
1answer
259 views
Ask window manager to place matplotlib plot windows “always on top”?
The question sounds simple, I'm currently using Xfce4 under Linux and I want all the interactive plots popped out of python/matplotlib scripts, to appear On Top of all other windows
Basically I want ...
1
vote
0answers
101 views
issue with python Idle on fedora
When running python idle on my fedora machine, sometimes the keyboard will suddenly frozen and I have to restart idle again.
So I tried "idle -n," and got error messages like the following:
"
...
0
votes
0answers
98 views
Linux vs Windows for Tracking Keyboard and Mouse [closed]
I'm doing some research on keyboard dynamics and mouse movement of different users and would like to write a C++ program that runs in the background and collects that information. Can you recommend a ...
3
votes
1answer
633 views
Remove titlebar in Gnome
I have a window in Gnome whose titlebar I would like to remove. This was easy in FVWM2: I just set the window style to include NoTitle. In Gnome there does not appear to be a similar option.
I ...
0
votes
3answers
130 views
Cannot get XCreateSimpleWindow to open window at the right position
The following code opens a window of the right size, w,h, but not at the correct position, x,y.
#include <iostream>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include ...
1
vote
1answer
244 views
Playn error - org.lwjgl.LWJGLException: X Error
After much work around, now i am able to understand the playn environment. Every thing is ok now, but, when i enter:
mvn install (from the main directory)
(or)
mvn java/pom.xml test -Ptest-java
I ...
0
votes
0answers
67 views
xterm active line screen position
Is it possible to configure the active line in an xterm window to appear somewhere other than the bottom of the screen?
While there are advantages, my monitor is not positioned for the bottom of the ...
0
votes
2answers
644 views
Cron job: how to run a script that requires to open display?
I want to set up a cron job to run a python script, but it gives me this error:
RuntimeError: could not open display
This is because I import a module that requires me to open display (pylab, for ...
0
votes
0answers
59 views
Linux gnome desktop XWindows appication multiple expose events issue
I having multiple expose events problem on Linux gnome desktop in C/C++ application. I have the following code which works fine on Solaris CDE desktop. Any help is appreciated.
...
3
votes
2answers
261 views
Running a GUI app on linux, without showing the gui?
I'm working with an api that requires an app to be started, the app runs a GUI on linux.
I need to punsh in some login information and then hide the app.
Is there a way I can go to the machine ...
4
votes
2answers
140 views
Need some advice about migrating from Motif to Gtk
I'm doing a project about migrating a legacy GUI program from Motif to Gtk.
The source code is quite long (about 80k lines).
Now I have two plans:
Simply find the corresponding relationships ...
0
votes
1answer
172 views
NetworkManager dispatcher script
scripts in /etc/NetworkManager/dispatcher.d will got exec and parameters will be passed to the scripts by NetworkManager.
One of my laptop BIOS is malfunctioning, I have to manually sync the time, ...
6
votes
2answers
856 views
Make Alt_R an Alt (A-) modifier key (instead of a Meta (M-) modifier key)
I want to set Alt_L as META (ie. M- in emacs) but Alt_R as ALT. How do I modify .Xmodmap and/or .emacs to achieve this?
0
votes
2answers
35 views
How do I forward output from X to multiple clients?
I am currently building a server using Debian Squeeze. It will be administered by myself and a friend, and I am wondering if it is possible to forward the output from ONE process to TWO clients.
As ...
0
votes
2answers
197 views
Resources for Programming the Linux X-Server
Are there any out there that are easy to get ahold of? Preferably free, as I don't have any money to spend right now.
What I'm trying to Accomplish
Basically, I'm writing a multi-platform ...
1
vote
1answer
140 views
X11 MotionNotify events don't show up in a seperate shared library?
I have two shared libraries: one for setting up windows and rendering to them with opengl, and another seperate input library which gathers mouse and keyboard input for the windows which are created ...
3
votes
0answers
444 views
How do I read the pressure value from a graphics tablet stylus in Linux?
I am trying to add pressure sensitivity support to Synergy on Linux. I
believe the first step should be to detect the pressure value on the
server side. The stylus movement comes in as a MotionNotify ...
4
votes
2answers
2k views
how to quit the blocking of xlib's XNextEvent
Under windows, the GUI thread usually call GetMessage to waiting for message,
when another thread use PoseMessage put a message into the queue, then the
GUI thread will return GetMessage (quit ...
2
votes
1answer
323 views
Run script on Fedora screen lock
I'm looking for a way to run a program when locking the screen in Fedora 15 linux. Basically I want to start running a motion detection program when the screen locks, or I manually hit Ctrl+Alt+L, but ...
-1
votes
1answer
641 views
Ubuntu 11.10 - How to get into console without X [closed]
I need to install nvidia driver on Ubuntu manually.
One problem is that I have to install it without X running.
I tried press --, it bring me to a tty buy the X is still running.
I was also ...
1
vote
0answers
166 views
What remote desktop solutions are viable in Ubuntu beyond the desktop upheaval?
Is there any obvious combination of client/server remote desktop technology that we can expect to rely upon in the near-term future?
I have been happily using Nomachine NX Client to connect to NX ...
1
vote
1answer
416 views
How to find the X geometry of the root window that excludes any GNOME panels or other GNOME “things”?
I need to find a way to obtain the geometry suitable to pass to some X
window command's -geometry option so that it is guaranteed to cover
all of the X root window that does not overlap with anything ...
0
votes
2answers
162 views
QApplication and handling X server shutdown
I have a Qt application that runs on a linux machine that displays UI windows on a Windows machine running an X server. There's a strong possibility that the users of my application will logout of ...



