Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:x-server [2012/02/15 10:01] – [General] tmadelinux:x-server [2020/01/25 01:23] – [Ubuntu] tmade
Line 1: Line 1:
 [[http://tmade.de|Home tmade.de]] [[http://tmade.de|Home tmade.de]]
  
-[[http://tmade.de/login.html|tmade.de logout]] +[[http://wiki.tmade.de|Home Wiki]]
- +
-[[http://tmade.de/wiki|Home Wiki]]+
  
 ===== X-Server ===== ===== X-Server =====
Line 73: 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