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
1
vote
0 answers

XQuartz 2.7.8 crashes on Mac OSX Yosemite 10.10.2

I've been running XQuartz for years on several macs, but ver since I upgraded my iMac to Yosemite (now at 10.10.2) I can't get XQuartz to run at all. I've tried re-installing and upgrading XQuartz, even tried the 2.7.8_beta3, but the result is…
EdB
  • 101
  • 1
  • 10
1
vote
3 answers

Homebrew install R without Xquartz on OS X

Installing R with the pkg installer doesn't require XQuartz. However, install R with Homebrew requires to install XQuartz first. Can anybody explain why please? Is there a way to install R without Xquartz with Homebrew? I need to decide whether to…
Stickers
  • 75,527
  • 23
  • 147
  • 186
1
vote
1 answer

Enabling the xorg record module on Mac OS X Yosemite

I am in the process of porting some code over from Linux to Mac. I am a newbie to Mac so please bear with.... On Linux we have used XRecord from the X11 libraries for input capture. I am attempting to use XQuartz on the Mac as a substitute but…
0
votes
0 answers

Is there a particular script to install fsl

This script is what I got from Google. Do I run them in quarts or IDLE? from __future__ import print_function, division, unicode_literals import functools as ft import os.path as op import subprocess as sp import textwrap as…
Samia
  • 1
0
votes
0 answers

How to download fsl

I have been trying to install the fsl in my macOS. However, I haven't found any particular script for the installation yet. I have installed XQuartz and have conda in the Mac. I would really appreciate it the help. Thanks. I tried several scripts…
Samia
  • 1
0
votes
1 answer

x2go on mac -- need multiple x2go windows at the same time -- how?

We use x2go from individual machines to the shared server. Those using MS Windows can start multiple x2go windows, on their local machine, all connected to the server at the same time. This allows them to do multiple different things on the server…
seanhalle
  • 973
  • 7
  • 27
0
votes
0 answers

CDO Climate XQuartz error on loading:Input Method Open Failed

I started using CDO for my university project. CDO in the terminal worked fine for a couple of days but later started to get a few errors (in ). Can anyone please help with this? below is the output details: Ncview comes with ABSOLUTELY NO WARRANTY;…
yashus123
  • 1
  • 2
0
votes
0 answers

MacOS can't display an open3d window from remote server,GLX_ARB_create_context_profile is unavailable

Problem The remote server can't forward open3d window to my Mac the codes are as follows: import copy import numpy as np import open3d as o3d if __name__ == "__main__": print("Testing mesh in open3d ...") mesh =…
dingangui
  • 1
  • 2
0
votes
1 answer

IntelliJ windows from Linux box displayed via ssh/X11 on MacOS illegible

I have XQuartz 1.20.11 (xorg-server 1.20.11) on an M1 MacBook Pro (installed via MacPorts) and am trying to display IntelliJ running on a Linux box via ssh/X11. The IntelliJ windows appear with oddly rendered text that's unreadable—the white…
0
votes
2 answers

Problems finding X11 libraries trying to build another program on Mac

In the process of trying to build some software AVL I'm getting some X11 library issues. I've done this install a few years ago and remember it being straight forward, but it was on an older version of OS el capitan I think and I'm on a "lite"…
spacegirl1923
  • 173
  • 2
  • 11
0
votes
1 answer

Xquartz ssh -X sessions: how to detach/reattach to persistent windows

I've installed xquartz on my OSX machine, and upon connecting to a remote server with ssh -X user@server.domain I'm able to launch gui windows (let's say Rstudio for example --I see the window show up on my screen even though it's running on the…
Jabber1
  • 69
  • 5
0
votes
1 answer

How to recover X11 connection without exiting R on remote server

Short version: How do you restart a lost X11 connection from within R when working on a remote machine ? Long version: The setup I work with Mac 11.1 and connect to a remote Linux server to code in R (through Nvim-R). The steps I use are…
Natha
  • 364
  • 1
  • 3
  • 20
0
votes
0 answers

X11 not working on Mac after Xcode 12.4 upgrade

I need to get X11 working on a Mac, or run ImageMagick without X11. After upgrading Xcode to 12.4, I first noticed ImageMagick display was hanging. I rebooted the machine. It started without XQuartz. I could not then re-open it with the XQuartz icon…
Richard Kirk
  • 281
  • 1
  • 12
0
votes
1 answer

Why can't my xterm terminal opened via a bash script find the prettytable module?

I have a python file which uses the prettytable. I also have a bash script that opens and runs it using xQuartz. When I open xQuartz and run the file from there, it works as expected, however when I try to run it using the script, it is unable to…
Luke Lewis
  • 100
  • 8
0
votes
1 answer

Cannot open GUI applications with XQuartz mac

I am using xquartz to login to an Ubuntu server from a Mac machine. After logging in using ssh -X @ command, I am trying to launch nautilus but it keeps giving the following error: Unable to init server: Could not connect: Connection…
guptasonal
  • 13
  • 5