Questions tagged [xming]

X server for windows

Xming

X Server on Wikipedia

85 questions
26
votes
1 answer

How windows handle the clipboard interface with Xming?

My question comes from a problem: I Use Xming on Windows 7 to connect to a Linux host (through PuTTY) in order to start and display a gnome-terminal. I have some troubles using the Windows clipboard: Copy from Windows to Xming works well. (Ctrl-C…
Jonathan
  • 543
  • 4
  • 11
25
votes
10 answers

Forward X11 failed: Network error: Connection refused

I have a VPS which OS is CentOS6.3. I want to run startx via PuTTY and Xming. But, it produces this error: PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused The whole condition: Using username…
TJM
  • 543
  • 1
  • 4
  • 9
19
votes
3 answers

tkinter in Ubuntu inside Windows 10. Error: "no display name and no $DISPLAY environment variable"

I have recently installed the Ubuntu app for Windows 10 so that I can use it for a class. I am following some cryptic assignment directions to "try out tkinter". I installed the package python3-tk in the Ubuntu terminal window following instructions…
Zach
  • 534
  • 1
  • 3
  • 10
18
votes
1 answer

PuTTY X11 proxy: Unsupported Authorisation Protocol

I get the following error if I login as root; if I login as admin user, then x11 starts with no problems. Ubuntu 14.04 Xming server 2.0 running on Windows 8.1 PuTTY X11 proxy: Unsupported authorisation protocol java.lang.NoClassDefFoundError:…
BillieM
  • 305
  • 1
  • 2
  • 6
14
votes
7 answers

WSL 2: Run Graphical Linux Desktop Applications from Windows 10 Bash Shell "Error E233: cannot open display"

How to run graphical Linux desktop applications from Windows 10’s Bash Shell? First, I installed Windows Subsystem for Linux (WSL) following steps as shown in here as follows: (1) Installed Windows 10 Pro Insider Preview Build 19619. (2) Installed…
ASE
  • 668
  • 1
  • 7
  • 18
13
votes
2 answers

Xming Display is very slow when using SSH

I am using SSH and Xming to run Simics simulator and connect to some Linux guest machine. I use x11 Tunneling. The x server seems to be very slow and I need to spend a long time to run a single command on the linux guest machine. Do you have any…
Moonwild
  • 161
  • 1
  • 2
  • 9
9
votes
3 answers

SSH into vagrant with X server set up

I am running into problems with setting up X11 forwarding on vagrant VM. I am running Xming for X server and PuTTY as my SSH client. This is what I get when I run vagrant ssh-config: Host default HostName 127.0.0.1 User vagrant Port 2200 …
Matt
  • 2,159
  • 5
  • 23
  • 44
8
votes
1 answer

Use xming / vcxsrv / xwin to setup two screens for i3wm

I'd like to use i3 on my Windows 10 Linux subsystem with two monitors. With: vcxsrv.exe :1 -nodecoration -wgl -multimonitors -screen 0 3840x1160 I can create one large Window that spans over my two monitors. This configuration works with i3,…
Horst Lemke
  • 329
  • 3
  • 13
5
votes
9 answers

Using Xming X Window Server over a VPN

I have the Xming X Window Server installed on a laptop running Windows XP to connect to some UNIX development servers. It works fine when I connect directly to the company network in the office. However, it does not work when I connect to the…
David
  • 13,789
  • 24
  • 77
  • 99
4
votes
5 answers

Netbeans Forwarded over X11 Font Problem

I'm trying to forward my IDE, Netbeans, over ssh to the Xming server on my Windows Desktop. I'm able to get Netbeans to launch and run, but the fonts look terrible because they aren't being anti-aliased. I've uploaded a screenshot here. If I…
jcnnghm
  • 7,326
  • 7
  • 29
  • 38
4
votes
0 answers

How can xming work with OpenGL?

I have an OpenGL (Java + applications) application deployed on a Linux machine. I need to start this application from a Windows machine, display and operate it on Windows. My application shows a whole screen of 2D graphics which is constantly…
mb3_48900
  • 167
  • 1
  • 10
3
votes
1 answer

Java swing menu doesn't stay up

So I'm running netbeans 7.0-1 using Arch Linux. I'm running xming for my x-server. What's going on is, when I use netbeans' Desktop Applications, it starts with two menus: File and Help. Whenever I click the drop down menu, the drop down…
poy
  • 9,085
  • 9
  • 40
  • 69
3
votes
0 answers

Type Chinese into VcXsrv(or other X Server) using Windows-pinyin IME

I want to run IDEA in WSL(windows subsystem for linux) so I followed wsl-tutorial. But I don't want xfce4 desktop because costs performance, so I just install needed GUI packages and run IDEA succussfully. But unfortunately I can't type Chinese in…
Archon
  • 927
  • 8
  • 20
3
votes
0 answers

SSH using Putty and Xming: how to reconnect to display after logout?

I am using Putty and Xming to SSH to a remote linux machine. I use screen so that I can keep things running in the background after I logout or a dropped connection. However, when I reattach back to the screen subsequently, the display window of…
zacho
  • 31
  • 2
3
votes
3 answers

Avoid opening browser on remote server during selenium call

I have written a selenium application using webdriver. I wish to run it on a remote server. When I do that by logging into the server via putty (along with Xming), the selenium tries opening the browser on the server only and load the pages through…
Aryabhatt
  • 597
  • 2
  • 6
  • 22
1
2 3 4 5 6