chore(docs): Replace external images with local ones (#1616)
* chore(docs): Add image downloader script * chore(docs): Move favicons to static dir * chore(docs): Replace external images with local ones * chore(docs): Remove unnecesary imports from fetch_discourse_images.py * docs: Rename 'Updates_Rollbacks_&_Rebasing' to 'Updates_Rollbacks_and_Rebasing' * chore(docs): Add rename_image_names.py * chore(docs): Rename images * chore(docs): Fix rename_image_names.py not being able to catch all images * chore(docs): Rename more images * chore(docs): Rename even more images * chore(docs): Rename even more images again * chore(docs): Remove leftover duplicate images
@ -39,8 +39,8 @@ theme:
|
||||
icon: material/brightness-4
|
||||
name: Switch to system preference
|
||||
|
||||
favicon: img/favicon.svg
|
||||
logo: img/favicon.svg
|
||||
favicon: static/favicon.svg
|
||||
logo: static/favicon.svg
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
features:
|
||||
@ -137,11 +137,11 @@ nav:
|
||||
- "Appimage": Installing_and_Managing_Software/AppImage.md
|
||||
- "rpm-ostree": Installing_and_Managing_Software/rpm-ostree.md
|
||||
- "Updates, Rollbacks, & Rebasing":
|
||||
- "Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/index.md"
|
||||
- "Updating Guide": "Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/updating_guide.md"
|
||||
- "Rolling Back System Updates": "Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rolling_back_system_updates.md"
|
||||
- "Rebase Guide": "Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rebase_guide.md"
|
||||
- "Bazzite Rollback Helper": "Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/bazzite_rollback_helper.md"
|
||||
- "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/index.md"
|
||||
- "Updating Guide": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/updating_guide.md"
|
||||
- "Rolling Back System Updates": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/rolling_back_system_updates.md"
|
||||
- "Rebase Guide": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/rebase_guide.md"
|
||||
- "Bazzite Rollback Helper": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/bazzite_rollback_helper.md"
|
||||
- "Waydroid Setup Guide": Installing_and_Managing_Software/Waydroid_Setup_Guide.md
|
||||
- Advanced:
|
||||
- "Reset Forgotten User Password": Advanced/Reset_Forgotten_User_Password.md
|
||||
|
@ -4,13 +4,13 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=3781", "fetched_at": "2024-09-03 16:43:10.816923+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
**This comes pre-installed on GNOME images.**
|
||||
|
||||
# Instructions
|
||||
|
||||

|
||||

|
||||
|
||||
1. Open GNOME Disks (`gnome-disk-utility`)
|
||||
2. Locate the disk and partition you want to mount
|
||||
@ -36,9 +36,9 @@ Display Name should be added too. Name it whatever you want it to be identified
|
||||
|
||||
>**Warning**: If a drive is formatted, then do not remove it from `/etc/fstab`, so the "nofail" option is a must to avoid issues with booting.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
### **BTRFS**:
|
||||
```command
|
||||
|
@ -4,14 +4,14 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=3780", "fetched_at": "2024-09-03 16:43:09.824214+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
**This is pre-installed on KDE images.**
|
||||
|
||||
# Instructions
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
1. Open KDE Partition Manager
|
||||
2. Locate the disk and partition you want to mount
|
||||
@ -43,7 +43,7 @@ You can copy+paste these into the "More.." dialog and they will be valid
|
||||
|
||||
>**Warning**: If a drive is formatted, then do not remove it from `/etc/fstab`, so the "nofail" option is a must to avoid issues with booting.
|
||||
|
||||

|
||||

|
||||
>**Example: btrfs requires these additional options.**
|
||||
|
||||
|
||||
|
@ -4,15 +4,15 @@
|
||||
|
||||
>Follow this guide **at your own discretion** because you can break your system attempting any of this.
|
||||
|
||||

|
||||

|
||||
|
||||
Reboot your device and edit the last deployment by presssing <kbd>E</kbd> on your keyboard.
|
||||
|
||||

|
||||

|
||||
|
||||
Boot with `init=/bin/bash` on the kernel command line (e.g. edit GRUB prompt.)
|
||||
|
||||

|
||||

|
||||
|
||||
Continue boot process with <kbd>Ctrl</kbd>+<kbd>X</kbd>
|
||||
|
||||
@ -38,7 +38,7 @@ sync
|
||||
/sbin/reboot -ff
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Your user password should now be reset.
|
||||
|
||||
|
@ -14,8 +14,8 @@ Steam can run Windows games on Linux. It utilizes a wide range of projects and
|
||||
* You can change this by going into the Steam **Settings** > **Compatibility** > Check **Enable Steam Play for all other titles**
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Forcing A Specific Proton / Steam Play Tool Version
|
||||
|
||||
@ -24,8 +24,8 @@ Steam can run Windows games on Linux. It utilizes a wide range of projects and
|
||||
* Some games run better with a specific version of Proton or forcing the Linux runtime.
|
||||
* Run that specific version by going into the game's **Properties** > **Compatibility** > **Force the use of a specific Steam Play compatibility tool**
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
# **Non-Steam Games**
|
||||
|
||||
@ -35,9 +35,9 @@ Steam can run Windows games on Linux. It utilizes a wide range of projects and
|
||||
* Other games and launchers are also available in the software center (_Discover_ or _GNOME Software_) like itch.io.
|
||||
|
||||
## Lutris Setup
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Lutris is game management software that doubles as a WINE front-end for Windows games. Several games and launchers can be installed by searching for the title and using one of the installer scripts for it.
|
||||
|
||||
@ -47,19 +47,19 @@ However if your game is not listed or doesn't work with the provided script, the
|
||||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
**Example 1**:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**Example 2**:
|
||||

|
||||

|
||||
|
||||
### Lutris Shortcuts
|
||||
|
||||

|
||||

|
||||
|
||||
Right clicking a game on Lutris gives the option to add it as a non-Steam game (useful for Steam Gaming Mode), create a desktop shortcut, or an application menu shortcut.
|
||||
|
||||
|
@ -12,7 +12,7 @@ Windows games need to run through a **compatibility layer** (like Proton) on Baz
|
||||
|
||||
## Using ProtonUp-Qt/ProtonPlus
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Install and update to the latest [GE-Proton](https://github.com/GloriousEggroll/proton-ge-custom), [Luxtorpeda](https://github.com/luxtorpeda-dev/luxtorpeda), and other useful [SteamPlay tools](https://steamcommunity.com/games/221410/announcements/detail/1696055855739350561).
|
||||
@ -23,7 +23,7 @@ Install and update to the latest [GE-Proton](https://github.com/GloriousEggroll/
|
||||
|
||||
## Protontricks / Winetricks
|
||||
|
||||

|
||||

|
||||
|
||||
Some games require [Protontricks](https://github.com/Matoking/protontricks) (pre-installed) or [Winetricks](https://github.com/Winetricks/winetricks) (for non-Steam games, included with Lutris) to function properly.
|
||||
|
||||
@ -47,7 +47,7 @@ It's the glue that holds everything together when you run a game through Proton
|
||||
|
||||
Many PC games drop files in Windows folders like "My Documents" or "AppData" and both can be found in your prefix directory. This prefix directory may be useful for modding your games, backing up your saves, or configuration files.
|
||||
|
||||

|
||||

|
||||
|
||||
For games on Steam, they are located in your `~/.steam/root/steamapps/compatdata/` folder, and then the **AppID number of the game**:
|
||||
- This ID by going into the game's properties on Steam in the games `Properties > Updates > App ID`
|
||||
@ -55,7 +55,7 @@ For games on Steam, they are located in your `~/.steam/root/steamapps/compatdata
|
||||
|
||||
## Broken Proton Prefix?
|
||||
|
||||

|
||||

|
||||
|
||||
> **Note**: Save files are located in the prefix, so backup the save file in there before deleting especially if the game does not support cloud saving.
|
||||
|
||||
@ -90,7 +90,7 @@ Some mods require a "WINE DLL OVERRIDE" environment variable in the Steam launch
|
||||
|
||||
## Configuration Templates for DXVK, MangoHud, & vkBasalt
|
||||
|
||||

|
||||

|
||||
|
||||
Bazzite users can use templates for some of the pre-installed tools which can be accessed by right clicking anywhere in the file manager.
|
||||
|
||||
|
@ -10,7 +10,7 @@ KDE Plasma is the default Bazzite desktop environment and is highly customizable
|
||||
|
||||
Do **not** install themes with the built-in KDE system settings installer since it may not install properly because the filesystem is slightly different than most Linux operating systems. Install themes manually into your Home directory and follow instructions from the author if necessary.
|
||||
|
||||

|
||||

|
||||
|
||||
## Universal instructions for most custom themes
|
||||
|
||||
@ -59,11 +59,11 @@ rpm-ostree install kvantum
|
||||
|
||||
>**Note**: Not all wallpapers are compatible and may even cause issues since most are not intended for use on the Linux desktop.
|
||||
|
||||

|
||||

|
||||
|
||||
**[Wallpaper Engine](https://www.wallpaperengine.io/en) is a live wallpaper application intended for Windows.**
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Read this [guide](https://github.com/catsout/wallpaper-engine-kde-plugin/blob/main/README.md#usage) on how to set it up on KDE Plasma.
|
||||
|
@ -175,7 +175,7 @@ If its for Minecraft, then install the [Prism Launcher](https://flathub.org/apps
|
||||
|
||||
# Why are builds failing?
|
||||
|
||||

|
||||

|
||||
|
||||
Do not be alarmed if you see this on our [Github repository](https://github.com/ublue-os/bazzite/). Builds can fail for a number of reasons, but it's only temporary. You can still install and use Bazzite without any issues. Latest features and fixes may be delayed until the builds are successfully built again however.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||
1. Download the Framework Laptop image of [Bazzite](https://bazzite.gg/). Make sure you select Intel or AMD depending on the mainboard in your device:
|
||||

|
||||

|
||||
|
||||
1. **Create a USB stick** using [Fedora Media Writer](https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#_on_windows) ([Windows](https://fedoraproject.org/fmw/FedoraMediaWriter-win32-latest.exe) or [Mac](https://fedoraproject.org/fmw/FedoraMediaWriter-osx-latest.dmg) or [Linux](https://flathub.org/apps/org.fedoraproject.MediaWriter))
|
||||
|
||||
@ -21,28 +21,28 @@
|
||||
* If there is an OS already installed on the target drive, you’ll need to follow the guided steps to delete the existing partitions.
|
||||
* Click Finish Installation and then reboot into your new Bazzite install!
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=1146", "fetched_at": "2024-09-03 16:43:27.199924+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
# Pre-Installation
|
||||
@ -37,7 +37,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [KDE Plasma (Default)](https://kde.org/plasma-desktop/)
|
||||
|
||||

|
||||

|
||||
|
||||
- KDE Plasma's default interface has a traditional and familiar layout
|
||||
- Highly customizable with tons of settings
|
||||
@ -46,7 +46,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [GNOME (`-gnome` images)](https://www.gnome.org/)
|
||||
|
||||

|
||||

|
||||
|
||||
- GNOME's default interface has an elegant and touch-friendly layout
|
||||
- Simple and concise
|
||||
@ -56,7 +56,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [Steam Gaming Mode (`-deck` images)](https://universal-blue.discourse.group/docs?topic=37)
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Your device will automatically boot into the Steam Gaming Mode session at startup, and Desktop Mode can be accessed from the "**power menu**" in Steam Gaming Mode.
|
||||
|
||||
@ -96,11 +96,11 @@ Current [Fedora Atomic Desktop](https://fedoraproject.org/atomic-desktops/) user
|
||||
|
||||
## 3. Installer
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
- Select your language, region, keyboard layout, and time zone.
|
||||
- Select the drive that Bazzite is going to be installed on.
|
||||
@ -124,7 +124,7 @@ Read the [Secure Boot Guide](https://universal-blue.discourse.group/docs?topic=2
|
||||
>The fine tuning before gaming.
|
||||
|
||||
## GRUB Menu
|
||||

|
||||

|
||||
|
||||
The first boot will show a screen showing your current and last deployment. It will automatically boot if nothing. It is important to note that the GRUB menu can be used to rollback Bazzite deployments if you encounter issues.
|
||||
|
||||
@ -132,23 +132,23 @@ Read more about this in the [Updates, Rollback, and Rebasing documentation](http
|
||||
|
||||
## Configuring System Settings for KDE Plasma and GNOME
|
||||
|
||||

|
||||

|
||||
***KDE Plasma's System Settings application***
|
||||
|
||||

|
||||

|
||||
***GNOME's Settings application***
|
||||
|
||||
It is important to configure the system settings on a first boot to personalize your desktop especially if you notice the scaling is incorrect on first-boot.
|
||||
|
||||
## First Boot Setup Utility: Bazzite Portal
|
||||
|
||||

|
||||

|
||||
|
||||
>**Attention**: Make sure you are connected to the internet.
|
||||
|
||||
An application will pop up welcoming you to Bazzite when you boot into the desktop for the first time. This is a utility that allows you to tailor Bazzite to your liking by installing additional software.
|
||||
|
||||

|
||||

|
||||
|
||||
- Click "Next" to begin configuring Bazzite.
|
||||
- Press the toggle switch button next to the item to have the option enabled or disabled for your installation, some are already toggled on by default.
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
1. Download the Framework Laptop image of [Bazzite](https://bazzite.gg/). Make sure you select Intel or AMD depending on the mainboard in your device:
|
||||
|
||||

|
||||

|
||||
|
||||
2. **Create a USB stick** using [Fedora Media Writer](https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/#_on_windows) ([Windows](https://fedoraproject.org/fmw/FedoraMediaWriter-win32-latest.exe) or [Mac](https://fedoraproject.org/fmw/FedoraMediaWriter-osx-latest.dmg) or [Linux](https://flathub.org/apps/org.fedoraproject.MediaWriter))
|
||||
|
||||
@ -21,9 +21,9 @@
|
||||
* A new box for Linux Audio Compatibility will appear, arrow to Linux, then press enter. Now press F10 key to reboot.
|
||||
* Now we don’t have an OS installed yet. So the reboot won’t get us to a running operating system and we fully expect to see an error to this point. Simply press the power button to shutdown.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
4. **Booting to the Bazzite USB**
|
||||
|
||||
@ -34,28 +34,28 @@
|
||||
* If there is an OS already installed on the target drive, you’ll need to follow the guided steps to delete the existing partitions.
|
||||
* Click Finish Installation and then reboot into your new Bazzite install!
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=1145", "fetched_at": "2024-09-03 16:43:24.537747+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# Pre-Installation
|
||||
|
||||
@ -42,7 +42,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [KDE Plasma (Default)](https://kde.org/plasma-desktop/)
|
||||
|
||||

|
||||

|
||||
|
||||
- KDE Plasma's default interface has a traditional and familiar layout
|
||||
- Highly customizable with tons of settings
|
||||
@ -51,7 +51,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [GNOME (`-gnome` images)](https://www.gnome.org/)
|
||||
|
||||

|
||||

|
||||
|
||||
- GNOME's default interface has an elegant and touch-friendly layout
|
||||
- Simple and concise
|
||||
@ -61,7 +61,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [Steam Gaming Mode (`-deck` images)](https://universal-blue.discourse.group/docs?topic=37)
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Your device will automatically boot into the Steam Gaming Mode session at startup, and Desktop Mode can be accessed from the "**power menu**" in Steam Gaming Mode.
|
||||
|
||||
@ -101,11 +101,11 @@ Read the [Dual Boot Guide](https://universal-blue.discourse.group/docs?topic=274
|
||||
|
||||
## 3. Installer
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
- Select your language, region, keyboard layout, and time zone.
|
||||
- Select the drive that Bazzite is going to be installed on.
|
||||
@ -129,7 +129,7 @@ Read the [Secure Boot Guide](https://universal-blue.discourse.group/docs?topic=2
|
||||
>The fine tuning before gaming.
|
||||
|
||||
## GRUB Menu
|
||||

|
||||

|
||||
|
||||
The first boot will show a screen showing your current and last deployment. It will automatically boot if nothing. It is important to note that the GRUB menu can be used to rollback Bazzite deployments if you encounter issues.
|
||||
|
||||
@ -137,23 +137,23 @@ Read more about this in the [Updates, Rollback, and Rebasing documentation](http
|
||||
|
||||
## Configuring System Settings for KDE Plasma and GNOME
|
||||
|
||||

|
||||

|
||||
***KDE Plasma's System Settings application***
|
||||
|
||||

|
||||

|
||||
***GNOME's Settings application***
|
||||
|
||||
It is important to configure the system settings on a first boot to personalize your desktop especially if you notice the scaling is incorrect on first-boot.
|
||||
|
||||
## First Boot Setup Utility: Bazzite Portal
|
||||
|
||||

|
||||

|
||||
|
||||
**Attention**: Make sure you are connected to the internet.
|
||||
|
||||
An application will pop up welcoming you to Bazzite when you boot into the desktop for the first time. This is a utility that allows you to tailor Bazzite to your liking by installing additional software.
|
||||
|
||||

|
||||

|
||||
|
||||
- Click "Next" to begin configuring Bazzite.
|
||||
- Press the toggle switch button next to the item to have the option enabled or disabled for your installation, some are already toggled on by default.
|
||||
@ -174,7 +174,7 @@ Login to Steam then **reboot** your device when you finish setting up your devi
|
||||
|
||||
### Setup Steam Gaming Mode
|
||||
|
||||

|
||||

|
||||
|
||||
After completing all of the above, then your next boot will be in Steam Gaming Mode which requires additional setup for Steam.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=1144", "fetched_at": "2024-09-03 16:43:22.899176+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# Important Notes on Handheld Hardware
|
||||
|
||||
@ -43,7 +43,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [KDE Plasma (Default)](https://kde.org/plasma-desktop/)
|
||||
|
||||

|
||||

|
||||
|
||||
- KDE Plasma's default interface has a traditional and familiar layout
|
||||
- Highly customizable with tons of settings
|
||||
@ -52,7 +52,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [GNOME (`-gnome` images)](https://www.gnome.org/)
|
||||
|
||||

|
||||

|
||||
|
||||
- GNOME's default interface has an elegant and touch-friendly layout
|
||||
- Simple and concise
|
||||
@ -62,7 +62,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [Steam Gaming Mode (`-deck` images)](https://universal-blue.discourse.group/docs?topic=37)
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Your device will automatically boot into the Steam Gaming Mode session at startup, and Desktop Mode can be accessed from the "**power menu**" in Steam Gaming Mode.
|
||||
|
||||
@ -101,14 +101,14 @@ You may need to research your handheld on how to boot from removable storage. I
|
||||
> **default user**: `bazzite`
|
||||
> **default password**: `bazzite`
|
||||
|
||||

|
||||

|
||||
|
||||
<!----!
|
||||
<!----!
|
||||
|
||||
<!--
|
||||
-->
|
||||
-->
|
||||
|
||||

|
||||

|
||||
|
||||
- Select your language, region, keyboard layout, and time zone.
|
||||
- Select the drive that Bazzite is going to be installed on.
|
||||
@ -134,7 +134,7 @@ Read the [Secure Boot Guide](https://universal-blue.discourse.group/docs?topic=2
|
||||
>The fine tuning before gaming.
|
||||
|
||||
## GRUB Menu
|
||||

|
||||

|
||||
|
||||
The first boot will show a screen showing your current and last deployment. It will automatically boot if nothing. It is important to note that the GRUB menu can be used to rollback Bazzite deployments if you encounter issues.
|
||||
|
||||
@ -142,23 +142,23 @@ Read more about this in the [Updates, Rollback, and Rebasing documentation](http
|
||||
|
||||
## Configuring System Settings for KDE Plasma and GNOME
|
||||
|
||||

|
||||

|
||||
***KDE Plasma's System Settings application***
|
||||
|
||||

|
||||

|
||||
***GNOME's Settings application***
|
||||
|
||||
After you have booted into the Desktop for the first-time configuration, then you can should adjust the settings to your liking. The most important setting that may need to be changed is the scaling setting in "Display(s) [and Monitor]" since it can be incorrect for the screen of your hardware on a fresh installation. Monitor orientation should also be corrected if it is rotated improperly.
|
||||
|
||||
## First Boot Setup Utility: Bazzite Portal
|
||||
|
||||

|
||||

|
||||
|
||||
>**Attention**: This section requires a stable internet connection. Make sure you are connected to a network.
|
||||
|
||||
An application will pop up welcoming you to Bazzite when you boot into the desktop for the first time. This is a utility that allows you to tailor Bazzite to your liking by installing additional software.
|
||||
|
||||

|
||||

|
||||
|
||||
- Click "Next" to begin configuring Bazzite.
|
||||
- Press the toggle switch button next to the item to have the option enabled or disabled for your installation, some are already toggled on by default.
|
||||
@ -178,7 +178,7 @@ The [Installing and Managing Applications documentation](https://universal-blue.
|
||||
|
||||
Login to Steam then **reboot** your device when you finish setting up your device during the first-boot process.
|
||||
|
||||

|
||||

|
||||
|
||||
After completing all of the above, then your next boot will be in Steam Gaming Mode which requires additional setup for Steam.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=1143", "fetched_at": "2024-09-03 16:43:25.151999+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# Bazzite on the Steam Deck
|
||||
|
||||
@ -43,7 +43,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [KDE Plasma (Default)](https://kde.org/plasma-desktop/)
|
||||
|
||||

|
||||

|
||||
|
||||
- KDE Plasma's default interface has a traditional and familiar layout
|
||||
- Highly customizable with tons of settings
|
||||
@ -52,7 +52,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [GNOME (`-gnome` images)](https://www.gnome.org/)
|
||||
|
||||

|
||||

|
||||
|
||||
- GNOME's default interface has an elegant and touch-friendly layout
|
||||
- Simple and concise
|
||||
@ -62,7 +62,7 @@ More information can be found on our [FAQ](https://faq.bazzite.gg) about the dif
|
||||
|
||||
### [Steam Gaming Mode (`-deck` images)](https://universal-blue.discourse.group/docs?topic=37)
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Your device will automatically boot into the Steam Gaming Mode session at startup, and Desktop Mode can be accessed from the "**power menu**" in Steam Gaming Mode.
|
||||
|
||||
@ -106,13 +106,13 @@ Access this with the "**Troubleshooting**" section when the ISO is booted.
|
||||
>**default user**: `bazzite`
|
||||
>**default password**: `bazzite`
|
||||
|
||||

|
||||

|
||||
|
||||
<!---->
|
||||
<!---->
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
- Select your language, region, keyboard layout, and time zone.
|
||||
- Select the drive that Bazzite is going to be installed on.
|
||||
@ -130,29 +130,29 @@ Access this with the "**Troubleshooting**" section when the ISO is booted.
|
||||
>The fine tuning before gaming.
|
||||
|
||||
## GRUB Menu
|
||||

|
||||

|
||||
|
||||
The first boot will show a screen showing your current and last deployment. It will automatically boot if nothing. It is important to note that the GRUB menu can be used to rollback Bazzite deployments if you encounter issues.
|
||||
|
||||
Read more about this in the [Updates, Rollback, and Rebasing documentation](https://universal-blue.discourse.group/docs?topic=36).
|
||||
|
||||

|
||||

|
||||
***KDE Plasma's System Settings application***
|
||||
|
||||

|
||||

|
||||
***GNOME's Settings application***
|
||||
|
||||
It is important to configure the system settings on a first boot to personalize your desktop especially if you notice the scaling is incorrect on first-boot.
|
||||
|
||||
## First Boot Setup Utility: Bazzite Portal
|
||||
|
||||

|
||||

|
||||
|
||||
>**Attention**: Make sure you are connected to the internet.
|
||||
|
||||
An application will pop up welcoming you to Bazzite when you boot into the desktop for the first time. This is a utility that allows you to tailor Bazzite to your liking by installing additional software.
|
||||
|
||||

|
||||

|
||||
|
||||
- Click "Next" to begin configuring Bazzite.
|
||||
- Press the toggle switch button next to the item to have the option enabled or disabled for your installation, some are already toggled on by default.
|
||||
@ -173,7 +173,7 @@ Login to Steam then **reboot** your device when you finish setting up your devic
|
||||
|
||||
### Setting Up Steam Gaming Mode
|
||||
|
||||

|
||||

|
||||
|
||||
After completing all of the above, then your next boot will be in Steam Gaming Mode which requires additional setup for Steam.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Secure Boot Information
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Skip this section if Secure Boot is not enabled or unsupported with your hardware.
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
## Error message if key is **not** enrolled properly:
|
||||
|
||||

|
||||

|
||||
|
||||
Follow **Method B** below to resolve this and move past the error message if you encounter it.
|
||||
|
||||
|
@ -12,10 +12,10 @@ https://universal-blue.discourse.group/docs?topic=1470
|
||||
|
||||
## Bazzite Issue Template Walkthrough
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Update Bazzite before reporting
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# ASUS ROG Ally / ASUS ROG Ally X
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Gold
|
||||
|
||||
@ -55,7 +55,7 @@ ujust install-hhd-controller-glyph-theme
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -67,9 +67,9 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
@ -88,11 +88,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||
# Ayaneo Geek 1S
|
||||

|
||||

|
||||
|
||||
**Status**: Silver
|
||||
|
||||
@ -80,7 +80,7 @@ Check out the [original thread](https://universal-blue.discourse.group/t/ayaneo-
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -92,8 +92,8 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
|
||||
@ -109,11 +109,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Ayn Loki Max
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Platinum
|
||||
|
||||
@ -35,7 +35,7 @@ ujust install-hhd-controller-glyph-theme
|
||||
|
||||
# Ayn Loki Mini Pro
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Silver
|
||||
|
||||
@ -70,7 +70,7 @@ ujust install-hhd-controller-glyph-theme
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -81,8 +81,8 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
|
||||
@ -98,11 +98,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# GPD Win 4
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**Status**: Gold
|
||||
@ -46,7 +46,7 @@ For more information, check out the [GPD Win Tips and Tricks guide](https://gith
|
||||
|
||||
# GPD Win Max 2
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
**Status**: Gold
|
||||
@ -93,7 +93,7 @@ For more information, check out the [GPD Win Tips and Tricks guide](https://gith
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -105,8 +105,8 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
|
||||
@ -124,11 +124,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Lenovo Legion Go
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Platinum
|
||||
|
||||
@ -56,7 +56,7 @@ For more information, check out the [Legion Go Tips and Tricks guide](https://gi
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -67,9 +67,9 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
@ -88,11 +88,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Other Handhelds
|
||||
|
||||

|
||||

|
||||
|
||||
>Certain handhelds have been confirmed to boot Bazzite, but are plagued by missing driver support for Linux including missing audio drivers.
|
||||
|
||||
@ -27,7 +27,7 @@ systemctl enable hhd@yourusername
|
||||
|
||||
# TDP Controls
|
||||
|
||||

|
||||

|
||||
|
||||
There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
@ -39,7 +39,7 @@ There are a few options for TDP Controls that work with Bazzite:
|
||||
|
||||
# How do I open the HHD Overlay?
|
||||
|
||||

|
||||

|
||||
|
||||
Press, hold, or double-tap the Quick Access Menu button.
|
||||
|
||||
@ -55,11 +55,11 @@ Some games and emulators may need Steam Input **disabled** to work correctly wit
|
||||
|
||||
Desktop Mode Controller Layout: It may not exist by default if Steam doesn't setup your handheld controller properly. This can be fixed in Steam's controller settings.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Make sure to **apply** the desktop controls when you select them.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# Steam Deck LCD (256GB+)
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Platinum
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
# Steam Deck OLED
|
||||
|
||||

|
||||

|
||||
|
||||
**Status**: Gold
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
>**For Handheld PC users only**: View our [Handheld Wiki](https://universal-blue.discourse.group/docs?topic=1038) for post-installation setup, workarounds, and known issues on handheld hardware.
|
||||
|
||||

|
||||

|
||||
|
||||
> Steam Gaming Mode requires a modern AMD graphics card or an Intel Arc graphics card. Nvidia is **not** supported.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2641", "fetched_at": "2024-09-03 16:43:10.114605+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: AppImages may not be supported if rebasing to other Fedora Atomic Desktop images.
|
||||
|
||||
@ -10,7 +10,7 @@ AppImage is a universal package format that attempts to bundle every dependency
|
||||
|
||||
# Gear Lever
|
||||
|
||||

|
||||

|
||||
|
||||
Applications installed as an AppImage can integrate with your desktop and be managed with [Gear Lever](https://github.com/mijorus/gearlever) which is pre-installed on Bazzite.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
## What is Distrobox?
|
||||
|
||||

|
||||

|
||||
|
||||
Run other minimal variants of popular Linux distributions in Bazzite inside of a container, and access each distribution's packages without any of their dependencies and libraries affecting the host machine.
|
||||
|
||||
@ -17,7 +17,7 @@ Run other minimal variants of popular Linux distributions in Bazzite inside of a
|
||||
|
||||
Distrobox containers run sub-systems of other popular [Linux distributions](https://distrobox.it/compatibility/#containers-distros) with access to their package managers (`apt`, `dnf`, `pacman`, etc.) and their package formats (`.deb`/`.rpm`) and any additional repositories like the [AUR](https://aur.archlinux.org/).
|
||||
|
||||

|
||||

|
||||
|
||||
**Linux Distribution Examples**:
|
||||
|
||||
@ -36,7 +36,7 @@ Distrobox containers can be used for both **development environments** and **ins
|
||||
|
||||
### Distrobox Graphical Interface
|
||||
|
||||

|
||||

|
||||
|
||||
Distrobox containers can be created and managed graphically with [BoxBuddy](https://github.com/Dvlv/BoxBuddyRS) which is pre-installed.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# What is Flatpak?
|
||||
|
||||

|
||||

|
||||
|
||||
Flatpak is a universal containerized package format that tries to sandbox applications through flexible permissions that the application has access to on your system.
|
||||
|
||||
@ -15,14 +15,14 @@ Flatpak is a universal containerized package format that tries to sandbox applic
|
||||
|
||||
Flatpaks can be installed via the software center of the desktop environment you chose.
|
||||
|
||||

|
||||

|
||||
**KDE**: *Discover*
|
||||
|
||||

|
||||

|
||||
**GNOME**: *GNOME Software*
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ Manage Flatpaks with [Flatseal](https://github.com/tchx84/Flatseal) and [Warehou
|
||||
|
||||
## Flatseal
|
||||
|
||||

|
||||

|
||||
|
||||
**Flatseal** is for changing [application permissions](https://github.com/tchx84/Flatseal/blob/92e675e5ad2129f2aabf324261570eef442494f6/DOCUMENTATION.md) if necessary.
|
||||
|
||||
@ -59,7 +59,7 @@ Sometimes a project's website or [Github repository](https://github.com/flathub/
|
||||
|
||||
## Warehouse
|
||||
|
||||

|
||||

|
||||
|
||||
**Warehouse** is a utility that gives users a graphical interface to downgrade applications, add other Flatpak sources outside of Flathub, and backup application user data. Its also a helpful tool for installing Flatpaks outside of Flathub, **at your own risk**.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# What is Homebrew?
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
>**Note**: Any package that requires root privileges will either need a rootful Distrobox container or has to be layered with `rpm-ostree`.
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2647", "fetched_at": "2024-09-03 16:43:17.164020+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Read the [rollback](https://universal-blue.discourse.group/docs?topic=2644) and [rebasing](https://universal-blue.discourse.group/docs?topic=2646) guides to understand the terms and what they do.
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2646", "fetched_at": "2024-09-03 16:43:14.912897+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||
]
|
||||
]
|
||||
|
||||
# What is Rebasing?
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2644", "fetched_at": "2024-09-03 16:43:14.300522+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# How do I rollback a system update?
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2637", "fetched_at": "2024-09-03 16:43:13.297624+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# How do updates work?
|
||||
|
@ -2,12 +2,12 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=32", "fetched_at": "2024-09-03 16:43:06.740654+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
>**Note**: Waydroid does **not** work on Nvidia's proprietary drivers, and requires an AMD or Intel GPU for the best results.
|
||||
|
||||
# What is Waydroid?
|
||||

|
||||

|
||||
|
||||
[Waydroid](https://waydro.id/) is an Android container that runs on Linux. Bazzite users can run Android applications using this method.
|
||||
|
||||
@ -71,7 +71,7 @@ Selecting `Configure Waydroid` will allow users to install additional Android tw
|
||||
|
||||
### Get Google Device ID to Get Certified (**GApps**)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
1. Launch Waydroid
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!--{"url_discourse": "https://universal-blue.discourse.group/docs?topic=2642", "fetched_at": "2024-09-03 16:43:05.295995+00:00"}-->
|
||||
<!-- ANCHOR_END: METADATA -->
|
||||
|
||||

|
||||

|
||||
|
||||
# `rpm-ostree` Overview
|
||||
|
||||
|
@ -4,13 +4,13 @@
|
||||
|
||||
# What is `ujust`?
|
||||
|
||||

|
||||

|
||||
|
||||
Technically `ujust` is **not** a package format, but are convenience commands that automate tasks using scripts which can be utilized to install specific software. There are also commands for system configuration and maintenance included here, so run `ujust` commands **at your own risk.**
|
||||
|
||||
# Using `ujust`
|
||||
|
||||

|
||||

|
||||
|
||||
Open a host terminal and **enter**:
|
||||
|
||||
@ -21,7 +21,7 @@ ujust
|
||||
|
||||
>This will output a list of available commands.
|
||||
|
||||

|
||||

|
||||
|
||||
```
|
||||
ujust --choose
|
||||
|
BIN
docs/src/img/83958112b4d1d96874868fa33f889bfd0162da9a.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
docs/src/img/ASUS_ROG_Ally.jpeg
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
BIN
docs/src/img/Bug_report.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
docs/src/img/Bug_report_template.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
docs/src/img/Builds_Failing.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
docs/src/img/DXVK_Mango_VkBasalt_templ.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
docs/src/img/Desktop.jpeg
Normal file
After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
BIN
docs/src/img/Discover_icon.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
docs/src/img/Framework_bazzite.jpeg
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
docs/src/img/GNOME_DE.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
docs/src/img/GNOME_Display_Settings.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
BIN
docs/src/img/Gaming_Mode.jpeg
Normal file
After Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
docs/src/img/Gnome_Software.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 283 KiB |
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 390 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
BIN
docs/src/img/HTPC.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
docs/src/img/Install_Framework_16_audio_1.jpeg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
docs/src/img/Install_Framework_16_audio_2.jpeg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
docs/src/img/Installing_Framework_1.jpeg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
docs/src/img/Installing_Framework_10.jpeg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
docs/src/img/Installing_Framework_11.jpeg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
docs/src/img/Installing_Framework_12.jpeg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
docs/src/img/Installing_Framework_13.jpeg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
docs/src/img/Installing_Framework_2.jpeg
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
docs/src/img/Installing_Framework_3.png
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
docs/src/img/Installing_Framework_4.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
docs/src/img/Installing_Framework_5.png
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
docs/src/img/Installing_Framework_6.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
docs/src/img/Installing_Framework_7.png
Normal file
After Width: | Height: | Size: 124 KiB |
BIN
docs/src/img/Installing_Framework_8.png
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
docs/src/img/Installing_Framework_9.jpeg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
docs/src/img/KDE_Display_Settings.png
Normal file
After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
docs/src/img/KDE_Plasma_DE.jpeg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
docs/src/img/KDE_Wallpaper_Settings.jpeg
Normal file
After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 261 KiB |
BIN
docs/src/img/Lutris_Setup.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
docs/src/img/Lutris_Setup_Add_Local_Game.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
docs/src/img/Lutris_Setup_Add_Local_Game_1.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
docs/src/img/Lutris_Setup_Add_Local_Game_2.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
docs/src/img/Lutris_Setup_Installers.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
docs/src/img/Lutris_Setup_Shortcut.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 7.1 KiB |
BIN
docs/src/img/ProtonUp-Qt_Interface.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
docs/src/img/Protontricks.png
Normal file
After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 250 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
BIN
docs/src/img/Secure_Boot.jpeg
Normal file
After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
docs/src/img/Steam_AppID.png
Normal file
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |