Fix monitor problems
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
92c15e04d0
commit
be92d7f1b3
12 changed files with 149 additions and 128 deletions
6
system/etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
6
system/etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "ch"
|
||||
Option "XkbModel" "pc105"
|
||||
EndSection
|
2
system/etc/resolvconf.conf
Normal file
2
system/etc/resolvconf.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
resolv_conf=/etc/resolv.conf
|
||||
name_servers=127.0.0.1
|
Loading…
Add table
Add a link
Reference in a new issue