Probleme ati rage xl 2x agp --> 3d ?

bonjour

Voila j’ai bidouillé un peu mon xorg.conf pour pouvoir beneficier de la 3d avec ma carte mais rien n’y fait ! Quelqu’un pourrait m’aider svp

cat /etc/X11/xorg.conf | grep Driver | tail -1 Driver "ati"

lsmod Module Size Used by ipv6 225172 12 loop 12428 0 snd_via82xx 20248 0 snd_ac97_codec 88228 1 snd_via82xx ac97_bus 1664 1 snd_ac97_codec snd_pcm_oss 32544 0 snd_mixer_oss 12288 1 snd_pcm_oss snd_ens1370 13664 0 gameport 10504 2 snd_via82xx,snd_ens1370 snd_ak4531_codec 7680 1 snd_ens1370 snd_pcm 60680 4 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_ens1370 snd_mpu401_uart 6400 1 snd_via82xx arc4 1792 2 ecb 2560 2 crypto_blkcipher 14724 1 ecb snd_seq_dummy 2692 0 button 6032 0 snd_seq_oss 24832 0 snd_seq_midi 5664 0 i2c_viapro 6804 0 ath5k 86912 0 snd_rawmidi 18592 3 snd_ens1370,snd_mpu401_uart,snd_seq_midi i2c_core 19728 1 i2c_viapro snd_seq_midi_event 6528 2 snd_seq_oss,snd_seq_midi pcspkr 2304 0 snd_seq 40784 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event mac80211 137756 1 ath5k cfg80211 21384 2 ath5k,mac80211 snd_timer 17668 2 snd_pcm,snd_seq snd_seq_device 6412 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 44964 13 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_ens1370,snd_ak4531_codec,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device via686a 11916 0 snd_page_alloc 7816 3 snd_via82xx,snd_ens1370,snd_pcm parport_pc 22436 0 soundcore 6112 1 snd parport 30408 1 parport_pc shpchp 25496 0 via_agp 7680 1 pci_hotplug 23204 1 shpchp agpgart 28336 1 via_agp evdev 7808 4 ext3 103688 1 jbd 35092 1 ext3 mbcache 6656 1 ext3 ide_disk 10496 3 usbhid 35712 0 hid 32128 1 usbhid ff_memless 4232 1 usbhid floppy 47620 0 3c59x 36136 0 mii 4864 1 3c59x via82cxxx 6916 0 [permanent] ide_pci_generic 3844 0 [permanent] ide_core 95144 3 ide_disk,via82cxxx,ide_pci_generic ata_generic 4612 0 libata 141088 1 ata_generic uhci_hcd 18448 0 scsi_mod 129804 1 libata usbcore 117616 3 usbhid,uhci_hcd dock 8076 1 libata thermal 15132 0 processor 28080 2 thermal fan 4100 0 thermal_sys 10784 3 thermal,processor,fan debian:/home/sullivan#

[code]Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105”
Option “XkbLayout” “fr”
Option “XkbVariant” “latin9”
Option “XkbOptions” “lv3:ralt_switch”
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 “Configured Mouse”
Driver “mouse”
EndSection

#Section “Device”

Identifier “Configured Video Device”

#EndSection

Section “Device”
Identifier “ATI Technologies Inc Rage XL”
Driver “ati”
BusID “PCI:1:0:0”
EndSection

Section “Monitor”
Identifier “Configured Monitor”
EndSection

Section “Screen”
Identifier “Default Screen”
Device “ATI Technologies Inc Rage XL”
Monitor “Configured Monitor”
DefaultDepth 16
SubSection “Display”
Depth 1
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 4
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 8
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 15
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 16
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 16
Modes “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 16
Modes “1152x864” “1024x768” “800x600”
EndSubSection
EndSection

#Section “Screen”

Identifier “Default Screen”

Monitor “Configured Monitor”

#EndSection

Section “DRI”
Mode 0666
EndSection
[/code]

la carte est sur le port AGP , elle fonctionne car mon écran est branché dessus .

Merci d’avance :smt006

je me permet un petit up car c’est important :smt006

Le pilote libre “ati” ne gère pas la 3D.
Il n’y a pas de pilote Linux pour ces cartes chez ATI.
Il existe un pilote Mach64 qui peut fonctionner avec certaines de ces cartes si elles ont le chipset Mach64. Pas celui des dépôts (c’est un 2D lui aussi). Une recherche sur Google te donnera des tutos. Je ne peux pas t’aider plus vu que j’ai échoué sur une 3D Rage pro.

salut François_29

Merci pour ta réponse je vais chercher et je vous tien au courant.