Adding a local user to the access list of Xorg ============================================== Author: Momchil Ivanov Date : 2013.01.19 In order to allow a local user (foo) to connect to the X server, use the following command: $ xhost +si:localuser:foo Removing the user: $ xhost -si:localuser:foo In case you want to give access to all local users use: $ xhost +localhost