Skip to content

Commit 3e49883

Browse files
fixed headings
1 parent 0bbe1e9 commit 3e49883

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/nvidia-graphics-pop.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tableOfContents: true
2020

2121
The NVIDIA driver is software that allows the operating system to communicate with the NVIDIA graphics card in order to control the GPU, manage performance, handle displays, and run graphics smoothly. This enables the computer to properly use the GPU for things like fast graphics, gaming, video editing, and hardware-accelerated apps.
2222

23-
### List NVIDIA Driver Information
23+
## List NVIDIA Driver Information
2424

2525
To list the currently installed NVIDIA driver version, GPU model and CUDA version, open a terminal (<kbd>SUPER</kbd>+<kbd>t</kbd>) and run the following command.
2626

@@ -31,51 +31,51 @@ The driver version, CUDA version and model information are highlighted in red in
3131

3232
![nvidia-smi ouput in the terminal with the NVIDIA driver, CUDA version and model info highlighted in red](/images/nvidia-pop/nvidia-smi.png)
3333

34-
### Install NVIDIA Driver Versions
34+
## Install NVIDIA Driver Versions
3535

3636
Run `sudo apt update` before installing, removing, or upgrading NVIDIA drivers to prevent missing-package errors and outdated driver installs.
3737

38-
**System76 NVIDIA Driver**
38+
### System76 NVIDIA Driver
3939

4040
Install the NVIDIA driver packaged and tested by System76 to provide graphics stability for Pop!_OS and System76 hardware.
4141

4242
```bash
4343
sudo apt install system76-driver-nvidia
4444
```
4545

46-
**NVIDIA Driver**
46+
### NVIDIA Driver
4747

4848
Install a specific NVIDIA driver version by indicating the version number in the command. In the example below, the driver version is '580.'
4949

5050
```bash
5151
sudo apt install nvidia-driver-580
5252
```
5353

54-
**NVIDIA Driver Open**
54+
### NVIDIA Driver Open
5555

5656
The main NVIDIA Driver with some open modules. Install with the correct version number included in the command. In the example below, the driver version is '580.
5757

5858
```bash
5959
sudo apt install nvidia-driver-580-open
6060
```
6161

62-
**Server**
62+
### Server
6363

6464
Headless/compute‑oriented driver that does not include the Xorg display driver and related graphics stack, keeping only the kernel module and CUDA libraries. Used where no graphical output is neded.
6565

6666
```bash
6767
sudo apt install nvidia-driver-[version]-server
6868
```
6969

70-
**Headless**
70+
### Headless
7171

7272
No display driver included, but contains the kernel module and user‑space libraries (CUDA, OpenGL/Vulkan). It’s meant for machines that run GPU workloads without ever attaching a monitor.
7373

7474
```bash
7575
sudo apt install nvidia-headless-[version]
7676
```
7777

78-
**Headless-no-dkms**
78+
### Headless-no-dkms
7979

8080
Same as `‑headless`, but the kernel module is **pre‑built** for the current kernel instead of being compiled via DKMS. This eliminates the need for a compiler and DKMS infrastructure, which is handy on minimal container images or very locked‑down systems.
8181

@@ -116,7 +116,7 @@ sudo dpkg --configure -a
116116

117117
Reboot the system.
118118

119-
## Suspend and Resume Stability
119+
## Suspend and Resume Stability
120120

121121
Enabling Systemd power management services can help improve suspend and resume stability.
122122

0 commit comments

Comments
 (0)