From 8214ff14506d7bc10aa5f5167d773b1b498462c1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 21 Nov 2016 08:22:59 +0100 Subject: [PATCH] Update 4_graphic_interface.md --- 4_graphic_interface.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/4_graphic_interface.md b/4_graphic_interface.md index c284d04..f38e1ee 100644 --- a/4_graphic_interface.md +++ b/4_graphic_interface.md @@ -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 +``` +