Questions tagged [x11]

X11 is Version 11 of the X Window System, commonly used on Linux, BSD, and Unix systems to provide the lower level graphics, input, and window management API's that higher level desktops such as GNOME and KDE build upon.

X11 is Version 11 of the X Window System, commonly used on , , and systems to provide the lower level graphics, input, and window management API's that higher level desktops such as GNOME and KDE build upon.

The primary open source implementation is now published by the X.Org Foundation on the www.x.org web site. Version 11 was first released in 1987, and while many subsequent releases have occurred since, they have maintained backwards compatibility with the Version 11 protocols and APIs.

More information:

174 questions
7
votes
4 answers

Detach X11 app and reattach on another?

Given a setup of a headless Linux box running on a network, but having Xorg installed, and having various other machines on the network capable of using SSH with X-forwarding to connect to that box, and have X11 apps run on the local machine, I have…
6
votes
4 answers

Karmic Koala (Ubuntu): enable remote x clients through TCP

It seems every version of Ubuntu has a different way to enable remote connections to the local X server. I'm asking this question, while I do my own research: how can I enable the X server listening to TCP port 6000 on my machine, thus allowing…
ΤΖΩΤΖΙΟΥ
  • 1,048
  • 1
  • 10
  • 19
6
votes
3 answers

How do I install a font in Linux so that it's usable by xterm?

I came across a question today asking for good Linux xterm fonts, and an answer suggests one called Terminus. I've been looking for a new terminal font for a while now, so I downloaded it (BTW, I'm running Ubuntu Intrepid) and read the README: 1.1.…
raldi
  • 987
  • 4
  • 11
  • 13
6
votes
3 answers

SSH - How to turn on X forwarding on normal connection

I know I can connect to a host and use window apps via running ssh -X . But what if I'm already connected via normal ssh e.g., ssh . Is there a way to turn X forwarding on without having to reconnect?
Greg_the_Ant
  • 489
  • 7
  • 26
6
votes
4 answers

Will a remote X-Windows session run faster if I install a better video card in the remote server?

I don't know much about X-Windows. Sometimes I run a remote X-windows session to an HP DL380 host from my MacBook Pro on the same LAN. I'm using X11 forwarding with the ssh -X option. The X-Windows performance is kind of slow. How can I speed this…
6
votes
4 answers

Sharing a linux desktop server for multiple users: remote desktop or virtualization?

We are a small web software company (~ 10 people). At present, every dev works on his local machine (some windows, some ubuntu) using a local apache. We have a samba share for shared files and central SVN repositories. I would like to centralize our…
Steffen
  • 688
  • 3
  • 10
  • 17
6
votes
3 answers

Setting up xpra for client use in OS X

I've been trying to get xpra to run on OS X for the last few days to connect to my Ubuntu server. Note that there's a GUI for it called shifter, but that (at least on OS X) is still far too buggy. For those who don't know what xpra is, if you know…
Jonathan
  • 301
  • 2
  • 8
6
votes
6 answers

Starting x11vnc remotely when X server is already running

I have a ubuntu linux machine that I have already logged into and X server is running (it is pass the login manager like gdm). I can access this machine through ssh. My goal is to start x11vnc on this machine and attach it to the X server that is…
Madiyaan Damha
5
votes
1 answer

Are directories with mode `drwxrwxrwt` safe in /tmp on a *nix system?

drwxrwxrwt 2 root root 4096 Aug 20 2015 .font-unix drwxrwxrwt 2 root root 4096 Aug 20 2015 .ICE-unix -rw------- 1 root root 0 Aug 20 2015 ipt.err -rw------- 1 root root 90 Aug 20 2015 ipt.out drwxr-xr-x …
John
  • 887
  • 4
  • 15
  • 25
5
votes
2 answers

How do you configure X11 forwarding over SSH on AIX?

Here is what I've tried. I've edited /etc/ssh/sshd_config on the remote AIX system X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes as well as set $DISPLAY DISPLAY=localhost:10.0 export DISPLAY ...reboot connect via RHEL ssh -X…
Stephen__T
  • 227
  • 1
  • 4
  • 10
5
votes
2 answers

Getting Xvfb to start upon booting system in Ubuntu Maverick

I'm trying to get Xvfb to run when the system starts up on Ubuntu 10.10 (Maverick), but it's not working. In /etc/rc.local, I have the following: /root/start_xvfb.sh >> /var/log/start_xvfb.log 2>&1 exit 0 And in /root/start_xvfb.sh I…
user75894
  • 153
  • 1
  • 3
5
votes
5 answers

NX Server lower-case d minimizes from OS X Client?

I've installed NX Server on Ubuntu Maverick Meerkat (10.10) using the instructions found here: https://help.ubuntu.com/community/FreeNX I have a problem using the default NX Client for OS X (10.6) downloaded from the nomachine website. When using…
Jonathan
  • 301
  • 2
  • 8
4
votes
1 answer

XRDP same user multiple session

I'm trying to make XRDP work with multiple sessions on my linux mint server. Right now, i can connect only if there are no other session running on the system (I had to disable autologin). I don't know why, but with the Raspberry it just works by…
MrRiky54
  • 41
  • 1
  • 2
4
votes
1 answer

How to properly setup X forwarding on (Ubuntu) linux?

From my desktop, I can get to my wife's machine on the lan using: ssh -X user@1.2.3.4. Both systems are running the desktop flavour of Ubuntu 9.10-64bit. But here is the problem: When I try to run X apps like gedit, it fails with the following…
Stéphane
  • 456
  • 1
  • 7
  • 16
4
votes
0 answers

ffmpeg with x11grab results in black screen in vlc playback

I've installed ffmpeg on an AWS instance and have been unsuccessfuly trying to record an X session, to which I've connected over x11rdp, with the client being Microsoft Remote Desktop. Here's the terminal command I am using and its output: $ ffmpeg…
1
2
3
11 12