Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alepez
Created November 25, 2016 13:59
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save alepez/6273dc5220c1c5ec5f3f126e739d58bf to your computer and use it in GitHub Desktop.
Save alepez/6273dc5220c1c5ec5f3f126e739d58bf to your computer and use it in GitHub Desktop.
Ubuntu 16.04 (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
sudo apt-get install xserver-xorg-legacy

Edit /etc/X11/Xwrapper.config

allowed_users=anybody
needs_root_rights=yes
@milind-brahme
Copy link

Right on the money. You are doing god's service.

@vovabob
Copy link

vovabob commented Sep 15, 2022

Six years later running Void, I've ended up here too. For some reason 'needs_root_rights=auto' does not work. Xwrapper insists on 'yes'. Could not find the answer.

@vlachoudis
Copy link

Many thanks!!!

@ellismichaelc
Copy link

Worked for me. Absolutely incredible this is not in the KlipperScreen docs.

@Spagett1
Copy link

Spagett1 commented Jul 2, 2023

Had to add this to get xorg running on my 2011 travelmate on alpine, thanks a ton!

@v4lerdon
Copy link

thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment