Update 4_graphic_interface.md
This commit is contained in:
parent
2003196690
commit
8214ff1450
@ -35,3 +35,14 @@ pacman -S virtualgl
|
|||||||
glxspheres64
|
glxspheres64
|
||||||
# here we will know how the graphic interfae is run
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user