Update 4_graphic_interface.md

This commit is contained in:
Edouard DUPIN 2016-11-18 16:58:33 +01:00 committed by GitHub
parent 324a4df3ec
commit 2003196690

View File

@ -14,8 +14,24 @@ echo exec cinnamon-session >> ~/.xinitrc
```
other gui tools
---
---------------
```
# for open archive in gui
pacman -S cfile-roller
```
Check the Cart graphic corectly install
---------------------------------------
```
# list the output card : (permit to know wich graphic ard we have)
lspci | grep VGA
# install all the graphic card drivers:
pacman -S xorg xorg-drivers
# restart computer
# ...
# install bench tool
pacman -S virtualgl
# run sample:
glxspheres64
# here we will know how the graphic interfae is run
```