Tagged Questions
The xserver tag has no wiki summary.
6
votes
4answers
823 views
A /dev/null equivilent for DISPLAY when the display is just noise
I'm running a java app which creates a visual display of some of the things it is doing, while it is doing it. However, I'm want to run this in a script that won't have a display to attach to. In the ...
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 ...
4
votes
6answers
990 views
Do Qt Applications require KDE?
Do all Qt applications require KDE to be installed? Is it enough if the Qt runtime is installed along with GNOME? Can I make a Qt application look exactly like a GTK application under GNOME? Could ...
3
votes
2answers
98 views
How does GUI output work from application to hardware level?
I am getting into GUI programming and did some research. Now not everything is clear to me.
If I would use GTK+ as toolkit, how does it communicate with the graphics card?
On a Linux system I suppose ...
3
votes
3answers
411 views
Attach/Detach to a remote instance of Eclipse
When using Eclipse over X-Windows on a remote shell (X port forwarding), is there a way to simply detach my X connection and come back to the process later. For a little more clarity, I'm on a ...
2
votes
2answers
171 views
How do I light up the Caps Lock light with xset?
I wrote a little fetchmail script that checks the remote server and plays an audio file when I have new mail. I also wanted to also light up one of my keyboard lights when the mail was available but ...
2
votes
0answers
69 views
XCreateGC function performance
I've a problem with XCreateGC function performance. It seems that works normal(fast) in several cases, and very slow in other cases:). For more details, please look on this code:
void ...
2
votes
2answers
290 views
Need Help Understanding X11 Window Hierarchy and Drawing Commands
I'm working on building an X11 server for Windows from scratch based on a copy of the "X Protocol Reference Manual: Volume Zero". I've made a lot of progress in deciphering the messages and getting a ...
2
votes
1answer
115 views
X11: How to make the application to be on top
Situation I'm using matchbox keyboard which is X11 based application. When any application is in full screen mode matchbox keyboard cannot be visible as the full screened application is on TOP. So is ...
2
votes
2answers
658 views
xvfb on a machine with a display, can an application run 'in the background?'
I'm setting up to cron a web scraping job, using xvfb, firefox, and watir on my Mac OS X.
In testing the script so far, firefox pops up visibly on the local desktop, the watir script executes, and ...
2
votes
1answer
1k views
How to kill headless X server started via Python?
I want to get screenshots of a webpage in Python. For this I am using http://github.com/AdamN/python-webkit2png/ .
newArgs = ["xvfb-run", "--server-args=-screen 0, 640x480x24", sys.argv[0]]
...
2
votes
4answers
843 views
Alternative to cvs2svn for performing cvs to svn migration
I am trying to perform a migration from cvs to svn on my our new XServe server which is running OS X Server. There is a known conflict between the cvs2svn and dbm libraries that come pre-installed ...
1
vote
0answers
65 views
Linux single key presses triggering multiple-key combinations
I understand that new keyboards can be ordered online, but now that this problem has proven to be hard I am completely fascinated by it.
Many old laptop keyboards as they wear develop consistent ...
1
vote
1answer
48 views
How do I make x server start up without connected screen?
I'm running a RHEL 5 server and I want it to start up the X server without the the screen connected. The first reason is that I want to connect a screen to it once in a while to configure it manually. ...
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
30 views
Compiling an X window system on an Initial RAM filesystem?
I have a few questions that I'm really struggling for answers with.
I'm trying to build my own Linux live distribution (from scratch), the catch is i'm really trying to limit the file size as it will ...
1
vote
2answers
93 views
How do I test for the version of XFIXES in my configure.ac when compiling my X Driver?
I'm writing a video device driver for X, and it needs some features provided by the XFIXES Extension. Now, I'm pretty sure that all of my target versions of the X Server will have at least version 2 ...
1
vote
3answers
161 views
What method rotates screen in Xserver
I would like to know the functioncode/source_file which rotates screen by 90/180/270 degrees using xrandr tool ?
xrandr -o left
xrandr -o right
xrandr -o inverted
xrandr -o normal
What function ...
1
vote
1answer
275 views
X11: How to rotate the gravity/orientation to 90 degrees
I need to know is it possible to rotate the orientation of all X-based apps to 90 degrees. Without modifying their sources. I guess X11 should have some configuration option for this.
So how to do ...
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
1answer
604 views
How to get accurate window information (dimensions, etc.) in Linux (X)?
How can I get accurate window information in Linux? I know that I can use wmctrl to get a window's size, but the actual size of the window can vary due to window decorations. I need the following ...
1
vote
1answer
699 views
How do I use python-webkit2png to take many screenshots at the same time?
I've got thousands of urls from many hosts I need to screenshot.
I can use the lib fine from the command line, but how can I integrate it into my code so I can take multiple screenshots ...
1
vote
0answers
78 views
How to avoid Eclipse leaks on XServer when editing Android XML files?
When I'm editing XML files in Eclipse (mainly, Android layouts and so), it causes leaks on XServer and it ends eating all my RAM (4GB), so I have to Ctrl+Alt+Backspace to continue.
Do you know any ...
1
vote
1answer
151 views
How can I start XServer in Linux through apache user triggered by Perl script running in background?
I am trying to launch MS Office through WINE using a Perl script hosted by apache
and and triggered by other application. I am getting the following error message in
log files "Application trying ...
1
vote
3answers
246 views
How can I, on some global keystroke, paste some text to current active application in linux with Python or C++
I want to write app, which will work like a daemon and on some global keystroke paste some text to current active application (text editor, browser, jabber client) I think i will need to use some low ...
1
vote
3answers
1k views
What is X Server and Remote Terminal Server?
Can someone explain what is the difference between X server and Remote Terminal servers in simple terms?
For example, Hummingbird Exceed is an X server and Citrix is a Remote Terminal Server. How do ...
1
vote
4answers
3k views
X server running?
Is there any way to find out if the current session user is running an Xserver (under Linux) ?
I'v started off with things like:
ps -e | grep X
but this doesn't work always
and one more thing I ...
1
vote
2answers
601 views
How to get the list of open windows from xserver
Anyone got an idea how to get from an Xserver the list of all open windows?
0
votes
2answers
60 views
C socket overflows memory
I am writing a custom VNC server-client. However, after 159 commands each time, the server crashes. I can't figure out why it crashes, but it seems to be some sort of memory overflow somewhere. Is it ...
0
votes
1answer
51 views
How to set display variable for Ubuntu
So i'm using Cygwin on my local windows machine with Xming Xserver. What I want to do is set the display variable so I can use the full graphical version of my code editor(XEmacs) on the server.
At ...
0
votes
0answers
21 views
XOpenWindow in an upstart job
i'm trying to get the time the user was idle on an XUbuntu 11.10 machine. The following C-Program prints out that time in ms:
#include <stdio.h>
#include <X11/extensions/scrnsaver.h>
...
0
votes
0answers
43 views
Installing Xfbdev on an initramfs
I hope this isn't a stupid question.
I've got a kernel and an initramfs containing busybox (all booting ok). Im trying to install/run Xfbdev, i thought it may have been a case of simply running the ...
0
votes
1answer
33 views
keep gtk window fixed on screen
How you keep gtk window fixed on screen like a taskbar or keep some space like taskbar reserved for our gtk window, Do i need to write some WM plugin. if it helps my wm is metacity, and can you ...
0
votes
0answers
119 views
SFML: creating window fails
So I'm just getting started with SFML, testing to see if it'll be suitable for my needs. I managed to get a basic command line program running, but when I try to create a window, it fails. Running it ...
0
votes
2answers
118 views
Qt 4.7+Xlib crash on QWidget::winId() method
Sorry for my english, but I have the next problem. I am writing a window manager using Qt 4.7 and Xlib. I have class Manager that inherits QApplication and reimplemented method X11EventFilter in it. ...
0
votes
2answers
48 views
x server and application clients
I need some clarifications about the X Server and the applications. As described in the wiki: X Window System protocols and architecture, "X server is go-between for the user and the client programs, ...
0
votes
1answer
90 views
Can an X server run without a physical screen? [closed]
We need to run an application using the graphic card driver.
However the machine does not have a screen. Is it possible to have this running ?
Xfvb seems not be an option since it uses software ...
0
votes
1answer
105 views
How to string xinit and xsetroot in one line?
My goal is to show a solid color background while inside xinit without the xterm, a full screen solid background will do.
I realize I can use xsetroot -solid color for this purpose but the xterm still ...
0
votes
1answer
50 views
X.org X Input driver problem: Linking xf86AddInputDriver function
I am trying to write a mouse driver, on RedHat 6 linux, using the Xf86 API (X Input Driver). When I try to link the following code, I get an error stating:
undefined reference to ...
0
votes
3answers
289 views
How to change the Monitor brightness on Linux?
How do I programmatically change the monitor brightness on Linux?
I'm using SLES 11.
0
votes
0answers
47 views
connect to xserve raid running 10.5
I have an old xserve cluster node server with an xserve raid attached. I just did a fresh install of my copy of 10.5 server using target disk mode from my old macBook pro running 10.5. I know - ...
0
votes
1answer
127 views
Display an jpeg image on xerver using x11
I want to display a jpeg image in xserver using x11, i downloaded imagemagick, but donno how to do it... Help me out.I want to display that image as a child window of another window. Is there any xlib ...
0
votes
1answer
167 views
How to simulate a unicode “key press” under Linux?
I try using the XTest extension of the X server. The XTestFakeKeyEvent function expects a keycode. As long as the Unicode character in question is assigned to one of the keycodes I have no problem at ...
0
votes
1answer
167 views
How to use Git GUI from Unix using Xming
I'm using Windows XP and I log in to a unix system using Putty where I run several Git commands. I have also installed Xming + Git GUI in my Windows system.
Now is it possible to use the Git GUI ...
0
votes
2answers
44 views
What is the trailing x
I noticed that their are a lot of technologies that uses X in their names like Directx and PhysX and X server ... is there a something common? Or is there any reason to choose X?
0
votes
0answers
34 views
X-Server redraw the whole visible area when scrolling?
Does X-Server redraw the whole visible area when users scroll little?
Does it depend on applications?
What is the default behavior?
For example, when a user scroll the web page in FireFox/Chrome a ...
0
votes
1answer
153 views
from xserver to xdirectfb
Hi
Is it possible to uninstall xserver and use xdirectfb with a tiny window manager - like awesome ?
Do I need to compile from source every appllication I want to use with xdirectfb ?
From these ...
0
votes
0answers
99 views
X server: embedding one window inside another
I have an application which is closed source. I wish to embed it's windows' inside my own application window - make them part of my window. I know that it is possible by some way to disable externally ...
0
votes
1answer
381 views
xauth time out in locking file /root/.Xauthority
can someone help me get rid of this error
xauth: timeout in locking authority file /root/.Xauthority
when i try to execute this command
xvfb-run -f /root/.Xauthority -e ...
0
votes
0answers
33 views
Xsession persistance using winaxe
I am after a method for keeping my xsessions persistent on the server so that every time I log on using winaxe the same applications are still running and set-up the way I left them .... kinda like ...