Questions tagged [xquartz]

XQuartz is the X11 DDX that interfaces with Mac OS X. It was formerly shipped by Apple in OS X as X11.app and later transitioned to an Open Source project.

XQuartz is the X11 DDX that interfaces with Mac OS X. It was formerly shipped by Apple in OS X as X11.app and later transitioned to an Open Source project at http://xquartz.macosforge.org

108 questions
0
votes
1 answer

XQuartz plots not in colour using R on mac

I'm very new to R so please forgive any lack of knowledge. I am doing a course which needed the package rgl and managed to work out (finally) that I needed to install XQuartz - which I have done. It is working but I can't get the plots to show in…
AliN
  • 3
  • 1
0
votes
1 answer

connection refused when trying to run X client on Mac host from a docker container

I try to run a Linux docker container with some X11 clients. The host is Mac, with xQuartz installed. It is started using -v /tmp/.X11-unix:/tmp/.X11-unix I see a /tmp/.X11-unix/X0 file in the container. srwxrwxrwx 1 developer developer 0 Mar 28…
Árpád Magosányi
  • 1,394
  • 2
  • 19
  • 35
0
votes
1 answer

Problem running IntelliJ Idea remotely via xquartz (x11 for mac). java.awt.HeadlessException

At the moment I am trying to run Intellij Idea remotely using x11 over ssh, such that I see the widgets on my personal iMac, but the IDE is actually running on my work issued MacPro. This way I can work from home during the Corona outbreak with a…
murungu
  • 2,090
  • 4
  • 21
  • 45
0
votes
0 answers

Download XQuartz into Digital Ocean

I want to download the following link into my digital ocean droplet so that I can install the package 'rgl' for R. Here is the link to XQuartz: https://www.xquartz.org/ How do I go about doing this? Do I need to use sudo code or is it easier than…
nak5120
  • 4,089
  • 4
  • 35
  • 94
0
votes
1 answer

proper shell term/TERM value for windows in XQuartz?

I'm looking for the proper setting for $term/$TERM for use in windows in XQuartz. Neither xterm nor vt100 work well. They do display plain text okay, but they have trouble when I try to use some non-plain text. man pages usually display okay, but…
tewok
  • 15
  • 1
  • 5
0
votes
0 answers

Unable to open X11 windows on remote machine on osx

Up until last week, I have been able to open X11 windows just fine on the remote machine. Suddenly I have not been able to. I connect to the machine with $ ssh user@remote -Y I am running OSX Sierra 10.12.6 and XQuartz. When I connect to the…
0
votes
2 answers

Vi display messed up in remote servers using XQuartz

I am trying to access vi editor using Xquartz on a remote server using Mac computer. Remote server uses Linux Problem I am facing is that, if I try to open a file, previous file/command history start to mess up with the display. To be clear, it is…
Vaidyanathan
  • 379
  • 3
  • 6
  • 16
0
votes
1 answer

VNC on Ubuntu 14.04 LTS

I have a Mac running OS X 10.11.6 and Ubuntu EC2 instance running 14.04LTS. I'm trying to get VNC running KDE from my Mac. XQuartz launches but I have not keyboard, or mouse control over KDE. Port 5901 is open in my EC2 security group. Here's my…
dbl001
  • 2,259
  • 8
  • 39
  • 53
0
votes
0 answers

XQuartz Gnuplot Mac Sierra trackpad issue

I'm using Mac Sierra and plot with XQuartz Gnuplot version 5.0. I can plot but after that not much else with the plot. I cannot zoom, double click to get coordinates to clipboard etc (and all the other keyboard commands don't work) as it is said in…
Physics_maths
  • 131
  • 1
  • 9
0
votes
0 answers

Python dryscrape "Xvfb does not start" under XQuartz & xvfbwrapper & MacOSX Sierra

Under MacOSX Sierra, and XQuartz 2.7.11, Python 2.7. I was able to install dryscrape and its required other python packages. I've tried quite a few methods to get some simple code working, but I can't seem to get it working. Here is the simple…
lucas
  • 47
  • 6
0
votes
2 answers

Baudline app crashes after opening XQuartz: OSX 10.11.6

Running an XQuartz dependent app called Baudline on OSX 10.11.6. Was working fine before upgrading XQuartz, but after a fresh install of both, Baudline crashes upon opening XQuartz. Getting the following report: Error: attempt to add non-widget…
j_a_l
  • 41
  • 2
0
votes
1 answer

How to run this program for X11 on Mac OS?

Source: #include #include #include Display *display; display = XOpenDisplay(NULL); if(display == NULL){ fprintf(stderr, "Cannot open display.\n"); exit(1); } XCloseDisplay(display); …
0
votes
1 answer

XQuartz quit unexpectedly

I very new to gulp watch and also not familiar with XQuartz. Everytime i try to run 'x gulp watch' i get this popup msg: and if i click on Reopen, nothing happens. This is the Problem detail Process: X11.bin [7121] Path: …
0
votes
1 answer

XQuartz not working on OS X El Capitan + Error 127 on OnyX

Yesterday my Inkscape installation was working ok. Now I used the computer and the XQuarz icon appears and closes immediately. I tried to run the apps from terminal to see if there are warning messages nb21:~ pacha$ open -a Inkscape nb21:~ pacha$…
pachadotdev
  • 3,345
  • 6
  • 33
  • 60
0
votes
0 answers

fatal error 'GL/glx.h' file not found #include after xquartz is already installed

When i run the program i get the following error fatal error: 'Gl/glx.h' file not found I am attempting to run a c++ xll graphics program on my mac. I have already downloaded Xquartz and used it to run multiple graphics programs on my computer and…