Update 4_graphic_interface.md
This commit is contained in:
parent
85376be946
commit
e30b414f54
@ -4,7 +4,20 @@ Set first the Xautority:
|
|||||||
touch ~/.Xauthority
|
touch ~/.Xauthority
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configure Xlayout in french:
|
||||||
|
|
||||||
|
'''
|
||||||
|
vim "/etc/X11/xorg.conf.d/00-keyboard.conf"
|
||||||
|
'''
|
||||||
|
|
||||||
|
'''
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "Keyboard Layout"
|
||||||
|
#MatchIsKeyboard "yes"
|
||||||
|
Option "XkbLayout" "fr"
|
||||||
|
Option "XkbVariant" "latin9"
|
||||||
|
EndSection
|
||||||
|
'''
|
||||||
gui
|
gui
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user