Update 4_graphic_interface.md

This commit is contained in:
Edouard DUPIN 2016-11-21 08:22:59 +01:00 committed by GitHub
parent 2003196690
commit 8214ff1450

View File

@ -35,3 +35,14 @@ pacman -S virtualgl
glxspheres64
# here we will know how the graphic interfae is run
```
Start automaticly the X when first log
---------------------------------------
```
# start X
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
# force lang of output in english ==> better for developpement
LANG=en_US.UTF-8
```