Skip to content

Commit 5500bad

Browse files
hazen2215classabbyamp
authored andcommitted
config/graphical-session/xorg: fix grep pattern to detect modesetting driver
1 parent d5347b0 commit 5500bad

File tree

1 file changed

+1
-1
lines changed
  • src/config/graphical-session

1 file changed

+1
-1
lines changed

src/config/graphical-session/xorg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ EndSection
8888
and restart Xorg. Verify that the configuration has been picked up with:
8989

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

9494
If there is a match, modesetting is being used.

0 commit comments

Comments
 (0)