mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Fix logging out in X. Without this option, the X server dies for
some reason: Sep 10 17:52:49 dutibo kernel: mtrr: no MTRR for f0000000,400000 found Sep 10 17:52:50 dutibo kdm[2960]: X server for display :0 terminated unexpectedly Sep 10 17:52:50 dutibo kdm[2960]: Unable to fire up local display :0; disabling. svn path=/nixos/trunk/; revision=17013
This commit is contained in:
parent
0156cfbe9e
commit
ecde113c52
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ let
|
|||
|
||||
[X-:*-Core]
|
||||
ServerCmd=${dmcfg.xserverBin} ${dmcfg.xserverArgs}
|
||||
# Needed to prevent the X server from dying on logout and not coming back:
|
||||
TerminateServer=true
|
||||
|
||||
[X-*-Greeter]
|
||||
HiddenUsers=root,nixbld1,nixbld2,nixbld3,nixbld4,nixbld5,nixbld6,nixbld7,nixbld8,nixbld9,nixbld10
|
||||
|
|
Loading…
Reference in a new issue