Changes between Version 27 and Version 28 of notes/linux
- Timestamp:
- 2020-05-10T03:37:59Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
notes/linux
v27 v28 217 217 dmidecode 218 218 }}} 219 220 == force enable monitor port 221 `/etc/udev/rules.d/10-graphics.rules`: 222 {{{#!bash 223 # force enable dvi-i port 224 KERNEL=="card0-HDMI-A-1", SUBSYSTEM=="drm", RUN+="/bin/sh -c 'echo on >/sys$DEVPATH/status'" 225 }}} 226 `$DEVPATH` is `/sys/class/drm/card*`