Questions tagged [xming]

X server for windows

Xming

X Server on Wikipedia

85 questions
1
vote
1 answer

Unable to open the frame (swing) in full screen mode in xming

I've developed an app in Java Swing which is running absolutely fine in windows but the same when ran in linux (RedHat 64 bit) doesn't open in full screen mode because of which some of the components aren't visible at all and hence inaccessible. I'd…
Raja Arora
  • 35
  • 2
  • 5
1
vote
1 answer

fail to update jdk1.7.0_45 in raspberry pi

I'm developing the TV Scoreboard app with the use of window laptop and raspberry pi. I'm using the putty to have socket connection. Before that it request to state the X11 server variable, so I have installed the Xming server in my window laptop and…
user3113582
  • 35
  • 1
  • 4
1
vote
1 answer

Discrepancy in $DISPLAY configuration required to get X to work over SSH

I connect to two different SSH servers A and B using PuTTY+Xming from Windows. On server A, echo $DISPLAY yields localhost:10.0 (already set somehow); while on server B, I've manually set the DISPLAY variable to be localhost:10.0 as well. However,…
silvernightstar
  • 1,745
  • 3
  • 17
  • 23
1
vote
2 answers

RTTI check fails on remote Linux machine

I use C++/Qt for my project and I am facing this strange issue. My application runs fine on any native Linux machine and Windows. The problem appears when I use a remote Linux machine to execute my program and use a X Windows server (I use Xming) to…
0
votes
0 answers

Windows Subsystem for Linux issue setting up Xming for graphics

Im not too familiar with the configuration that needs to happen to get wsl to work with the x server. Currently, I have XMing downloaded and have been trying to get wsl to communicate with it. I have tried setting the environment variable: export…
0
votes
0 answers

X11 forwarding not working (using Putty to connect to a CentOS 8 VM). What can be wrong?

I simply can not make graphic softwares run on my CentOS 8 VM. I installed it with no GUI support. I have Xming running. I am using Putty (my local machine is Windows 10), has checked the X11 Forwarding box, has already edited sshd_config file…
jaymzleutz
  • 75
  • 5
0
votes
1 answer

Plink and X display location

Using X forwarding with Putty there is an option to specify the X display location, e.g. localhost:100. How can I do the same think using Plink? I wish to have multiple X servers on the same box with different display locations, and need to be…
0
votes
0 answers

Intellij "Find in Path" window gets bigger every time it is opened

Version: Intellij IDEA 2020.2 (Community Edition) Build #IC-202.6397.94 I X-Forward the intellij UI through XMing. Every time I hit ctrl+shift+f to open the "Find in Path" pop up window, it is larger than the last time I saw it. This is super…
backcab
  • 528
  • 1
  • 4
  • 18
0
votes
1 answer

How to keep mouse position proportional while dragging a drawn rectangle?

I am currently creating boxes that you can select and drag around using OpenGL. Right now I am having the issue where when I click on a box, it snaps the mouse to the center and drags the box from the center point. I want to have the boxes be…
0
votes
1 answer

How to set "X11 DISPLAY variable was set"?

I'm trying to remote into my raspberry with netbeans in Windows 10, but there is a report like this picture. I have received the following error, and I do not understand it. I see that some X11 DISPLAY variable needs to be set, but what value should…
donabela
  • 1
  • 1
0
votes
0 answers

Trying to run Xlaunch but getting "expected key exchange group packet from server"

I'm trying to create a GUI interface of my school's computers on my laptop. But I keep on getting the "expected key exchange group packet from server" in PuTTY Connection Fatal Error box. Not sure what the problem is.
0
votes
2 answers

X11 forwarding works on Ubuntu using Windows 10 cmd-line ssh only after first using Putty

Note: X11 forwarding works fine if I use putty and X11 forwarding using localhost:0.0. I would like to get it to work using Windows 10 command line ssh. Here are my steps. My Windows 10 computer and my Ubuntu computer are on the same local…
Adrian Hood Sr
  • 355
  • 2
  • 17
0
votes
1 answer

How to use Git GUI from Unix using Xming

I'm using Windows XP and I log in to a unix system using Putty where I run several Git commands. I have also installed Xming + Git GUI in my Windows system. Now is it possible to use the Git GUI installed in my windows from the Unix system I login?…
Veera
  • 29,772
  • 35
  • 94
  • 133
0
votes
1 answer

openCV imshow in WSL using Xming

I am working on some video processing tasks and have been using opencv-python 4.2.0 as my go-to library. At first there was a problem with displaying video frames using the imshow function - I would only see a small black window, but I thought there…
Jan Parzydło
  • 187
  • 1
  • 12
0
votes
0 answers

GUI Applications on WSL

I am using Xming to get graphical outputs from WSL(Ubuntu). And i have problem with outputs. tutorial output my output why am i getting different results and is there any way to get same outputs? tutorial code visualization part : //…
badcode
  • 409
  • 1
  • 2
  • 18