Difference between revisions of "Training/XQuartz"

From HPC
Jump to: navigation , search
(Installing XQuartz)
m (Navigation)
 
(36 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
==Introduction==
 
==Introduction==
XQuartz is an open-source version of X.Org X Window System that runs on macOS, it is required to run certain cross-platform applications on macOS.
+
 
XQuartx was included with Mac OSX 10.5 (Leopard) to Mac OSX 10.7 (Lion), for all subsequent releases XQuartz is not included and must be downloaded separately.
+
* XQuartz is an open-source version of X.Org X Window System that runs on macOS, it is required to run certain cross-platform applications on macOS.
 +
* XQuartz was included with Mac OSX 10.5 (Leopard) onwards, for all subsequent releases XQuartz is not included and must be downloaded separately.
  
 
==Installing XQuartz==
 
==Installing XQuartz==
1. Download the latest version of XQuartz from https://www.xquartz.org<BR>
+
# Download the latest version of XQuartz from https://www.xquartz.org/
2.Navigate to the downloads folder and open the XQuartz Disk Image.<BR>
+
# Navigate to the Downloads folder and open the XQuartz Disk Image (XQuartz-2.8.2.dmg)
3.Open the the XQuartz package<BR>
+
# Open the XQuartz package (XQuartz.pkg)
4.Follow the installation steps, accepting the licence agreement and choose an installation destination.<BR>
+
[[File:XQuartz_Package.png]]
5.Once installation is complete logout and log in.<BR>
+
* Follow the installation steps, accept the licence agreement and choose an installation destination.
6.Open the Terminal App<BR>
+
[[File:XQuartz_Install.png]]
7.Login to Viper ssh -X username@viper.hull.ac.uk<BR>
+
* Once installation is complete logout and log in.
{|
+
[[File:XQuartz_Complete.png]]
|style="width:5%; border-width: 0" | [[File:icon_exclam1.png]]
+
* Open the Terminal Application
|style="width:95%; border-width: 0" | Note: -X is used to enable the X window system.]].
+
* Login to Viper ssh -Y <username>@viper.hull.ac.uk
|-
+
 
|}
+
 
8.To test X11 support type xclock, an analogue clock should appear
+
'''IMPORTANT''' : Use the -Y option to enable windowing on the host computer.
 +
 
 +
==Test XQuartz==
 +
To test X11 support type xclock, an analogue clock should appear.
 +
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 +
[username@login01 ~]$ xclock
 +
</pre>
 +
[[File:XClock.png]]
 +
 
 +
==Alternative options==
 +
 
 +
[https://www.macports.org/ MacPorts]<BR>
 +
 
 +
==Next Steps==
 +
 
 +
* [https://www.xquartz.org/ XQuartz]
 +
* [https://support.apple.com/en-gb/HT201341 Apple Support - X11]
 +
 
 +
 
 +
 
  
==Further Information==
+
[[Main Page]]    /   [[FurtherTopics/FurtherTopics #Compatibility| Back to Further Topics]]
[https://www.xquartz.org/ XQuartz]<BR>
 
[https://support.apple.com/en-gb/HT201341 Apple Support - X11]
 

Latest revision as of 11:37, 16 November 2022

Introduction

  • XQuartz is an open-source version of X.Org X Window System that runs on macOS, it is required to run certain cross-platform applications on macOS.
  • XQuartz was included with Mac OSX 10.5 (Leopard) onwards, for all subsequent releases XQuartz is not included and must be downloaded separately.

Installing XQuartz

  1. Download the latest version of XQuartz from https://www.xquartz.org/
  2. Navigate to the Downloads folder and open the XQuartz Disk Image (XQuartz-2.8.2.dmg)
  3. Open the XQuartz package (XQuartz.pkg)

XQuartz Package.png

  • Follow the installation steps, accept the licence agreement and choose an installation destination.

XQuartz Install.png

  • Once installation is complete logout and log in.

XQuartz Complete.png

  • Open the Terminal Application
  • Login to Viper ssh -Y <username>@viper.hull.ac.uk


IMPORTANT : Use the -Y option to enable windowing on the host computer.

Test XQuartz

To test X11 support type xclock, an analogue clock should appear.

[username@login01 ~]$ xclock

XClock.png

Alternative options

MacPorts

Next Steps



Main Page / Back to Further Topics