Skip to content

Commit

Permalink
chore: Update Waydroid guide. (ublue-os#646)
Browse files Browse the repository at this point in the history
* chore: Update Waydroid guide.

* chore: Re-add SELinux fix
  • Loading branch information
nicknamenamenick authored Nov 9, 2023
1 parent 57f6c75 commit fd8546e
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions docs/images/bazzite/waydroid.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Waydroid Configuration
# Waydroid Setup Guide
!!! note

Nvidia images are not supported.
Expand All @@ -10,8 +10,14 @@ Open a host terminal and enter this command to setup Waydroid:
```bash
just init-waydroid
```
Then enter:

## Gapps, ARM translation, and [other goodies](https://github.com/casualsnek/waydroid_script#waydroid-extras-script)
```bash
/usr/bin/waydroid-launcher
```
This will launch Waydroid for the first time.

## Gapps, ARM translation, and [Other Goodies](https://github.com/casualsnek/waydroid_script#waydroid-extras-script)

Open a host terminal and enter `just configure-waydroid`.

Expand Down Expand Up @@ -42,6 +48,30 @@ waydroid session stop

Relaunch Waydroid and you should now have Google Play certification.

# Known Issues & Reset Waydroid

## Blank Screen / Not Launching

If Waydroid does not run after following this guide then you have to set SELinux in permissive mode since there has been reports of it causing issues.

Open a host terminal and enter:

```bash
sudoedit /etc/selinux/config
```

Then, change the line that says:
```bash
SELINUX=enforcing
```

to
```bash
SELINUX=permissive
```

Save the text file and exit.

## Hybrid Graphics Fix

If your PC is running multiple GPUs and you experience either graphical corruption or Waydroid does not launch, then execute this [script](https://raw.githubusercontent.com/Quackdoc/waydroid-scripts/main/waydroid-choose-gpu.sh) to fix it.
Expand Down

0 comments on commit fd8546e

Please sign in to comment.