Skip to content

Commit

Permalink
doc: fix typo in graphics enablement (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Jun 24, 2024
2 parents cd2a1db + 162dd28 commit b526b15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Next, install the [graphics-test-tools](https://snapcraft.io/graphics-test-tools
sudo snap install graphics-test-tools --channel 22/stable
```

This snap will provide you with `graphics-test-tools.drm_info`. Run it and you
This snap will provide you with `graphics-test-tools.drm-info`. Run it and you
should see something like the following:
```
Node: /dev/dri/card1
Expand Down Expand Up @@ -85,7 +85,7 @@ Finally, If you have a display connected, then one of your `Connector`s should r
the display can use.

#### Troubleshooting
If `drm_info` does *not* produce results similar to those above, then this
If `drm-info` does *not* produce results similar to those above, then this
indicates that your kernel **is NOT yet ready** to support the GPU. This
means that kernel enablement is required before Ubuntu Frame can be enabled.

Expand Down Expand Up @@ -629,4 +629,4 @@ And now we can go back to the shell, and try running `ubuntu-frame`:

```shell
$SNAP/usr/local/bin/frame
```
```

0 comments on commit b526b15

Please sign in to comment.