„README.md“ ändern
This commit is contained in:
parent
1710d29b17
commit
65e299e53b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -53,7 +53,15 @@ session-wrapper=/etc/lightdm/Xsession
|
|||
[XDMCPServer]
|
||||
|
||||
[VNCServer]
|
||||
ROOT#
|
||||
```
|
||||
|
||||
Don't allow X11 to switch Virtual Terminal, because you can switch the VT and so jump into a running session.
|
||||
Create a xorg config file into **/etc/X11/xorg.conf.d/00-blockvt.conf**
|
||||
|
||||
```
|
||||
Section "ServerFlags"
|
||||
Option "DontVTSwitch" "on"
|
||||
EndSection
|
||||
```
|
||||
|
||||
If you use a different dm, like GDM from gnome, disable this service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue