Questions tagged [x-windows]

X-Windows, often known as X, X11, or by its formal name, the X Window System is a windowing system for bitmap displays, common in UNIX-like operating systems.

X-Windows, often known as X, X11, or by its formal name, the X Window System is a windowing system for bitmap displays, common in UNIX-like operating systems. It originated at MIT in 1984, and is free, open source software.

160 questions
158
votes
2 answers

Why is X11 forwarding so inefficient?

Whenever I remotely launch large GUIs with X11 forwarding, even including the -C switch, the experience is very unresponsive. My question is, what does, at the concept/protocol level cause this? With my 25mbit connection, I can stream HD video to my…
user129186
  • 1,621
75
votes
6 answers

xrdp session: Login failed for display 0

I have just installed xrdp on my CentOs 7 following the steps in this article but could get as far as inputting my user name and password. Here's a screenshot of the error that I get after trying to log in: The xrdp-sesman.log file…
ambushed
  • 853
  • 1
  • 6
  • 7
73
votes
9 answers

How can I merge the gnome clipboard and the X selection?

I'm constantly frustrated by the two separate clipboards in X/Gnome. I'm constantly doing things like control-C to copy, and then middle-click to paste, and getting the wrong data. Or select something, then go where I want to paste it, and selecting…
TREE
  • 1,297
52
votes
5 answers

What are my X client options for MS Windows?

I need to connect to a headless X Windows server (running on Ubuntu) from my MS Windows 7 computer over a 100 Mbit network. I could use VNC (or any other remote viewer) but the 3D graphics performance would be lousy I imagine. I used to have it…
Nick Bolton
  • 3,660
35
votes
8 answers

Mapping Super+hjkl to arrow keys under X

I'm trying to map: Super+h -> Left Super+j -> Down Super+k -> Up Super+l -> Right globally under X. The idea is I don't want to leave my home row that often to use the arrow keys, so I'll use the Super modifier + hjkl to emulate the arrow keys…
25
votes
5 answers

How do I get X11 Forwarding to work on Windows with PuTTY and Xming?

I've always wanted to get X11 Forwarding to work with PuTTY, and the X Window System I'm using is Xming. When I have Xming running and I establish a new connection to my server, I receive the following after a command: $ firefox PuTTY X11 proxy:…
NobleUplift
  • 1,665
25
votes
1 answer

How to split Emacs over a dual monitor?

I would like to split Emacs over a double monitor. How do I do that?
Roberto Aloi
  • 1,183
18
votes
3 answers

Extend Linux Desktop to another X Windows Display

I am a long time Linux user of the Xinerama and other technologies for extending a desktop to multiple monitors. However when I travel with my laptop I miss the multi-monitor support I enjoy at home. Recently I acquired a second laptop for a low…
unknown (google)
14
votes
4 answers

On Ubuntu 9.10, where is the xorg.conf file in Karmic Koala?

I am trying to change this xorg.conf file that I used to modify under Ubuntu 9.04, so it can have the higher resolutions of my monitor. Under 9.04, the monitor was unknown, and I had to key in all resolutions in the file, and although it is found…
jfmessier
  • 2,810
14
votes
3 answers

Leave xterm open after task is complete

I have an automated test that I run with the xterm -e command: xterm -e RunMyTests At the end of the test-run, it prints out a summary of the results and some statistics to stdout. I'd like to have the xterm remain open and visible so I can check…
abelenky
  • 993
14
votes
6 answers

How do I make YouTube videos fill up an entire screen when using dual monitors?

I am using a dual monitor setup on Ubuntu 9.10 using the TwinView configuration in NIVIDA X Server Settings. My total resolution is 2960x1050 pixels, and my individual monitors are 1680x1050 (primary) and 1280x1024 (secondary). When going into…
Jephir
  • 1,049
13
votes
2 answers

Command-line way to send keystrokes to a window open on a different X-session

On my main machine, I have a Ubuntu desktop open and logged on. I am then also logging in to this machine from a remote computer, using X2go which creates a new X-session. I have a libreoffice file open on the original session. I want to save this…
11
votes
1 answer

Multiple GPUs in Linux - How to specify which GPU runs X windows

I have been running Red Hat Enterprise Linux 6.1 on a system with a GTX 480. Recently I added a 3GB GTX 580, as my CUDA application requires more memory than I have on the 480. Due to space issues in the box, I had to place the 580 on the PCI-E bus…
kues
  • 111
10
votes
3 answers

X forwarding over SSH from Mac to a Linux box

I need run Mac applications on a remote Mac machine and display it on a local Linux machine's X server (a lot of articles on the Internet seem to be detailing how would you do it the opposite way). $ ssh -X mac-box $ cd…
Alex B
  • 2,127
10
votes
7 answers

XWindows manager/Desktop environment: How can I move a window from another screen to the current screen without seeing the window on the other screen?

[Terminologies] Let's say "display" = "monitor" = "screen". Note: Current display (or current monitor, screen) means the display in which the mouse pointer locates, and/or the display showing the current keyboard focused window. For easier…
Robin Hsu
  • 301
1
2 3
10 11