A voir également:
- Comment installer un accelerateur 3D sur ATI
- Installer chromecast sur tv - Guide
- Google maps satellite 3d - Guide
- Installer windows 10 sans compte microsoft - Guide
- Installer ccleaner - Télécharger - Nettoyage
- Paint 3d mac - Télécharger - Dessin & Illustration
2 réponses
Configurer l'accélération graphique des cartes ATI
Voici la marche à suivre : Télécharger les derniers drivers en vous rendant ici : http://ati.amd.com/support/drivers/linux/linux-radeon.html
wget http://www2.ati.com/drivers/linux/ati-driver-installer-8.31.5-x86.x86_64.run
Ensuite, il s'agit d'installer le drivers comme suit :
# chmod a+x ati-driver-installer-8.31.5-x86.x86_64.run
# ./ati-driver-installer-8.31.5-x86.x86_64.run
Lorsque tout est terminé, il ne vous reste plus qu'à modifier votre fichier /etc/X11/xorg.conf de manière à ce qu'il ressemble à : <pre>
1. **********************************************************************
2. Files section. This allows default font and rgb paths to be set
3. **********************************************************************
Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/X11/modules" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/Speedo/" EndSection
1. **********************************************************************
2. Module section -- this section is used to specify
3. which dynamically loadable modules to load.
4. **********************************************************************
Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection
1. **********************************************************************
2. Core keyboard's InputDevice section
3. **********************************************************************
Section "InputDevice" Identifier "Keyboard1" Driver "kbd"
1. Option "Protocol" "Xqueue"
2. Option "AutoRepeat" "500 5"
3. Option "Xleds" "1 2 3"
4. Option "XkbDisable"
Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr"
1. Option "XkbVariant" "us"
2. Option "XkbOptions" ""
EndSection
1. **********************************************************************
2. Core Pointer's InputDevice section
3. **********************************************************************
Section "InputDevice"
1. Identifier and driver
Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse"
1. Option "Protocol" "Xqueue"
2. Option "BaudRate" "9600"
3. Option "SampleRate" "150"
4. Option "Emulate3Buttons"
5. Option "Emulate3Timeout" "50"
6. Option "ChordMiddle"
Option "ZAxisMapping" "4 5" EndSection
1. **********************************************************************
2. ServerLayout sections.
3. **********************************************************************
Section "ServerLayout" Identifier "aticonfig-Layout[all]" Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
1. **********************************************************************
2. Graphics device section
3. **********************************************************************
Section "Device" Identifier "aticonfig-Device[0]" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility X700 (PCIE)" Driver "fglrx" EndSection
1. **********************************************************************
2. Screen sections
3. **********************************************************************
Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI"
1. Group 0
Mode 0666
EndSection </pre>
Pour ce faire, il vous suffit de rajouter le DRI et le nouveau Driver fglrx. Pas besoin de changer les identifiants. Rajouter ce module path pour qu'il trouve le driver.
ModulePath "/usr/lib/xorg/modules"
Enfin, rajouter cette ligne à la fin de votre fichier /etc/fstab
tmpfs /dev/shm tmpfs defaults 0 0
Vous n'avez plus qu'à redémarrer et à essayer la commande :
$ fgl_glxgears
Voici la marche à suivre : Télécharger les derniers drivers en vous rendant ici : http://ati.amd.com/support/drivers/linux/linux-radeon.html
wget http://www2.ati.com/drivers/linux/ati-driver-installer-8.31.5-x86.x86_64.run
Ensuite, il s'agit d'installer le drivers comme suit :
# chmod a+x ati-driver-installer-8.31.5-x86.x86_64.run
# ./ati-driver-installer-8.31.5-x86.x86_64.run
Lorsque tout est terminé, il ne vous reste plus qu'à modifier votre fichier /etc/X11/xorg.conf de manière à ce qu'il ressemble à : <pre>
1. **********************************************************************
2. Files section. This allows default font and rgb paths to be set
3. **********************************************************************
Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/X11/modules" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/Speedo/" EndSection
1. **********************************************************************
2. Module section -- this section is used to specify
3. which dynamically loadable modules to load.
4. **********************************************************************
Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection
1. **********************************************************************
2. Core keyboard's InputDevice section
3. **********************************************************************
Section "InputDevice" Identifier "Keyboard1" Driver "kbd"
1. Option "Protocol" "Xqueue"
2. Option "AutoRepeat" "500 5"
3. Option "Xleds" "1 2 3"
4. Option "XkbDisable"
Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr"
1. Option "XkbVariant" "us"
2. Option "XkbOptions" ""
EndSection
1. **********************************************************************
2. Core Pointer's InputDevice section
3. **********************************************************************
Section "InputDevice"
1. Identifier and driver
Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse"
1. Option "Protocol" "Xqueue"
2. Option "BaudRate" "9600"
3. Option "SampleRate" "150"
4. Option "Emulate3Buttons"
5. Option "Emulate3Timeout" "50"
6. Option "ChordMiddle"
Option "ZAxisMapping" "4 5" EndSection
1. **********************************************************************
2. ServerLayout sections.
3. **********************************************************************
Section "ServerLayout" Identifier "aticonfig-Layout[all]" Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection
1. **********************************************************************
2. Graphics device section
3. **********************************************************************
Section "Device" Identifier "aticonfig-Device[0]" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility X700 (PCIE)" Driver "fglrx" EndSection
1. **********************************************************************
2. Screen sections
3. **********************************************************************
Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection
Section "DRI"
1. Group 0
Mode 0666
EndSection </pre>
Pour ce faire, il vous suffit de rajouter le DRI et le nouveau Driver fglrx. Pas besoin de changer les identifiants. Rajouter ce module path pour qu'il trouve le driver.
ModulePath "/usr/lib/xorg/modules"
Enfin, rajouter cette ligne à la fin de votre fichier /etc/fstab
tmpfs /dev/shm tmpfs defaults 0 0
Vous n'avez plus qu'à redémarrer et à essayer la commande :
$ fgl_glxgears