Skip to content

Instantly share code, notes, and snippets.

Created March 23, 2014 04:13
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 anonymous/9718668 to your computer and use it in GitHub Desktop.
Save anonymous/9718668 to your computer and use it in GitHub Desktop.
facetoe@linuxBox:/var/log|
⇒ egrep "(\(EE\)|\(WW\))" Xorg.1.log ⏎
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 127.522] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 127.522] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 127.522] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 127.541] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 127.541] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 127.543] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 127.563] (WW) "xmir" is not to be loaded by default. Skipping.
[ 127.905] (WW) Falling back to old probe method for modesetting
[ 127.905] (EE) open /dev/dri/card0: No such file or directory
[ 127.905] (WW) Falling back to old probe method for fbdev
[ 127.921] (EE) open /dev/fb0: No such file or directory
[ 127.965] (WW) VESA(0): Unable to estimate virtual size
[ 180.938] (EE) Server terminated successfully (0). Closing log file.
facetoe@linuxBox:/var/log|
⇒ egrep "(\(EE\)|\(WW\))" Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.883] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 25.883] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 25.883] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 25.885] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 25.893] (WW) "xmir" is not to be loaded by default. Skipping.
[ 26.064] (WW) Falling back to old probe method for vesa
[ 26.064] (WW) Falling back to old probe method for modesetting
[ 26.064] (WW) Falling back to old probe method for fbdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment