I am currently on TrueNAS core 13.0-U4 and have a running Bhyve VM of Pop!_OS 22.04 provisioned with 2/4 cores/threads, 4GB RAM, 64GB storage.
I am planning to run Waydroid on it which requires Wayland to run. I'm having trouble getting it to run on Wayland.
What I've done so far:
I modified the
I also modified the
Because the cogwheel on the lower right corner is missing on the login screen, I also installed i3-wm
The cogwheel now appears but it still does not give me the option to switch to Wayland.
I am planning to run Waydroid on it which requires Wayland to run. I'm having trouble getting it to run on Wayland.
What I've done so far:
I modified the
/etc/gdm3/custom.conf
file by changing WaylandEnable=true
I also modified the
/usr/lib/udev/rules.d/61-gdm.rules
file by commenting out two lines:LABEL="gdm_prefer_xorg"
#RUN+="/usr/libexec/gdm-runtime-config set daemon PreferredDisplayServer xorg"
GOTO="gdm_end"
LABEL="gdm_disable_wayland"
#RUN+="/usr/libexec/gdm-runtime-config set daemon WaylandEnable false"
GOTO="gdm_end"
LABEL="gdm_end"
Because the cogwheel on the lower right corner is missing on the login screen, I also installed i3-wm
$ sudo apt install i3-wm
The cogwheel now appears but it still does not give me the option to switch to Wayland.