You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

how do i install X11 on my macbook pro

how do i install X11 on my macbook pro


Posted on Jul 27, 2021 4:18 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 28, 2021 9:45 AM

https://www.xquartz.org


This is an X11 Display Server, and a few X11 apps in /opt/X11/bin/.


If you are going to send Unix/Linux displays to your Mac, then install XQuartz and Logout of your session or reboot (which will effectively log you out).


After logging back in, you can use

ssh -Y username@remote.Unix.or.Linux.address

--OR--

ssh -X username@remote.Unix.or.Linux.address

This will export a DISPLAY environment variable to the remote system so that any X11 based app you start over this ssh connection will display back on your Mac. It will look something like the following:

$ printenv DISPLAY
localhost:10.0


If your remote systems has shell initialization scripts that override the DISPLAY environment variable, then you should disable that in your remote shell initialization scripts.

1 reply
Question marked as Top-ranking reply

Jul 28, 2021 9:45 AM in response to rsifuentes2926

https://www.xquartz.org


This is an X11 Display Server, and a few X11 apps in /opt/X11/bin/.


If you are going to send Unix/Linux displays to your Mac, then install XQuartz and Logout of your session or reboot (which will effectively log you out).


After logging back in, you can use

ssh -Y username@remote.Unix.or.Linux.address

--OR--

ssh -X username@remote.Unix.or.Linux.address

This will export a DISPLAY environment variable to the remote system so that any X11 based app you start over this ssh connection will display back on your Mac. It will look something like the following:

$ printenv DISPLAY
localhost:10.0


If your remote systems has shell initialization scripts that override the DISPLAY environment variable, then you should disable that in your remote shell initialization scripts.

how do i install X11 on my macbook pro

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.