Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thelio-astra-a1-n1 (Ubuntu 24.04 setup): Correct NVIDIA instructions #284

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/models/thelio-astra-a1-n1/ubuntu-24.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ Thelio Astra uses an Ampere processor supporting AArch64 (ARM64) versions of Lin
```
sudo add-apt-repository ppa:system76-dev/stable
```
3. Install the System76 driver with the following command:
```
sudo apt install system76-driver system76-driver-nvidia
```
3. Install the System76 driver.
- If your Thelio Astra contains an NVIDIA GPU, use the following command, which includes a System76-packaged NVIDIA driver along with other drivers and utilities:
```
sudo apt install system76-driver-nvidia
```
- Otherwise, use the following command to only install non-NVIDIA-related drivers and utilities:
```
sudo apt install system76-driver
```
4. Install all available OS updates again. This may downgrade some packages as they pull the version from the System76 PPA:
```
sudo apt update
Expand Down
Loading