You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,9 +264,11 @@ pavucontrol and audacity are both X11 applications. The following steps describ
264
264
1. On your macbook run X-windows and authorize raspberry pi as specified by below steps:
265
265
1. Assure that your macbook is connected to the same LAN.
266
266
2. Install [XQuartz v2.7.11](https://www.xquartz.org) (= X Window System) on your macbook.
267
-
3. Launch XQuartz and open an xterm window from menu (applications > terminal)
268
-
4. within xterm window enter the commands `xhost +<ip address raspberry pi>` (The `<ip address raspberry pi>` can be found in the BalenaCloud dashboard). This allows the raspberry pi to display on the XQuartz window system. Note if the raspberry pi has 2 IP addresses (Wi-Fi and Ethernet) then enter the `xhost +` for both IP addresses.
269
-
5. Validate the authorizations set in previous step by running command `xhost`. You should see something like:
267
+
3. Update firewall rules (under `System Preferences`> `Security & Privacy` > `Firewall Options ...`) so that it is allowing incoming connections for the `XQuartz` application.
268
+
4. Launch XQuartz and in its settings: go to Security tab and enable `Authenticate connections` and Àllow connections from network clients`
269
+
5. open an xterm window (this can be done via XQuartz menu: applications > terminal)
270
+
6. within xterm window enter the commands `xhost +<ip address raspberry pi>` (The `<ip address raspberry pi>` can be found in the BalenaCloud dashboard). This allows the raspberry pi to display on the XQuartz window system. Note if the raspberry pi has 2 IP addresses (Wi-Fi and Ethernet) then enter the `xhost +` for both IP addresses.
271
+
7. Validate the authorizations set in previous step by running command `xhost`. You should see something like:
0 commit comments