Hello,
I am trying to get xclock to display on my Windows XP machine so that I can then move to installation of another application. However, I have been stuck since a very long time now.
I have also set the server IP address in the X0 hosts file on my Windows machine. So the file now reads:
localhost
<Server IP>
I have installed Xming on my Windows machine. So the steps I do are as follows:
1. Start xMing.
2. Start xLaunch.
2a. Select Multiple Windows. Click Next.
2b. Start No Client. Click Next.
2c. Clipboard is checked. Click Next.
2d. Click Finish
3. can see the Xmin Server icon in my taskbar.
4. Now I start putty
4a. Give the host name as "myhostname.com "
4b. The port by default is 22
4c. SSH radio button is selected
4d. Close Window on Clean exit is selected
4e. Click Open
5. Command prompt
6. login as : I enter "root"
7. Enter password
8. I see the last login details and then I see
root@server [~]#
9. Which shell am I using:
root@server [~]# echo $SHELL
/bin/bash
10. Then I run the following commands
root@server [~]# DISPLAY=<my ip>:0.0
root@server [~]# export DISPLAY
root@server [~]# echo $DISPLAY
<my ip>:0.0
root@server [~]# xclock
Error: Can't open display: <my ip>:0.0
11. I ran the xhost command:
root@server [~]# xhost +
xhost: unable to open display: <my ip>:0.0
Totally stuck now. Dont know what to do.
If there is some other freeware software that I should use other than Xming, then please let me know that also.
Regards,
Bonson Mampilli
I am trying to get xclock to display on my Windows XP machine so that I can then move to installation of another application. However, I have been stuck since a very long time now.
I have also set the server IP address in the X0 hosts file on my Windows machine. So the file now reads:
localhost
<Server IP>
I have installed Xming on my Windows machine. So the steps I do are as follows:
1. Start xMing.
2. Start xLaunch.
2a. Select Multiple Windows. Click Next.
2b. Start No Client. Click Next.
2c. Clipboard is checked. Click Next.
2d. Click Finish
3. can see the Xmin Server icon in my taskbar.
4. Now I start putty
4a. Give the host name as "myhostname.com "
4b. The port by default is 22
4c. SSH radio button is selected
4d. Close Window on Clean exit is selected
4e. Click Open
5. Command prompt
6. login as : I enter "root"
7. Enter password
8. I see the last login details and then I see
root@server [~]#
9. Which shell am I using:
root@server [~]# echo $SHELL
/bin/bash
10. Then I run the following commands
root@server [~]# DISPLAY=<my ip>:0.0
root@server [~]# export DISPLAY
root@server [~]# echo $DISPLAY
<my ip>:0.0
root@server [~]# xclock
Error: Can't open display: <my ip>:0.0
11. I ran the xhost command:
root@server [~]# xhost +
xhost: unable to open display: <my ip>:0.0
Totally stuck now. Dont know what to do.
If there is some other freeware software that I should use other than Xming, then please let me know that also.
Regards,
Bonson Mampilli
Comment