[RESOLU]Installation d'un driver vidéo

Bonjour à tous ceux qui me liront ,
Je viens juste d’installer Debian sur mon deuxième disque,je suis le parfait débutant sous Linux.
Je cherche à installer le driver ATI pour ma carte vidéo sur laquelle sont connectés 2 écrans dont j’aimerais profiter. J’ai téléchargé un fichier nommé ati-driver-installer-8-3-x86.x86_64.run depuis le site du constructeur et je voudrais maintenant l’installer…
On fait comment ???
Merci pour votre aide.
Alain

IOP,
ben deja met toi en root (oubien avec des droit élevés).
tu cherche ton fichier… genre il est dans “/home/toto” et ben tu te met dans ce repertoire et tu fait

oubien tout le machin en le rendant executable mais c’est plus long…

ensuite tu suis les instructions… a la fin tu fait un

puis tu relance le serveur Xorg et la tu va dans le panneau de control ATI :smiley:

PS : au faite c’est quoi comme CG? et les pilote 64bits…

Bonjour RedX42 et merci de ta réponse rapide,
j’ai une ATI radeon 9600 series.
Je viens de faire ce que tu m’as dit et j’ai eu le panneau ATI puis j’ai lancé la commande aticonfig --initial -f , mais je ne sais pas ce que veux dire de relancer le Xorg, redémarrer ?
Alain.

bon en fin de compte j’ai fermé la session mais je ne vois rien de nouveau, je vais redémarrer vraiment.

IOP,
En faite pour relancer le serveur graphique (Xorg), il faut faire ctrl + alt + backspace.
Sinon tu fait reboot et c’est OKI.
ca donne quoi un

G effectivement le ATI catalyst center dans les applications mais quand je le lance il me dit :
il y avait un problème d’initialisation dans l’édition Catalyst Control center linux il peut provenir d
Aucun pilote graphique ATI n’est installé ou bien le pilote ATI ne fonctionne pas correctement, veuillez nstaller le pilote ATI approprié à votre matériel ATI ou configurez avec aticonfig.

IOP,
fait un

tu choisi le pilote ati pour la carte grph et le reste tu vera…
ensuite tu reboot le PC… et est ce que ca marche?
si oui tu fai un

tu reboot le PC… et di si ca marche ensuite

voila le xorg.conf :

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section “Files”

# path to defoma fonts
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/X11R6/lib/X11/fonts/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

IOP,
t’a fait tout ce que j’ai dit en dessu?
car ca me parais pas mal…

Le catalyst ne fonctionne toujours pas et maintenant G ça :

/etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "Device"
Identifier "ATI 9600 serie"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "TFT LCD MONI"
Option "DPMS"
HorizSync 30-70
VertRefresh 54-76
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI 9600 serie"
Monitor "TFT LCD MONI"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

IOP,
ce que t’a donné c’est un xorg.conf apres le dpkg-reconfigure… t’as fait le aticonfig – initial -f ?

Bonne nouvelle le Catalyst center fonctionne, j’essaye maintenant de configurer les deux écrans, en tout cas voila un bon pas de fait, je te remercie pour ton aide.
Alain.

IOP,
moi aussi j’ai une ATI avec 2 ecran ca marche pas mal… un pour les DivX et un a coté pour bosser… :smiley:

par contre g un 19" et un 17" et je n’arrive pas à avoir deux résolutions différentes.

IOP,
moi j’ai un acer 19 tft + un acer 22 wide tft et je sui ariver a faire marcher tou ca… je te dis ca ce soir… je suis au boulo la LoL

IOP,
je viens de regarder…
j’ai bien 2 résolution différentes mais par contre la même fréquence pour les 2… en mode grand bureau :smiley: