Skip to content

Commit

Permalink
config/graphical-session/xorg: fix grep pattern to detect modesetting…
Browse files Browse the repository at this point in the history
… driver
  • Loading branch information
hazen2215 authored and classabbyamp committed Sep 5, 2023
1 parent d5347b0 commit 5500bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/graphical-session/xorg.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EndSection
and restart Xorg. Verify that the configuration has been picked up with:

```
$ grep -m1 '(II) modeset([0-9]+):' /var/log/Xorg.0.log
$ grep -E -m1 '\(II\) modeset\([0-9]+\):' /var/log/Xorg.0.log
```

If there is a match, modesetting is being used.
Expand Down

0 comments on commit 5500bad

Please # to comment.