Skip to content

Instantly share code, notes, and snippets.

@JamesTheAwesomeDude
Created December 27, 2017 15:10
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 JamesTheAwesomeDude/dde3e599f22e208b6c55ff86abac89f1 to your computer and use it in GitHub Desktop.
Save JamesTheAwesomeDude/dde3e599f22e208b6c55ff86abac89f1 to your computer and use it in GitHub Desktop.
X.org without display manager on minimal Ubuntu Xenial / Debian Stretch installations

Without a display manager, you may get Cannot open log file "/var/log/Xorg.0.log" when attempting to startx as a regular user.

One solution I have found is this

usermod james -a -G video
chgrp -v video /usr/bin/Xorg
chmod -v 4754 /usr/bin/Xorg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment