Questions tagged [xming]

X server for windows

Xming

X Server on Wikipedia

84 questions
1
vote
0 answers

Can't get vscode to display through x windows

Trying to run vscode remotely, and display it back to my Windows machine. Working on Amazon EC2 instance, logging in through putty and using x-ming for the xserver on Windows. I can launch and display an xterm window, I can launch and display a…
1
vote
0 answers

How to create a font alias if system doesn't support the font?

Currently running a program in OpenVMS on a Vax machine and sending it to a Windows 10 PC running Xming. I am having errors with the fonts. After research have found that the fonts I am having errors with are not supported on Xming (Type 1 fonts,…
lnm94673
  • 21
  • 1
1
vote
0 answers

Using Xming to show VMS display and receiving errors about fonts/color

I am trying something new to me and have not found much information on the subject... I am running Xming on a Windows 10 PC (this is on an isolated environment and cannot be connected to the internet) and sending a map program from VMS to it. The…
lnm94673
  • 21
  • 1
1
vote
0 answers

How to connect Windows Ubuntu20.04 LTS to my Xming server

I want to be able to use gedit from my windows 10 machine, but I can't get my Ubuntu20.04 LTS app to open any displays over my xming server. I know the Xming server is set up because it shows up in the bottom left of my task bar and reads "Xming…
1
vote
0 answers

Corrupt colors when Xming is in multiwindow mode

I've just upgraded Xming from about 7.5 to 7.7.0.56 and colors no longer display properly in multiwindow mode. On my Windows PC I run Xming in multiwindow mode like this: "C:\Program Files\Xming\Xming.exe" -multiwindow Then through a putty session…
Fulby
  • 31
  • 3
1
vote
1 answer

Recurring problem with plotting graphs in WSL Ubuntu

I am writing a code that should graph a simple function, and it temporarily works, but I keep encountering this cycle of problems when I restart my computer: The first time I try running the code, it doesn't send out any errors, but neither does it…
enricw
  • 263
  • 4
  • 19
1
vote
1 answer

Why dbca giving error NoClassDefFoundError

After doing the configuraton on Putty for X11. When I am running dbca I am getting the following error: [oracle@XYZ bin]$ dbca Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit at…
Rosey Khatun
  • 89
  • 2
  • 9
1
vote
1 answer

Update titlestring in Vim when I enter/leave the commandline

Correct setting: add |redraw at the end augroup CmdLineStatus_to_Title autocmd! autocmd CmdlineEnter * set titlestring=CommandlineMode|redraw autocmd CmdlineEnter * set titlestring=%F\ %{v:servername}\ %{mode()} augroup END Original…
llinfeng
  • 1,316
  • 1
  • 15
  • 39
1
vote
0 answers

facing an error running meld on ubuntu 16.04

did a fresh install of meld (3.14.2-1) on ubuntu 16.04, and running it gives the following error. $ meld Failed to connect to Mir: Failed to connect to server socket: No such file or directory Unable to init server: Could not connect: Connection…
user111
  • 33
  • 1
  • 7
1
vote
0 answers

installing intellij on remote redhat 7 server, can't read instructions because character encoding problems

So im trying to install intellij idea to my remote redhat 7 server, and im trying to access it via Xming from my local PC with windows on. Problem is that idea.sh starts, but the character encoding is messed up. Would love to hear some suggetions…
1
vote
1 answer

Xming Visual Studio Code on Windows 10 Linux Subsystem

What I am trying to do is basically run Visual Studio Code on the Linux subsystem of a Windows 10 Anniversary Update machine. I have installed the code.xxx.deb package using gdebi and solved the few requirements missing. I have Xming installed on…
1
vote
1 answer

Differences between Xming and ssh -x

I have been setting up Qt Creator to run on an embedded device (Odroid XU-4) for my work and I have been getting issues with initialising the application. when I call qtcreator, I get: odroid@odroid:~$ failed to get the current screen resources The…
o.schofield
  • 11
  • 1
  • 3
1
vote
1 answer

Xming and picture rendering in Matlab

I'm using xming 6.9.0.31 on Windows XP computer to connect to Linux server and run Matlab scripts there. I have 2 configurations of xming and both have problems related to matlab output figures. In one configuration everything works on the first…
lugger1
  • 1,843
  • 3
  • 22
  • 31
1
vote
4 answers

X11 Forwarding can't open display (client rejected?)

I've read similar questions, and have applied the suggestions posted, but none seem to fix my issue... In Putty, I've enabled x11 forwarding, with the 'X display location' set to 0.0 The remote Debian 8.4's X -version is 1.16.4, with the the…
ben
  • 473
  • 2
  • 9
  • 21
1
vote
0 answers

Can't connect to X11 window in raspberry pi

I'm trying to run My Java Program final GpioController gpio = GpioFactory.getInstance(); mux_a = gpio.provisionDigitalOutputPin(RaspiPin.GPIO_02, "MUX_A", PinState.LOW); mux_b = gpio.provisionDigitalOutputPin(RaspiPin.GPIO_03, "MUX_B",…