diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/xorg.scm | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 96bbdd7d1e4..c82f4a6aaef 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm | |||
| @@ -67,32 +67,7 @@ EndSection | |||
| 67 | Section \"ServerFlags\" | 67 | Section \"ServerFlags\" |
| 68 | Option \"AllowMouseOpenFail\" \"on"" | 68 | Option \"AllowMouseOpenFail\" \"on"" |
| 69 | EndSection | 69 | EndSection |
| 70 | 70 | ")) | |
| 71 | Section \"Monitor\" | ||
| 72 | Identifier \"Monitor[0]\" | ||
| 73 | EndSection | ||
| 74 | |||
| 75 | Section \"InputClass\" | ||
| 76 | Identifier \"Generic keyboard\" | ||
| 77 | MatchIsKeyboard \"on\" | ||
| 78 | Option \"XkbRules\" \"base\" | ||
| 79 | Option \"XkbModel\" \"pc104\" | ||
| 80 | EndSection | ||
| 81 | |||
| 82 | Section \"ServerLayout\" | ||
| 83 | Identifier \"Layout\" | ||
| 84 | Screen \"Screen-vesa\" | ||
| 85 | EndSection | ||
| 86 | |||
| 87 | Section \"Device\" | ||
| 88 | Identifier \"Device-vesa\" | ||
| 89 | Driver \"vesa\" | ||
| 90 | EndSection | ||
| 91 | |||
| 92 | Section \"Screen\" | ||
| 93 | Identifier \"Screen-vesa\" | ||
| 94 | Device \"Device-vesa\" | ||
| 95 | EndSection")) | ||
| 96 | 71 | ||
| 97 | (mlet %store-monad ((config (xserver.conf))) | 72 | (mlet %store-monad ((config (xserver.conf))) |
| 98 | (define script | 73 | (define script |
