How to disable XMing?

Sysprogs forums Forums VisualGDB How to disable XMing?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6543
    christoph.p
    Participant

    Hi!

    Normally the output of my BeagleBone board is shown at the host pc with Xming. When I debug like

    that every runs fine. But when I manually copy the app to the board and start it it seems to stuck

    in a loop because of the small screen resolution (I’m using a LCD Cap for the BeagleBone).

    Is it possible to remote debug as usual, but led the output of the program stay on the desktop

    of the Beaglebone?

    Thx!

    #6544
    christoph.p
    Participant

    Or alternatively tell Xming the target resolution?

    #6558
    support
    Keymaster

    Hi,

    Yes, you can customize this via the Debug Settings page of VisualGDB Project Properties (look at the bottom of the page).

    #6568
    christoph.p
    Participant

    When I choose “shown” on the remote computer, I get the error:

    Received a SIGSEGV: Segmentation fault

    #6577
    support
    Keymaster

    Are you using the same user account for the remote debugging and for logging on to the console? If not, you may need to configure xauth.

    When you select “show on remote computer”, VisualGDB simply sets the DISPLAY variable to “:0” redirecting the X11 output to the default server. Can you reproduce the same problem by running “export DISPLAY=:0 && <command>” manually via SSH?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.