Update 4_graphic_interface.md
This commit is contained in:
parent
324a4df3ec
commit
2003196690
@ -14,8 +14,24 @@ echo exec cinnamon-session >> ~/.xinitrc
|
|||||||
```
|
```
|
||||||
|
|
||||||
other gui tools
|
other gui tools
|
||||||
---
|
---------------
|
||||||
```
|
```
|
||||||
# for open archive in gui
|
# for open archive in gui
|
||||||
pacman -S cfile-roller
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user