post_install_sid.sh: write the X11 Server doc.

This commit is contained in:
gardouille 2015-11-11 21:20:29 +01:00
parent f50c9fdaa3
commit 16da432774
2 changed files with 14 additions and 25 deletions

View File

@ -2,6 +2,7 @@
1. [Post installation script for Debian Sid](#post_install_sid.sh)
* [How-to](#how-to)
* [X11 Server](#x11-server)
* [System tools for shell](#system-tools-for-shell)
* [Network share](#network-share)
* [Internet tools for shell](#internet-tools-for-shell)
@ -42,6 +43,15 @@ post_install_sid.sh
* Use sources-list.d directory from git repository to provide the sources-list.d system directory.
* Add Wheezy (official + backports), Jessie (official + backports), Stretch (official), Sid (official + multimedia) and Experimental (official) repositories.
#### X11 Server
##### Pre-Configuration
* Load x11-common seed file that allows anybody to run the X server.
##### Add
* mesa-utils: Provides several utilities built by Mesa (glxinfo, glxgears, …).
* xorg: Provides the X librairies, an X server, … for a standalone workstation running the X Window System.
#### System tools for shell
##### Remove

View File

@ -600,36 +600,15 @@ aptins "Prérequis" debconf-utils lsof
# Pour la description de debconf-utils, voir la partie "Outils d'administration"
###########################################################
## Serveur graphique
## Liste: mesa-utils - xorg
## X11 Server
## Liste: mesa-utils xorg
###########################################################
###### Pré-configuration
###### Pre-configuration
preconfig x11-common
###### Installation
aptins "Serveur graphique" mesa-utils xorg
###### Post-configuration
###### Information pour l'utilisateur final
cat >> "${INFORMATION}" << EOF
======Instructions Serveur Graphique======
Voici la liste des paquets installés :
+mesa-utils : Fournis divers utilitaires pour le serveur graphique
--Vérifier que l'accélération graphique est active:
# glxinfo | grep rendering
+xorg : Serveur graphique
--Si le serveur graphique n'a pas les bons droits, il faut lancer la commande :
# dpkg-reconfigure x11-common
#Et sélectionner \"N'importe qui\"
EOF
aptins "X11 Server" mesa-utils xorg
###########################################################
## Environnement graphique