Skip to content

Instantly share code, notes, and snippets.

@Kriptonium
Created April 13, 2016 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kriptonium/77db1ef7be3509ed701f3350ce5df186 to your computer and use it in GitHub Desktop.
Save Kriptonium/77db1ef7be3509ed701f3350ce5df186 to your computer and use it in GitHub Desktop.
$ grep ": Output " /var/log/Xorg.0.log
[ 80.008] (II) intel(0): Output LVDS1 has no monitor section
[ 80.021] (II) intel(0): Output VGA1 has no monitor section
[ 80.021] (II) intel(0): Output HDMI1 has no monitor section
[ 80.021] (II) intel(0): Output DP1 has no monitor section
[ 80.021] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 80.021] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
$ cat /var/log/Xorg.0.log | grep -ie uxa -ie sna
[ 80.070] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment