Skip to content

Commit

Permalink
Document quirks with Stellar (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino authored Jun 1, 2024
1 parent be02f1a commit 6cd150c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/content/docs/en/installation/postinstall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ After installing Ultramarine Linux, There are a few things you should do to make

## Install NVIDIA Drivers

NVIDIA drivers were installed during the installation process. If this didn't happen or you missed the chance to enable them on first boot, you can install them with these commands
NVIDIA drivers were installed during the installation process
if you were connected to the Internet during the time of installation.
If this didn't happen or you missed the chance to enable them on first boot, you can install them with these commands:

```bash
sudo dnf update # Update the system first, the drivers may not work right if you don't.
Expand All @@ -18,9 +20,16 @@ sudo dnf install akmod-nvidia # Install the NVIDIA kernel module.

Then, reboot your system.


<Alert type="info">
The automatic installation of extra drivers does **not** cover all hardware and may not work on some systems, and is only included
in the live environment. If you are having trouble with the drivers, you can install them manually
using the commands above.
</Alert>

<Alert type="warning">
You MUST wait until the process is finished before rebooting. Rebooting too
early might result in a broken installation! This may take upwards of 15
early might result in a broken driver installation! This may take upwards of 15
minutes! You can check the progress by running `sudo akmods`
</Alert>

Expand Down

0 comments on commit 6cd150c

Please sign in to comment.