X.org is the display server used in most Unix and Linux distributions.
1
vote
0answers
21 views
openCL-openGL interop stopped working after X upgrade
The following code used to work:
cl_context_properties Properties [] = {
CL_GL_CONTEXT_KHR, (cl_context_properties) glXGetCurrentContext(),
CL_GLX_DISPLAY_KHR, (cl_context_properties) ...
0
votes
0answers
45 views
Caught signal 11 (Segmentation fault). Server aborting. Crash after using Eclipse ADT
When i add an Imageview on Eclipse ADT Ubuntu crashes. I can't understand the reason, i tested with unity, gnome and the problem is the same. I think it is linked to proprietary driver, i've an ati ...
-1
votes
0answers
34 views
Lubuntu, extended monitor on left [closed]
How i can place extended monitor on left from main&
xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 304.51 (buildd@aatxe) Fri Oct 12 ...
0
votes
0answers
57 views
Compiling OpenJDK 7 without X11
I am trying to compile OpenJDK 7 on a headless RHEL server. I have no desire to install a bunch of miscellaneous X dependencies just to build it.
Is there any way to compile OpenJDK 7 without ...
0
votes
0answers
45 views
Notification window with buttons in Linux
I have a Perl script which listens to a port and filters messages, and, based on them, proposes to take action or ignore event.
I'd like to make it show a notification window (not a dialogue window) ...
-1
votes
0answers
19 views
How To Handle Input And Windowing (GUI) For A Geometry/Volume CAD Editor? [C and GNU/Linux] [closed]
I am starting on a fun new hobby project (I am not a professional or even formally educated in anything related to computation technology) that is a small microscopic CAD-like geometry and volume ...
-2
votes
0answers
42 views
Xorg: multiple devices and multiple DISPLAYs [closed]
I have a machine with 4 graphic cards, now I am working on visualization stuff, so I need to create for each graphic card different a DISPLAY for parallel rendering purposes.
Now, for example I have ...
0
votes
0answers
20 views
building intel drivers or xserver on solaris 10
Currently I can only install the generic vesa driver for xorg. This is the chipset I have.
pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x2a40
Intel Corporation Mobile 4 Series ...
1
vote
2answers
67 views
Node.js, processing.js and no browser
I want to use node.js and processing.js together and route a canvas to an X window. Basically I want to tinker with some LCD displays and a Raspberry Pi, but I want to use JavaScript to do some neat ...
0
votes
2answers
82 views
How to type Numpad Enter, if there's no such key on the keyboard?
I'm working with an ancient platform emulator, so sometimes I need to press Numpad Enter, but my notebook keyboard has no options for doing that. Is is possible to emulate Numpad Enter key somehow? I ...
0
votes
1answer
98 views
nvidia drivers on backtrack 5 gnome 32 bit (X session failed to start)
i've got 2 graphic cards on my laptop : 1- intel integrated HD 3000 2-Nvidia GT540m
just disabled nouveau drivers and installed nvidia drivers (official drivers from nvidia.com)
now when trying to ...
0
votes
0answers
38 views
Xorg process goes to a 100% and system gets hard (slow) to use
Top shows the basic problem:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1274 root 20 0 845m 722m 170m S 99,1 9,0 186:46.82 Xorg
I am using Kubuntu 12.10 ...
0
votes
0answers
17 views
XMonad.Actions.KeyRemap works only on some windows - unable to type in my terminal
I have a strange problem with XMonad.Actions.KeyRemap. I did everything as said in that tutorial, and for some applications, it works (like my two browsers and gnome-do). But it totally fails to work ...
0
votes
0answers
90 views
XKeysymToKeycode, XTestFakeKeyEvent and mapping
I have the following problem:
I'm trying to send fake key events to the X server.
To do this, I'm aware of two methods:
XSendEvent - I tried this tutorial with the XK_Z instead of XK_Down
Does ...
0
votes
0answers
10 views
How does the x windowing system renders it's data?
After googling for a while, this is what I could make out of it:
With the proprietary drivers like nvidia, it uses those drivers directly.
Otherwise it uses drm?
0
votes
1answer
104 views
Using framebuffer device as a normal display (USB to HDMI adapter) on Linux
I have a USB3 to HDMI adapter based on UFX7000 SMSC chipset. It has a driver in the Linux kernel, but it makes a framebuffer device:
usb 2-1.1.1: SMSC UDX USB device /dev/fb1 attached. 800x600 ...
0
votes
3answers
73 views
how to fast redrawing an image buffer
I'm developing some kind of audio-application where I need to display some graphs. Think: realtime Oscillope-like images at a high framerate.
All I need is to display some graphics buffer at a high ...
0
votes
0answers
35 views
no machine cannot see the complete screen [closed]
I am trying to use nomachine to connect to a machine, where my screen size is messed up and can only see part of the screen without any scroll bars.
Because of this I cannot access any menu/icons on ...
2
votes
0answers
266 views
X Error of failed request: BadAlloc (insufficient resources for operation)
I noticed this question has been asked many times in the past and surfing the web I found many pages about it. However, it seems like the proposed solutions rarely work and, moreover, in my case the ...
0
votes
1answer
58 views
How to retrieve graphic adapter & monitor name that is attached to a Xorg screen, programmatically?
Obviously, this information is available in xorg.conf so I could try to parse this file. But is there a way to achieve this using Xlib calls (+ extensions) only?
Thanks,
PMJ
7
votes
1answer
209 views
Which event is fired when switching kb layout in X.org
I'm new to the X.org programming. I want to build up a small application which reacts on the X keyboard layout switch. I've searched, but didn't find which event is fired when the kb layout is ...
1
vote
1answer
89 views
How to display a lightweight web client window with ruby
I need to display a web page on a PAL 7" monitor with a Raspberry Pi without user controls (no keyboard, no mouse, just display).
The context is :
Raspberry Pi platform
7" PAL LCD monitor
archlinux ...
0
votes
2answers
76 views
compiling xkbcomp (Xorg App)
I'm trying to compile xkbcomp (from xorg App) but I got the following errors :
warning: libxcb.so.1, needed by /lib/libX11.so, not found (try using -rpath or -rpath-link)
/lib/libX11.so: undefined ...
0
votes
2answers
61 views
How to select a text using javascript so that it is copied in the X-mouse clipboard?
On X11's Windows Manager, you can select a text and paste it using the middle mouse button.
This is really convenient.
Also with javascript you can select the text on input focus.
<input ...
0
votes
0answers
84 views
Install xfree86 on Ubuntu 12.10
From what I understand they switched from xfree86 to xorg back in 2008 and the xfree86 debian package has been removed as it is outdated. I however need the xfree86 package for a homework assignment ...
0
votes
0answers
58 views
Can't run fbdev display at the same time as vga
I've got a monitor plugged in via a DisplayLink USB-adapter. Now, i've created an xorg.conf that properly setups this extra screen, and it works. However, when I try to add my main screen to this ...
0
votes
1answer
76 views
How to enter greek alpha under Xorg?
I want to enter greek alpha letter under Xorg. In system xcompose (/usr/share/X11/locale/en_US.UTF-8/Compose) there is line:
<dead_greek> <a> : "α" U03B1 # GREEK SMALL LETTER ALPHA
...
2
votes
1answer
320 views
Hardware acceleration without X
I was wondering if it would be possible to get graphical hardware acceleration without Xorg and its DDX driver, only with kernel module and the rest of userspace driver. I'm asking this because I'm ...
0
votes
1answer
50 views
How to get screen height and width in C
I get this following code.
typedef struct _display {
int fd; /* Network socket. */
Window root; /* Root window id. */
int vnumber; /* X protocol version number. */
int dtype; ...
0
votes
0answers
14 views
Need help in understanding the DamageReportLevels like DamageReportBoundingBox and DamageReportRawRectangles etc
I am finding it difficult to completely understand the usage of the DamageReportLevels. I have gone through the explanation which is available in damageproto.txt. Still there are a few doubts.
Could ...
0
votes
0answers
19 views
MPD stops when display manager or Xorg is restarted
I'm using Ubuntu 12.10. Sometimes I need to restart lightdm display manager (Ctrl+Alt+F1, sudo service lightdm restart), for example when changing Xorg configuration files, and I would like mpd to ...
0
votes
0answers
74 views
Can Xorg/Xserver work with out a TTY?
I'm trying to run a ubuntu on my android device (using chroot). When I run 'Xorg -configure' it prompt
Fatal server error:
xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
...
0
votes
1answer
304 views
Intermittent `Error: cannot open display: localhost:10.0` with Vagrant
I've set up a Vagrant VM with X forwarding. I'm connecting to it with the following command (to improve X performance):
ssh -c arcfour,blowfish-cbc -XC vagrant@VM-NAME
This works fine; I log into ...
2
votes
1answer
232 views
Draw on top of the screen using xlib
I want to draw some primitives on top of all windows on the screen. I've found some code in C and tried to port it to use python's xlib:
from Xlib.display import Display
from Xlib import X
from Xlib ...
1
vote
1answer
131 views
Mapping Super Keys to Control in xorg.conf?
I've been attempting to switch my super and control keys in X on a macbook and have been half successful. I'd like to avoid creating a custom .Xmodmap if possible, as there is a temporary 100% cpu ...
0
votes
0answers
85 views
Running xorg in 5760x1080 with a triplehead2go (th2go), how? [closed]
I have been using triple monitors with matrox triplehead2go (th2go) in linux for years now, flawlessly. 3 x 1280x1024 for a total resolution seen by X of 3840x1024.
Now developping applications in ...
1
vote
1answer
245 views
JavaFX crashes X Server
Background/Context:
I'm currently developing a touch screen application which is aimed to run on Linux. As a development framework I chose JavaFX (jdk1.7.0_10) due to its rapid prototyping easiness. ...
-2
votes
2answers
33 views
X in a window in X [closed]
How can I create a new X in a window of the old X? A custom .xinitrc for the new X would be nice. I intend to use this for WM tinkering, so I don't break the WM I'm currently running.
0
votes
1answer
124 views
xorg source code copy paste
Anybody knows where in xorg source code is located copy/paste routine which is bind to left(copy) and middle(paste) mouse buttons?
More datails:
When you select any text in X session by using left ...
0
votes
0answers
164 views
What is the relationship between Xorg (or any X server) and /dev/tty7 in Linux?
I have a few questions about what it means when one says "the X server runs on /dev/tty7". I made a few guesses as to how it works, and I'm hoping someone can tell me whether the following statements ...
0
votes
0answers
156 views
Check in bash if X server is running on resume/hibernation/boot
I want to start a custom script as soon as my X is running. For now I use the following script:
#!/bin/bash
# Wait until X server is running, indicated by a PID of XXX. Required only on first boot, ...
0
votes
1answer
179 views
xmodmap KeyPress Event to ButtonPress event
I asked this already on unix.stackexchange but no luck so far, so I'm posting it here. Hopefully someone knows the answer.
I just got a logitech t400 mouse and everything is working well, except I ...
1
vote
1answer
73 views
Why is X library reporting wrong string length values?
I was trying to get the width of the string, using XTextWidth() function, but for some reason the returned value is always bigger than the actual displayed length of string. In the following example, ...
0
votes
1answer
52 views
Second Cursor is not triggering a screen refresh
I previously posted about controlling two separate cursors in two xsessions. (http://stackoverflow.com/questions/13714831/controlling-multiple-pointers-with-xlib-or-xinput-in-ubuntu-linux)
That ...
0
votes
0answers
72 views
XOrg internal rendering design
I've written a minimalist xserver that I run on a slow test machine. It simply uses the video framebuffer.
When I move a window (of any size) in twm, it moves quickly and cleanly, but it "trembles" ...
0
votes
1answer
151 views
How get input device path with Xlib in Xorg?
There is some way to get the device path of a mouse and keyboard using Xlib based in a looping with XNextEvent? I need to know what /dev/input/event* generates a event specific like mouse press and ...
1
vote
1answer
417 views
How to build X11 (X Window System) For ARM
How can I build X11 (X Window System) for ARM CPU in Open-SUSE?
I used cross-arm-linux-gnueabi-gcc for build kernel
0
votes
0answers
173 views
Touchscreen driver [closed]
I've put an Arch Linux ARM on my tablet, and I'd like to write my own driver for the touchscreen. Now, my code can handle the mouse movement, and send click events (click event occurs when you touch ...
0
votes
0answers
16 views
Installing X11 libraries on Cent OS 6 for ghostscript 9.05+ [duplicate]
Possible Duplicate:
Error while building ghostscript on linux
My site is hosted on CentOS 6, and I need to use the lates version of Ghostscript, which apparently needs to use the X11 ...
1
vote
0answers
277 views
Run a script after killing lxsession (xorg)
I am trying to run a program automatically within a bash script after killing the LXDE session. My script consists of:
#!/bin/sh
pkill lxsession;
sh ...


