[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:x_windows:remotex_windows2linux [2012/09/11 02:15 (UTC)] nocturnal.slackerhowtos:remotex_windows2linux [2012/09/26 00:40 (UTC)] (current) – deleted page - moved to the howtos:window_managers section mfillpot
Line 1: Line 1:
-====== Remote X: Windows to Linux ====== 
  
-<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> 
-====== Plain Ol' Vanilla Remote X11 ====== 
-1) Install Xming **and** Xming-fonts 
-  * Download from [[http://sourceforge.net/projects/xming/files/]] 
- 
-2) Add the Linux machine's DNS name(s) andor IP address to the C:\Program Files\xming\X0.hosts file. File should look something like: 
-    Linux1.mydomain.com 
-    Linux1 
-    192.168.1.25 
- 
-3) Start Xming 
-  * (NOT XLaunch) 
- 
-4) Start the connection: 
-Connect to the Linux machine via ssh/telnet/rlogin/whatever and run: 
-     DISPLAY=WINDOWS_IP:0;export DISPLAY;APPLICATION_YOU_WANT_TO_RUN 
-     EXAMPLE: DISPLAY=192.168.1.10:0;export DISPLAY;xterm 
- 
- 
- 
-Minimize the telnet session, do not close it.  If you close it, your X11 connection will close. 
- 
----- 
- 
-**PROBLEMS** 
- 
-**PROBLEM:** "Xlib: connection to YOUR_IP refused by server" \\ 
-**FIX:** Check the Xming log, it probably contains "Xming.exe: client 4 rejected from IP YOUR_IP". If so,  
-  - close Xming 
-  - Make sure that the DNS names and/or IPs are in the C:\Program Files\xming\X0.hosts file 
-  - restart Xming 
-**FIX2:** If problem is not fixed, restart Xming with the -ac option. \\ 
- 
-**PROBLEM:** Map starts but then I get a font error from OpenView. \\ 
-**FIX:** Install the Xming-fonts onto your Windows box. \\ 
- 
-**PROBLEM:** When starting Xming, a Windows Security Alert pops up saying Windows Firewall has blocked this program. \\ 
-**FIX:** Change Windows Firewall setting to allow Xming. \\ 
-**FIX2:** Disable Windows Firewall by going to Services, setting Windows Firewall to MANUAL START and then stop the service. \\ 
- 
-**PROBLEM:** Cannot connect to Xming and I have checked all of the above. \\ 
-**FIX:** When starting Xming as display 0, Windows Firewall does not complain. Check to see if Windows Firewall is blocking the connection. \\ 
- 
- 
-====== Remote X11 Over SSH ====== 
- 
-1) Install Putty (if it's not already installed). 
- 
-     www.chiark.greenend.org.uk/~sgtatham/putty/ 
- 
-2) Open putty and fill in the "Host Name" box. 
- 
-3) Ensure that SSH is checked. 
- 
-4) Under Category > Connection > SSH > X11 check the "Enable X11 forwarding" box. 
- 
-5) Click the "Open" button to start the connection. 
- 
-6) Log into the remote machine as you would do in a normal SSH session. 
- 
-7) Start the X application from the command line, a window should open on your local machine with the application. 
- 
-(It's a regular SSH session with putty but with X11 forwarding enabled.) 
- 
- 
-====== Sources ====== 
-<!-- If you are copying information from another source, then specify that source --> 
-<!-- * Original source: [[http://some.website.org/some/page.html]] --> 
-<!-- Authors are allowed to give credit to themselves! --> 
- * Originally written by [[wiki:user:arfon | arfon]]  
-<!-- * Contributions by [[wiki:user:yyy | User Y]] --> 
- 
-<!-- Please do not modify anything below, except adding new tags.--> 
-<!-- You must remove the tag-word "template" below before saving your new page --> 
-{{tag>howtos software X_Windows X11}} 
 howtos:remotex_windows2linux ()