Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
linux:x-server [2017/12/09 01:19] – external edit 127.0.0.1linux:x-server [2020/01/25 01:23] – [Ubuntu] tmade
Line 71: Line 71:
   sudo update   sudo update
   sudo upgrade   sudo upgrade
 +  
 +==== X11 ====
 +
 +To run a X11-Programm with root, if root-login is not allowed:
 +
 +  *Login with your normal user (don´t execute "sudo su -" during login)
 +  *xauth -f ~/.Xauthority extract /tmp/Xauthtmp :10
 +  *Start an external X-Server (such as Xming)
 +  *sudo su -
 +  *xauth merge /tmp/Xauthtmp
 +  *export DISPLAY=localhost:10.0
 +  *xclock (or another X-Programm)
  
linux/x-server.txt · Last modified: 2021/03/07 13:59 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki