Results 1 to 5 of 5

Thread: Xming display problem

  1. #1
    Join Date
    Jan 2009
    Posts
    66

    Xming display problem

    You want to run graphical applications on windows so i tried Xming and it's really good but recently it creating problem as it not shows display and creates open gl problem.also can i use it over Window Server over a VPN.please reply thank you.

  2. #2
    Dr. V Guest

    Re: Xming display problem

    after installation Xming on Windows PC for Putty dont run DISPLAY=:0 first. It should work without that.

  3. #3
    Join Date
    Dec 2008
    Posts
    207

    Re: Xming display problem

    1. Forward applications and not an entire desktop

    ssh -X -c blowfish user@server

    see man ssh.

    2. Learn the command line

    The majority of server management is editing text files which does not require X.

    3. Use a web tool / web interface, ie webmin (or similar).

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Xming display problem

    for OpenGL try this
    If OpenGL doesn't work with a program then you can switch on various diagnostic output. Start Xming with special environment variables set

    Variable Description
    GLWIN_ENABLE_DEBUG=1 Enable debugging output at all.
    GLWIN_ENABLE_TRACE=1 Enable trace output.
    GLWIN_ENABLE_STEREO=1 Enable stereo visuals in GLX.
    GLWIN_DUMP_PFD=1 Output information on the requested visual and pixelformat.
    GLWIN_DUMP_HWND=1 Output the window handles used in some operations.
    GLWIN_DUMP_DC=1 Output the device context handle used in some operations.

    For example

    >set GLWIN_ENABLE_DEBUG=1
    >set GLWIN_DUMP_PFD=1
    >Xming :0 -multiwindow -clipboard

    or try the alternative Mesa renderer instead. Also a difficult client will usually work if a version of Mesa is installed on the remote Linux/Unix machine to preempt server-side rendering.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Xming display problem

    yes you can work with sever over vpn .you can manually verify the DISPLAY variable is correct is:

    1. Start your VPN. Run ipconfig to be sure you have the two IP addresses you mentioned (your local IP and your VPN IP).
    2. Start Xming. Run 'netstat -n' to see how it's binding to the interface. You should see something that either says localIP:6000 or VPNIP:6000. It may not be 6000 but chances are it will be something like that. If there's no VPNIP:6000 it may be binding only to your localIP or even 127.0.0.1. That will probably not work over the VPN. Check if there are some Xming settings to make it bind to other or all interfaces.
    3. If you see VPNIP:6000 or something similar, take note of what it says and remote shell into your UNIX host (hopefully something like ssh, if not whatever you have to get a text terminal).
    4. On the UNIX terminal type 'echo $DISPLAY'. If there is nothing displayed try 'export DISPLAY=VPNIP:0.0' where VPNIP is your VPN IP address and 0.0 is the port you saw in step 3 minus 6000 with .0 at the end (i.e. 6000 = 0.0, 6010 = 10.0).
    5. On the UNIX host run something like 'xclock' or 'xterm' to see if it runs. The error message should be informative. It will tell you that it either couldn't connect to the host (a connectivity problem) or authentication failed (you'll need to coordinate Xauth on your host and local machine or Xhosts on your local machine).

Similar Threads

  1. IBM T42 display problem
    By leshaspar in forum Portable Devices
    Replies: 5
    Last Post: 27-11-2010, 07:27 AM
  2. Display Problem
    By roshan2004 in forum Operating Systems
    Replies: 3
    Last Post: 07-10-2010, 04:54 PM
  3. Display problem with EAH 4870
    By Din_the1 in forum Monitor & Video Cards
    Replies: 2
    Last Post: 21-01-2009, 02:46 PM
  4. Problem of display in LCD TV
    By Blazej in forum Monitor & Video Cards
    Replies: 6
    Last Post: 26-12-2008, 09:45 AM
  5. Display problem
    By checkmate in forum Monitor & Video Cards
    Replies: 4
    Last Post: 25-12-2008, 03:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,066,913.60826 seconds with 17 queries