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:

169 questions
4
votes
3 answers

Forward already-running X-window-system applications through SSH

I know that it is possible to forward the windows of an X-windows-system application to a client's desktop via SSH when you start the application in a SSH terminal session which has X-forwarding enabled. But is there a way to forward the windows of…
aef
  • 1,705
  • 4
  • 24
  • 41
4
votes
4 answers

How can I start an X11 session on my headless Fedora 13 server?

I have a small home server using Fedora 13 as operating system. Since the upgrade to Fedora 13 I cannot start the X11 server. (I need it to use vnc) When I try to start the server, both the nouveau and the original NVIDIA driver claim that there's…
Daniel Rikowski
  • 748
  • 4
  • 10
  • 19
4
votes
2 answers

How do I start a X-application on remote server over ssh?

I need to start a X program on a remote server over ssh. The program should use the remote X-server (no x-forwarding required). What's the proper way to do this?
Eugene Yarmash
  • 2,383
  • 5
  • 32
  • 54
3
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
  • 31
  • 1
  • 2
3
votes
3 answers

Start Xorg using init.d script

Do you have a clean/nice way to only start Xorg server under Ubuntu 9.04 and be able to start/stop it? Something like: # /etc/init.d/xorg start I have an application that doesn't use a window manager (uses Xorg directly) that starts after boot…
Humber
  • 451
  • 2
  • 7
  • 17
3
votes
1 answer

Vagrant + VirtualBox + X11 on a headless server

I'm trying to run a VirtualBox Ubuntu VM via Vagrant on a headless server. The VM has ubuntu-desktop package installed, however when the machine boots up I can't open X applications. DISPLAY environment is empty and setting it to ":0" doesn't…
Tomek
  • 153
  • 5
3
votes
4 answers

How to set up a desktop GUI with an Amazon EC2 instance?

I need to get familiar with some software that doesn't run on any of my home machines (windows/mac). So I decided to spin up an EC2 instance and try it there. However, getting EC2 to support a remote desktop session is proving to be harder than it…
slashdottir
  • 178
  • 1
  • 2
  • 10
3
votes
1 answer

Xmingrc Configuration

With this config file silentexit Styles { emacs maximize } I'm getting the following error ... Release: 6.9.0.31 ... D:\programs\Xming\Xming.exe :0 -clipboard -multiwindow XdmcpRegisterConnection: newAddress…
gvkv
  • 293
  • 3
  • 14
3
votes
1 answer

How to tell if an ssh session is using x forwarding (if it was run with -X or -Y)

For a given ssh session, is there a way to tell if it has x-forwarding enabled? I.e. you don't know if the session was established with ssh username@address or with ssh -X username@address.
3
votes
1 answer

Install x windows on Centos not working

I'm trying to install x-windows on a remote CentOS 5.3 box. Here's what I did so far: $ yum groupinstall "X Window System" "GNOME Desktop Environment" $ echo PATH=$PATH:/etc/X11 $ xinit I had no problem with the yum install. I set the path to…
Great Kindness
3
votes
4 answers

Where can I get good X11 terminal fonts?

I've always had a hard time finding fonts that look good in, say, an xterm. The standard "fixed" font (i.e., the one you get by running "xterm -font fixed") is excellent, as is "10x20". Now I'm looking for a bigger version of either of these -- I…
jim
3
votes
2 answers

Which is the best way, if possible, to maintain a remote X session that survives network outages, reboots etc

Even since I read the chapter about X in Unix Haters handbook I still thought that X was one of the things that make unix superior to Windows, since it makes it "possible" to work on machines remotely with a graphical user interface. But after using…
ernelli
  • 307
  • 1
  • 5
  • 15
3
votes
5 answers

open terminal via ssh run firefox -> display not found

I want to run selenium tests on a Hudson slave. The slave (i.e. the machine) that will execute the selenium is a Ubuntu 10.04. Thus it has Gnome. Selenium needs a firefox to run. What Hudson does now is, it creates a ssh connection to the Ubuntu…
nebenmir
  • 133
  • 1
  • 1
  • 3
3
votes
3 answers

How to get a remote desktop / X11 with ubuntu 10.04 LTS from mac os x?

I am running Snow Leopard OS X 10.6 and I have X11 installed. I also have ubuntu 10.04 LTS running on a remote machine. I have root privileges. So far I haven't really installed anything besides the operating system. This was done in an amazon aws…
cwd
  • 2,693
  • 9
  • 32
  • 47
3
votes
1 answer

Can I spy on an X-session if I am logged in as root?

If I were logged into a remote machine as root with ssh -X, how would I go about viewing a particular X11 session that another logged in user was using? (that includes solutions such as remotely installing VNC)
chrism2671
  • 2,549
  • 9
  • 34
  • 45
1 2
3
11 12