Installation Fedora Core 6 "from scratch"
Date: 17/11/2006 | Catégories: Systeme | Tags: fedora,système,Systeme
Voici un petit tutorial sur l'installation d'une Fedora Core 6 sur un PC bureautique.
Voici la configuration hardware:
- ShuttleX CPU:PIV 2.8 Ghz / RAM: 1 Go / Disque dûr: 120 Go
- Carte graphique: ATI x1600pro
- Carte son intégrée: SiS SI7012
1) Récupération et gravage de l'image du DVD.
2) Démmarage du PC et boot sur le DVD.
3) Suivre l'installation (graphique) étape par étape (selon votre configuration).
Premier boot...
Je démarre la Fedora toute fraichement installé et là, j'ai un message de mon écran LCD (il me parle de temps en temps...) me disant que j'esaye d'afficher une fréquence incompatible avec lui... cela commence bien... Je passe donc en mode texte (en appuyant CTRL+ALT+BACKSPACE) et j'ajoute la section screen au fichier /etc/X11/xorg.conf:
...
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
...
Deuxième reboot...
Je retrouve un affichage graphique compatible avec mon cher écran LCD. Je peux alors continuer l'installation t créer les comptes utilisateurs.
Je me connecte donc à une nouvelle session (pas en root).
Le son fonctionne parfaitement (carte SiS SI7012 / AC'97 reconnu sans problème).
Avant de me lancer dans la configuration de la carte graphique, je configure yum (voir le post suivant) et je lance la célèbre commande:
# yum -y update
Troisième reboot pour prendre en compte le nouveau kernel (2.6.18-1.2849.fc6).
Je lance alors l'installation des drivers ATI livna (sachant que le driver libre "radeon" n'est pas encore compatible avec ma carte graphique).
# yum -y install kmod-fglrx
Il faut ensuite quitter l'interface graphique et revenir en mode texte. Pour cela taper les commande suivantes:
# su - root
> On passe en mode root
# init 3
> On quitte l'interface graphique
# rmmod radeon drm
# ati-fglrx-config-display enable
# init 5
> On retourne dans l'interface graphique
PS: On peut aussi suivre le tutorial suivant.
Vous devriez avoir les résultat suivants:
# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series Generic
OpenGL version string: 2.0.6174 (8.31.5)
et...
# glxinfo | grep rendering
direct rendering: Yes
sinon, vous pouvez vous inspirer de mon fichier de configuration /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSectionSection "Module"
Load "dbe"
Load "fbdevhw"
Load "glx"
Load "GLcore"
Load "record"
Load "freetype"
Load "type1"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "dri"
EndSectionSection "ServerFlags"
Option "AIGLX" "off"
EndSectionSection "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSectionSection "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Samsung SyncMaster 710(M)s (CHB7707*)"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS" "true"
EndSectionSection "Device"
Identifier "Videocard0"
Driver "fglrx"
BoardName "ATI Technologies Inc RV530 [Radeon X1600]"
BusID "PCI:1:0:0"
# === Accélération Dri ===
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "no"
# OpenGL
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSectionSection "DRI"
Group 0
Mode 0666
EndSectionSection "Extensions"
Option "Composite" "Disable"
EndSection
J'ai actuellement toujours un problème pour lancer Beryl (Windows manager en 3D). Après l'installation des packages, la commande suivante me retourne une erreur.
# beryl-xgl
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl-xgl: No composite extension
J'éditerais le post dès que je trouve une solution (si vous avez une idée je sui preneur...).
On se retrouve donc avec une Fedora correctement configurée (à Beryl prêt...). Il ne rest eplus qu'a installer quelques packages supplémentaires:
- Firfox 2.0
- Eclypse + PHPEclypse
- Transmission (client p2p torrent)
- ...
Voili a+
Bouquins sur le sujet: