User Tools

Site Tools


technical:programming:shell

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
technical:programming:shell [2022/08/14 23:21] – [chroot] jctechnical:programming:shell [2025/10/11 20:24] (current) – external edit 127.0.0.1
Line 7: Line 7:
 <code bash>startx </path/to/displaymanager> -- <display> <virtual-terminal></code> <code bash>startx </path/to/displaymanager> -- <display> <virtual-terminal></code>
  
-Start a Xorg server running fluxbox on display1 vt7+Start a Xorg server running fluxbox on display1 vt7.
  
 <code bash>startx /usr/bin/fluxbox -- :1 vt7</code> <code bash>startx /usr/bin/fluxbox -- :1 vt7</code>
  
-Start a Xorg server running emacs on display2 vt8+Start a Xorg server running emacs on display2 vt8.
  
 <code bash>startx /usr/bin/emacs -- :2 vt8</code> <code bash>startx /usr/bin/emacs -- :2 vt8</code>
 +
 +Xorg Persistence When Switching VTYs
 +
 +<code bash>startx -- -sharevts</code>
 +
 +With Xinit
 +
 +<code bash>xinit -- -sharevts</code>
  
 ===== chroot ===== ===== chroot =====
Line 30: Line 38:
  
 <code bash>chroot --userspace=<username> /mnt /bin/bash</code> <code bash>chroot --userspace=<username> /mnt /bin/bash</code>
- 
  
technical/programming/shell.1660533669.txt.gz · Last modified: by jc