From 32b1437a71159463c06b7a4d1239871d8ccc7498 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 28 Jul 2022 21:01:39 -0500 Subject: [PATCH] Replace Toolbox with Distrobox and organize article better --- Distrobox.md | 19 +++++++++++++++++++ Toolbox.md | 11 ----------- 2 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 Distrobox.md delete mode 100644 Toolbox.md diff --git a/Distrobox.md b/Distrobox.md new file mode 100644 index 0000000..e3946a0 --- /dev/null +++ b/Distrobox.md @@ -0,0 +1,19 @@ +**Distrobox** is a set of scripts that automates creating GPU-acceleration Linux container environments that seamlessly integrates with the rest of exozyme. + +## Usage + +To get started, run `distrobox enter`. For more details, take a look at the [Distrobox website](https://distrobox.privatedns.org/). The default container image is a pretty standard Fedora environment, so you can use `dnf` for package management. + +## Tips and tricks + +### Graphical apps + +When running graphical apps, you should first install the `mesa-dri-drivers` GPU drivers in Fedora, or the equivalent Mesa package if you're using a different distro image. + +### Running apps inside the container + +You can also install apps inside the container and run them from the outside with `distrobox enter -- appname` or integrate them with your desktop by running `distrobox-export` inside the container. + +### Running WMs or DEs + +You can even install a window manager or desktop environment inside the container and use it in remote desktop with `~/.xinitrc`. See the [window managers](Window-managers) article for more information. \ No newline at end of file diff --git a/Toolbox.md b/Toolbox.md deleted file mode 100644 index 699318d..0000000 --- a/Toolbox.md +++ /dev/null @@ -1,11 +0,0 @@ -**Toolbox** is a set of scripts that automates creating a GPU-acceleration Fedora container environments that seemlessly integrates with the rest of exozyme. - -## Usage - -To get started, run `toolbox enter`. For more details, take a look at the [Toolbox website](https://containertoolbx.org/install/). The container is a pretty standard Fedora environment, so you can use `dnf` for package management. - -When running graphical apps, you should first install the `mesa-dri-drivers` GPU drivers. - -You can also install apps inside the Toolbox and run them from the outside with `toolbox run`. - -You can even install a WM or DE inside the Toolbox container and use it in remote desktop with `~/.xinitrc`. See the [WM](Window-managers) article for more information. \ No newline at end of file