Skip to content

Commit 121753c

Browse files
committed
How to start X or wayland by default
1 parent e6e7330 commit 121753c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/en/docs/measuring/measuring-gui-applications.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,17 @@ X-GNOME-Autostart-enabled=true
118118
Name=Allow Docker X11 / Wayland
119119
```
120120

121+
#### Starting with a selected window manager
122+
123+
On Ubuntu, our reference distribution for cluster setups, this is chosen in the *GDM* config.
124+
125+
Open `/etc/gdm3/custom.conf` and add:
126+
```conf
127+
# this will activate Wayland
128+
WaylandEnable=true
129+
```
130+
131+
If you want *X.org* just set the variable to `false`.
132+
121133
### Help / Debugging
122134
If you run into any errors see the [Debugging →]({{< relref "debugging" >}}) page.

0 commit comments

Comments
 (0)