Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/07/2006, à 19:05

tiεuM

problèmes 3D avec une radeon 9200

Salut tout le monde

je n'arrive pas avoir l'accélération 3D sur ma radeon 9200 :
j'ai pourtant suivi à la lettre la doc :http://doc.ubuntu-fr.org/materiel/ati mais rien à faire quand je tape fireglcontrol j'obtiens immanquablement ça:

$ fireglcontrol
X Error: BadDevice, invalid or uninitialized input device 168
  Major opcode:  148
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
  Major opcode:  148
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

<-- c'est normal ça ?
et il m'ouvre la petite fenêtre de contrôle d'ati (là c'est normal smile )

[u]Display Adapter[/u]
Card name : RADEON 9200 (RV280 5961)
Memory Size : 256 MByte
BIOS Version : unknown
[u]Display Driver[/u]
Driver Version : 8.25.18
OpenGL :
Vendor : Mesa project : www.mesa3d.org
Version : 1.2 (1.5 Mesa 6.4.1)
Renderer : Mesa GLX Indirect

De même glx -info a le mérite d'être clair :

$ glxinfo | grep -i direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Quand je fais un petit xorg.conf j'ai ça :

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

Section "Device"
	Identifier  "ATI Technologies, Inc. RV280 [Radeon 9200]"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Enfin le meilleur pour a fin, un glxgears -printfps m'annonce des scores papitants !!! hmm

931 frames in 5.5 seconds = 170.224 FPS
878 frames in 5.4 seconds = 163.300 FPS
879 frames in 5.5 seconds = 159.820 FPS
878 frames in 5.3 seconds = 165.459 FPS
879 frames in 5.3 seconds = 165.533 FPS
878 frames in 5.2 seconds = 169.967 FPS
879 frames in 5.4 seconds = 163.749 FPS
878 frames in 5.4 seconds = 163.906 FPS

...que du bonheur roll .Et après on s'étonne que ma titine a du mal à rafraichir quand je bouge un peu bruquement les fenêtres.
J'aurais donc besoin d'un peu d'aide.

merci d'avance

[Edit] : J'ai bien essayé d'installer les drivers libres mais quand je faisais les modifs le serveur X ne se lançait même pas. En message d'erreur il mettait qu'il avait besoin de fglrx hmm

Que ça soit les pilotes libres ou propriétaires ça m'est égal...tout ce que j'aimerais c'est avoir des petits engrenages qui ne saccadent pas quand je lance glxgears wink

Dernière modification par tiεuM (Le 29/07/2006, à 19:14)


Mieux vaut être belle et rebelle
    que moche et re-moche

Hors ligne

#2 Le 29/07/2006, à 19:50

Soclix

Re : problèmes 3D avec une radeon 9200

Peux tu nous dire ce que te retourne un fglrxinfo et un dmsg s'il te plait.


Amicalement, Soclix.

Hors ligne

#3 Le 29/07/2006, à 19:52

Stemp

Re : problèmes 3D avec une radeon 9200

Il y a apparemment un problème entre les nouveaux drivers fglrx et les carte ATI 9200.
Il faut remplacer une bibliothèque, mais je ne sais plus laquelle.
Fait une petite recherche sur le forum pour trouver ça wink


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#4 Le 29/07/2006, à 20:06

tukuyomi

Re : problèmes 3D avec une radeon 9200

Bah pour installer les pilotes ATi pour ma Radeon 9200, j'ai pris plusieures commandes ça et là pour en faire ceci, en espérant que ça marche pour toi...: 
* Déjà installe xserver-driver-fglrx et linux-restricted-modules relatifs à ton kernel via Synaptic et ce fichier ( http://files.covertprestige.info/important/libGL.so.1.2 ) à mettre dans /usr/lib (en remplacement de celui déjà présent, parce qu'apparemment les dernieres versions des pilotes ATi cassent OpenGL pour les Radeon 9500 et inférieures...)
Fini pour les tléchargements.

Maintenant, on configure tout ça:
* Tu édites /etc/modules pour charger fglrx dans le kernel au moment du démarrage:
Si fglrx n'est pas dans la liste des modules, ajoute-le simplement:

sudo nano /etc/modules
# ATi drivers
fglrx

* On configure X pour utiliser le pilote fglrx:
Tu laisses détecter automatiquement ta carte graphique, puis lors du choix du pilote, tu sélectionnes fglrx

sudo dpkg-reconfigure xserver-xorg

* On régénère module.dep:

sudo depmod -a

* On continue avec l'outil d'ATi pour fignoler quelques réglages:

sudo aticonfig --overlay-type=Xv

* On redémarre, et on voit ce que ça donne:

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9200 Series DDR Generic
OpenGL version string: 1.3.1072 (X4.3.0-8.25.18)

Si X ne démarre plus, tu te loggues dans la console, tu remets les pilotes ATi et tu démarres gdm (ou kdm):

sudo dpkg-reconfigure xserver-xorg
sudo /etc/init.d/gdm force-reload
sudo /etc/init.d/kdm force-reload

Voilà, si tu as des problèmes reposte ici, on verra ce que j'ai oublié roll wink

Dernière modification par tukuyomi (Le 29/07/2006, à 20:08)

Hors ligne

#5 Le 29/07/2006, à 20:43

tiεuM

Re : problèmes 3D avec une radeon 9200

@ Soclix
voila ce que ça donne

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
$ dmsg
bash: dmsg : commande introuvable

@ tout le monde :
merci pour vos réponses...je vais tester de ce pas les solutions proposées. J'avais pas compris que le coup de la librairie défectueuse était aussi pour les 9200. smile


Mieux vaut être belle et rebelle
    que moche et re-moche

Hors ligne

#6 Le 29/07/2006, à 20:47

tukuyomi

Re : problèmes 3D avec une radeon 9200

J'avais pas compris que le coup de la librairie défectueuse était aussi pour les 9200. smile

Même sous Windows, ces cartes ne sont plus supportées...
http://www.clubic.com/actualite-36999-telecharger-ati-catalyst-6-7.html

$ dmsg
bash: dmsg : commande introuvable

La commande c'est dmesg en fait ^^'

Dernière modification par tukuyomi (Le 29/07/2006, à 20:51)

Hors ligne

#7 Le 29/07/2006, à 21:04

tiεuM

Re : problèmes 3D avec une radeon 9200

donc voila la réponse pour dmesg :

$ dmesg
[17179569.184000] Linux version 2.6.15-26-k7 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Mon Jul 17 20:36:04 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[17179569.184000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000001fffc000 (usable)
[17179569.184000]  BIOS-e820: 000000001fffc000 - 000000001ffff000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] On node 0 totalpages: 131068
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 126972 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI 2.3 present.
[17179569.184000] ACPI: RSDP (v000 ASUS                                  ) @ 0x000f5f50
[17179569.184000] ACPI: RSDT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc000
[17179569.184000] ACPI: FADT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc0b2
[17179569.184000] ACPI: BOOT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc030
[17179569.184000] ACPI: MADT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc058
[17179569.184000] ACPI: DSDT (v001   ASUS A7V8X-X  0x00001000 MSFT 0x0100000b) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0xe408
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 6:10 APIC version 16
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl edge)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda4 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[17179569.184000] Detected 1822.920 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179569.716000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[17179569.716000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)[17179569.736000] Memory: 507756k/524272k available (2103k kernel code, 15920k reserved, 600k data, 332k init, 0k highmem)
[17179569.736000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179569.816000] Calibrating delay using timer specific routine.. 3648.96 BogoMIPS (lpj=7297928)
[17179569.816000] Security Framework v1.0.0 initialized
[17179569.816000] SELinux:  Disabled at boot.
[17179569.816000] Mount-cache hash table entries: 512
[17179569.816000] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[17179569.816000] CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[17179569.816000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[17179569.816000] CPU: L2 Cache: 512K (64 bytes/line)
[17179569.816000] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
[17179569.816000] mtrr: v2.0 (20020519)
[17179569.816000] Enabling fast FPU save and restore... done.
[17179569.816000] Enabling unmasked SIMD FPU exception support... done.
[17179569.816000] Checking 'hlt' instruction... OK.
[17179569.832000] SMP alternatives: switching to UP code
[17179569.832000] checking if image is initramfs... it is
[17179570.416000] Freeing initrd memory: 6762k freed
[17179570.428000] ACPI: Looking for DSDT ... not found!
[17179570.432000] CPU0: AMD Athlon(TM) XP 2500+ stepping 00
[17179570.432000] Total of 1 processors activated (3648.96 BogoMIPS).
[17179570.432000] ENABLING IO-APIC IRQs
[17179570.432000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179570.576000] Brought up 1 CPUs
[17179570.576000] NET: Registered protocol family 16
[17179570.576000] EISA bus registered
[17179570.576000] ACPI: bus type pci registered
[17179570.576000] PCI: PCI BIOS revision 2.10 entry at 0xf1990, last bus=1
[17179570.576000] PCI: Using configuration type 1
[17179570.576000] ACPI: Subsystem revision 20051216
[17179570.580000] ACPI: Interpreter enabled
[17179570.580000] ACPI: Using IOAPIC for interrupt routing
[17179570.580000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
[17179570.580000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
[17179570.580000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
[17179570.580000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12)
[17179570.580000] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12)
[17179570.580000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 7 9 10 11 12)
[17179570.584000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
[17179570.584000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179570.584000] PCI: Probing PCI hardware (bus 00)
[17179570.584000] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[17179570.584000] PCI quirk: region e400-e47f claimed by vt8235 PM
[17179570.584000] PCI quirk: region e800-e80f claimed by vt8235 SMB
[17179570.584000] Boot video device is 0000:01:00.0
[17179570.584000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179570.588000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[17179570.592000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179570.592000] pnp: PnP ACPI init
[17179570.600000] pnp: PnP ACPI: found 13 devices
[17179570.600000] PnPBIOS: Disabled by ACPI PNP
[17179570.600000] PCI: Using ACPI for IRQ routing
[17179570.600000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179570.604000] pnp: 00:01: ioport range 0xe400-0xe47f could not be reserved
[17179570.604000] pnp: 00:01: ioport range 0xe800-0xe81f could not be reserved
[17179570.604000] pnp: 00:0c: ioport range 0x290-0x297 has been reserved
[17179570.604000] pnp: 00:0c: ioport range 0x370-0x375 has been reserved
[17179570.604000] PCI: Bridge: 0000:00:01.0
[17179570.604000]   IO window: d000-dfff
[17179570.604000]   MEM window: de800000-dfefffff
[17179570.604000]   PREFETCH window: e0000000-f7ffffff
[17179570.604000] PCI: Setting latency timer of device 0000:00:01.0 to 64
[17179570.604000] Simple Boot Flag at 0x3a set to 0x1
[17179570.604000] audit: initializing netlink socket (disabled)
[17179570.604000] audit(1154203384.600:1): initialized
[17179570.604000] VFS: Disk quotas dquot_6.5.1
[17179570.604000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179570.604000] Initializing Cryptographic API
[17179570.604000] io scheduler noop registered
[17179570.604000] io scheduler anticipatory registered
[17179570.604000] io scheduler deadline registered
[17179570.604000] io scheduler cfq registered
[17179570.604000] isapnp: Scanning for PnP cards...
[17179570.960000] isapnp: No Plug & Play device found
[17179570.976000] Real Time Clock Driver v1.12
[17179570.976000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[17179570.976000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179570.976000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179570.976000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[17179570.976000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.980000] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.980000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179570.980000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179570.980000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179570.980000] mice: PS/2 mouse device common for all mice
[17179570.980000] EISA: Probing bus 0 at eisa.0
[17179570.980000] EISA: Detected 0 cards.
[17179570.980000] NET: Registered protocol family 2
[17179571.012000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179571.020000] IP route cache hash table entries: 8192 (order: 3, 32768 bytes)
[17179571.020000] TCP established hash table entries: 32768 (order: 6, 393216 bytes)
[17179571.020000] TCP bind hash table entries: 32768 (order: 6, 393216 bytes)
[17179571.020000] TCP: Hash tables configured (established 32768 bind 32768)
[17179571.020000] TCP reno registered
[17179571.020000] TCP bic registered
[17179571.020000] NET: Registered protocol family 1
[17179571.020000] NET: Registered protocol family 8
[17179571.020000] NET: Registered protocol family 20
[17179571.020000] Using IPI No-Shortcut mode
[17179571.020000] ACPI wakeup devices:
[17179571.020000] PCI0 PCI1 USB0 USB1 USB2 SU20 SLAN
[17179571.020000] ACPI: (supports S0 S1 S4 S5)
[17179571.020000] Freeing unused kernel memory: 332k freed
[17179571.072000] vga16fb: initializing
[17179571.072000] vga16fb: mapped to 0xc00a0000
[17179571.168000] Console: switching to colour frame buffer device 80x25
[17179571.168000] fb0: VGA16 VGA frame buffer device
[17179572.280000] Capability LSM initialized
[17179572.824000] VP_IDE: IDE controller at PCI slot 0000:00:11.1
[17179572.824000] ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
[17179572.824000] PCI: VIA IRQ fixup for 0000:00:11.1, from 255 to 15
[17179572.824000] VP_IDE: chipset revision 6
[17179572.824000] VP_IDE: not 100% native mode: will probe irqs later
[17179572.824000] VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
[17179572.824000]     ide0: BM-DMA at 0x9800-0x9807, BIOS settings: hda:DMA, hdb:pio
[17179572.824000]     ide1: BM-DMA at 0x9808-0x980f, BIOS settings: hdc:DMA, hdd:DMA
[17179572.824000] Probing IDE interface ide0...
[17179573.240000] hda: WDC WD2500JB-00GVA0, ATA DISK drive
[17179573.912000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179573.928000] Probing IDE interface ide1...
[17179574.796000] hdc: HL-DT-STDVD-ROM GDR8162B, ATAPI CD/DVD-ROM drive
[17179575.580000] hdd: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
[17179575.644000] ide1 at 0x170-0x177,0x376 on irq 15
[17179575.656000] hda: max request size: 1024KiB
[17179575.668000] hda: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63, UDMA(100)
[17179575.672000] hda: cache flushes supported
[17179575.672000]  hda: hda1 hda2 hda3 < hda5 > hda4
[17179575.740000] hdc: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
[17179575.740000] Uniform CD-ROM driver Revision: 3.20
[17179575.756000] hdd: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179576.128000] usbcore: registered new driver usbfs
[17179576.128000] usbcore: registered new driver hub
[17179576.168000] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 169
[17179576.168000] ehci_hcd 0000:00:10.3: EHCI Host Controller
[17179576.168000] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
[17179576.168000] ehci_hcd 0000:00:10.3: irq 169, io mem 0xdd800000
[17179576.168000] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[17179576.168000] hub 1-0:1.0: USB hub found
[17179576.168000] hub 1-0:1.0: 6 ports detected
[17179576.168000] USB Universal Host Controller Interface driver v2.3
[17179576.168000] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 169
[17179576.168000] PCI: VIA IRQ fixup for 0000:00:10.0, from 0 to 9
[17179576.168000] uhci_hcd 0000:00:10.0: UHCI Host Controller
[17179576.272000] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[17179576.272000] uhci_hcd 0000:00:10.0: irq 169, io base 0x0000a800
[17179576.272000] hub 2-0:1.0: USB hub found
[17179576.272000] hub 2-0:1.0: 2 ports detected
[17179576.376000] ACPI: PCI Interrupt 0000:00:10.1[b] -> GSI 21 (level, low) -> IRQ 169
[17179576.376000] PCI: VIA IRQ fixup for 0000:00:10.1, from 0 to 9
[17179576.376000] uhci_hcd 0000:00:10.1: UHCI Host Controller
[17179576.376000] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[17179576.376000] uhci_hcd 0000:00:10.1: irq 169, io base 0x0000a400
[17179576.376000] hub 3-0:1.0: USB hub found
[17179576.376000] hub 3-0:1.0: 2 ports detected
[17179576.480000] ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21 (level, low) -> IRQ 169
[17179576.480000] PCI: VIA IRQ fixup for 0000:00:10.2, from 0 to 9
[17179576.480000] uhci_hcd 0000:00:10.2: UHCI Host Controller
[17179576.480000] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[17179576.480000] uhci_hcd 0000:00:10.2: irq 169, io base 0x0000a000
[17179576.480000] hub 4-0:1.0: USB hub found
[17179576.480000] hub 4-0:1.0: 2 ports detected
[17179576.512000] usb 1-1: new high speed USB device using ehci_hcd and address 2
[17179576.844000] Attempting manual resume
[17179576.884000] EXT3-fs: mounted filesystem with ordered data mode.
[17179576.900000] kjournald starting.  Commit interval 5 seconds
[17179585.208000] Linux agpgart interface v0.101 (c) Dave Jones
[17179585.244000] agpgart: Detected VIA KT400/KT400A/KT600 chipset
[17179585.248000] agpgart: AGP aperture is 64M @ 0xf8000000
[17179585.772000] gameport: EMU10K1 is pci0000:00:0d.1/gameport0, io 0xb000, speed 1217kHz
[17179585.780000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179585.788000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179585.800000] natsemi dp8381x driver, version 1.07+LK1.0.17, Sep 27, 2002
[17179585.800000]   originally by Donald Becker <becker@scyld.com>
[17179585.800000]   http://www.scyld.com/network/natsemi.html
[17179585.800000]   2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
[17179585.800000] ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 19 (level, low) -> IRQ 177
[17179585.800000] natsemi eth0: NatSemi DP8381[56] at 0xde000000 (0000:00:0b.0), 00:09:5b:60:06:95, IRQ 177, port TP.
[17179585.836000] irda_init()
[17179585.836000] NET: Registered protocol family 23
[17179586.284000] input: PC Speaker as /class/input/input1
[17179586.308000] parport: PnPBIOS parport detected.
[17179586.308000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[17179586.316000] via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
[17179586.316000] ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 185
[17179586.316000] eth0: VIA Rhine II at 0x19400, 00:0c:6e:9e:ef:8b, IRQ 185.
[17179586.316000] eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
[17179586.508000] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 193
[17179586.516000] PCI: Setting latency timer of device 0000:00:11.5 to 64
[17179586.520000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16 (level, low) -> IRQ 201
[17179587.028000] codec_read: codec 0 is not valid [0xfe0000]
[17179587.036000] codec_read: codec 0 is not valid [0xfe0000]
[17179587.040000] codec_read: codec 0 is not valid [0xfe0000]
[17179587.048000] codec_read: codec 0 is not valid [0xfe0000]
[17179587.140000] input: ImPS/2 Generic Wheel Mouse as /class/input/input2
[17179587.196000] ts: Compaq touchscreen protocol output
[17179587.872000] lp0: using parport0 (interrupt-driven).
[17179587.912000] ndiswrapper version 1.8 loaded (preempt=yes,smp=yes)
[17179587.948000] ndiswrapper: driver wlanuig (Sagem SA,06/03/2004, 3.0.18.2) loaded
[17179589.780000] wlan0: vendor: 'Sagem XG703 USB 802.11g'
[17179589.780000] wlan0: ndiswrapper ethernet device 00:60:b3:be:51:a2 using driver wlanuig, 0CDE:0008.F.conf
[17179589.780000] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[17179589.780000] usbcore: registered new driver ndiswrapper
[17179589.852000] Adding 1020088k swap on /dev/hda1.  Priority:-1 extents:1 across:1020088k
[17179590.008000] EXT3 FS on hda4, internal journal
[17179590.160000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179590.160000] md: bitmap version 4.39
[17179590.608000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[17179590.876000] cdrom: open failed.
[17179591.160000] cdrom: open failed.
[17179591.172000] cdrom: open failed.
[17179593.948000] NTFS driver 2.1.25 [Flags: R/O MODULE].
[17179593.996000] NTFS volume version 3.1.
[17179595.652000] NET: Registered protocol family 17
[17179596.340000] ACPI: Power Button (FF) [PWRF]
[17179596.340000] ACPI: Power Button (CM) [PWRB]
[17179596.448000] ibm_acpi: ec object not found
[17179596.484000] pcc_acpi: loading...
[17179601.532000] ppdev: user-space parallel port driver
[17179602.108000] apm: BIOS version 1.2 Flags 0x0b (Driver version 1.16ac)
[17179602.112000] apm: overridden by ACPI.
[17179605.292000] Bluetooth: Core ver 2.8
[17179605.292000] NET: Registered protocol family 31
[17179605.292000] Bluetooth: HCI device and connection manager initialized
[17179605.292000] Bluetooth: HCI socket layer initialized
[17179605.316000] Bluetooth: L2CAP ver 2.8
[17179605.316000] Bluetooth: L2CAP socket layer initialized
[17179605.352000] Bluetooth: RFCOMM socket layer initialized
[17179605.352000] Bluetooth: RFCOMM TTY layer initialized
[17179605.352000] Bluetooth: RFCOMM ver 1.7
[17179607.008000] NET: Registered protocol family 10
[17179607.008000] lo: Disabled Privacy Extensions
[17179607.008000] IPv6 over IPv4 tunneling driver
[17179617.408000] wlan0: no IPv6 routers present

équivalent à du chinois pour moi tongue

[edit]: je me suis rendu compte que j'avais oublié d'installer quelques modules liés à k7 (je me suis dit que ça venait peut-être de là) et au final j'ai refait la procédure que tu m'avais mis.
Au final, mon écran est à 60Hz et j'ai pas moyen d'augmenter le rafraichissement...de pire en pire neutral

Dernière modification par tiεuM (Le 29/07/2006, à 22:12)


Mieux vaut être belle et rebelle
    que moche et re-moche

Hors ligne

#8 Le 29/07/2006, à 21:18

tiεuM

Re : problèmes 3D avec une radeon 9200

@ tukuyomi :

J'ai fait ce que tu as mis...sans résultat concluant :

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

sad


Mieux vaut être belle et rebelle
    que moche et re-moche

Hors ligne

#9 Le 29/07/2006, à 21:34

sam air

Re : problèmes 3D avec une radeon 9200

j'ai une 9200se le driver libre fonctionne a merveille alors que j'avais des probleme avec le driver proprietaire:
http://forum.ubuntu-fr.org/viewtopic.php?id=3803

Hors ligne

#10 Le 29/07/2006, à 21:54

tiεuM

Re : problèmes 3D avec une radeon 9200

J'ai bien essayé d'installer les drivers libres en utilisant la doc http://doc.ubuntu-fr.org/materiel/ati_radeon (et aussi le lien que tu m'as filé) mais quand je rédémarrais il démarrait normalement et quand il devait afficher l'écran d'accueil il bloquait (X n'arrivait pas à se lancer) et il demandait fglrx hmm


Mieux vaut être belle et rebelle
    que moche et re-moche

Hors ligne

#11 Le 07/08/2006, à 19:54

aaa59

Re : problèmes 3D avec une radeon 9200

Peut-être que ton fichier de config n'a pas été modifié.
Essaie d'abord avec ça:

sudo dpkg-reconfigure -pHigh xserver-xorg

Si ça ne résoud rien, modifie /etc/X11/xorg.conf :
cherche une ligne "fglrx" et remplace par "radeon"