Pagina 1 di 2

Nuovi Driver Ati

Inviato: mar 18 gen 2005, 11:33
da Street41
A questo indirizzo sono disponibili i nuovi driver Ati: <a href="http://www.ati.com/support/drivers/linu ... linux.html" target="_blank" target="_new">http://www.ati.com/support/drivers/linu ... ux.html</a>.
<BR>Nella lista compare Xorg 6.8 e non il 6.8.1 che se non sbaglio è l´ultima vesione disponibile. C´è qualcuno che per caso li ha gia provati?
<BR>
<BR>Ciao, Andrea<br>

Nuovi Driver Ati

Inviato: mar 18 gen 2005, 23:36
da djgaspa
PORCA LA PUPAZZA!!
<BR>
<BR>Verso Natale vevo sentito voci sul forum Ati che dicevano dell´uscita dei nuovi driver prevista intorno alla metà di Gennaio.... Bellissimo annuncio! Spero che finzionino... Mo li provo e poi replico!!! (spero con qualche faccina sorridente...)<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 0:15
da djgaspa
Rispondo con faccine sorridenti :-D ...
<BR>
<BR>
<BR>
<BR>... ma come mi aspettavo non funziona (kernel 2.6.10)
<BR>fglrx: Unknown symbol pci_find_class
<BR>
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: djgaspa il 19-01-2005 00:15 ]<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 0:35
da djgaspa
Ho risolto questo errore e pubblico come fare per coloro che intraprenderanno il test di questi driver e stanno girando con il kernel 2.6.10:
<BR>
<BR>nel file " agpgart_be.c " bisogna sostituire ogni occorrenza di pci_find_class con pci_get_class
<BR>
<BR>In questo modo questi meravilgiosi driver saranno caricati :-D ....
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>.... soltanto che poi qualsiasi applicazione che usa openGL apriate otterrete queste soavi parole:FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>
<BR>E tutto si chiude
<BR> ;-) <BR><BR>[ Questo Messaggio è stato Modificato da: djgaspa il 19-01-2005 00:42 ]<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 1:01
da djgaspa
Come si dice dalla mie parti "sono duro come un ciuco" e non demordo...
<BR>
<BR>Oltre alla correzione da apportare di cui sopra al file agpgart_be.c
<BR>:%s/pci_find_class/pci_get_class/g
<BR>
<BR>per far funzionare il driver è necessario compilare un kernel con il supporto al Virtual Memory Filesystem.
<BR>
<BR>quindi:
<BR># cd /usr/src/linux
<BR># make menuconfig
<BR>
<BR>e abilitare l´opzione
<BR>
<BR>File systems --->
<BR>Pseudo filesystems -->
<BR>[*] Virtual memory file system support (former shm fs)
<BR>
<BR>Dopo aver installato il nuovo kernel bisogna per comodità abilitare questo filesystem al boot. Per fare ciò bisogna aggiungere questa riga al file /etc/fstab :
<BR>tmpfs /dev/shm tmpfs defaults 0 0
<BR>
<BR># reboot ;-)
<BR>
<BR>Così per fare 2 prove di performance:
<BR>
<BR>RADEON 9800PRO
<BR>glxgears 3229 FPS
<BR>fgl_glxgears 633 FPS
<BR>
<BR>Altri test?? :-D <br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 1:02
da webrunner
Io ho risolto questo problema, ho il kernel 2.6.9 e credo che funga anche per il 2.6.10.
<BR>Aggiungi in fstab la riga:
<BR>
<BR> tmpfs /dev/shm tmpfs defaults 0 0
<BR>
<BR>salva e monta:
<BR>
<BR> mount /dev/shm
<BR>
<BR>poi: mount | grep shm per verificare e ti dovrebbe dare una cosa del genere:
<BR>
<BR> tmpfs on /dev/shm type tmpfs (rw) se ti ridà questo il problema è risolto!
<BR>
<BR>Ciauzz<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 1:52
da mangus
siete sicuri che i kernel di Pat non abbiano già tmpfs compilato ? Da quello che so /dev dovrebbe di default essere montata su tmpfs su un 2.6 con udev e hotplug installato , però non uso i suoi kernel da troppo tempo per ricordare.
<BR>ciao<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 8:21
da Margherita
Ho sostituito, prima dei make vari
<BR>pci_find_class con pci_get_class
<BR>ma al make install mi da questo errore:
<BR>
<BR>root@darkstar:/lib/modules/fglrx# ./make_install.sh
<BR>- creating symlink
<BR>- recreating module dependency list
<BR>- trying a sample load of the kernel module
<BR>FATAL: Error inserting fglrx (/lib/modules/2.6.9/kernel/drivers/char/drm/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
<BR>failed.
<BR>
<BR>Premetto che non ho ancora messo mano al kernel dato che il virtual filesystem è già caricato.
<BR>Soluzioni?
<BR>Ciao Mar
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: Margherita il 19-01-2005 08:32 ]<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 8:34
da webrunner
Io col 2.6.9 non ho douto fare la modifica cui tu accenni, ma solo aggiungere quelle righe a fstab.<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 8:39
da Margherita
Ho ripristinato il file eliminando le modifiche e ancora non va.
<BR>Devo riavviare col nuovo fstab per far funzionare il make _install?
<BR>
<BR>Ora mi da
<BR>oot@darkstar:/lib/modules/fglrx# ./make_install.sh
<BR>- creating symlink
<BR>- recreating module dependency list
<BR>- trying a sample load of the kernel module
<BR>FATAL: Error inserting fglrx (/lib/modules/2.6.9/kernel/drivers/char/drm/fglrx.ko): Operation not permitted
<BR>failed.
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: Margherita il 19-01-2005 08:52 ]<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 11:14
da Street41
djgaspa con quale versione di Xorg li stai provando? Anche io ho il Kernel 2.6.10, e vorrei quasi provarli, però dispongo della versione 6.8.1 di Xorg, e non della 6.8 citata nella pagina di download dei Driver.
<BR>
<BR>Andrea
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: Street41 il 19-01-2005 11:14 ]<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 11:38
da cRoW2k
Provati su kernel 2.6.10+xorg 6.8.1. Risultato, il driver compila con le modifiche sopra citate, ma il DRI continua a sputarmi in faccia.
<BR>Ho riscirtto anche il conf con fglrxconfig, ma senza successo. Pure con l´aggiunta in fstab del tmpfs non cambia nulla.
<BR>Provo di nuovo...<br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 12:09
da dalpo
Ciao a tutti!
<BR>
<BR>Ho appena scaricato e installato i nuovi driver e il 3d va... da cani ma almeno va.
<BR>
<BR>Io ho Xorg 6.8.1 + kernel 2.6.7 con config di pjv + radeon 9600se
<BR>
<BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE> bash-3.00# glxinfo
<BR>name of display: :0.0
<BR>display: :0 screen: 0
<BR>direct rendering: Yes
<BR>server glx vendor string: SGI
<BR>server glx version string: 1.2
<BR>server glx extensions:
<BR> GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
<BR> GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
<BR> GLX_SGIS_multisample, GLX_SGIX_fbconfig
<BR>client glx vendor string: ATI
<BR>client glx version string: 1.3
<BR>
<BR>
<BR>bash-3.00# glxgears
<BR>3633 frames in 5.0 seconds = 726.600 FPS
<BR>4124 frames in 5.0 seconds = 824.800 FPS
<BR>4125 frames in 5.0 seconds = 825.000 FPS
<BR>4123 frames in 5.0 seconds = 824.600 FPS
<BR> </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
<BR>
<BR>come numero di frames non è un pò bassino anche se ho un agp 2x???
<BR>
<BR><br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 12:45
da dalpo
sembrava troppo bello... :-[
<BR>
<BR>ho provato a lanciare fgl_glxgears... e questo è l´uotput
<BR>
<BR>
<BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE> fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>2 frames in 5.0 seconds = 0.400 FPS
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR>FGLTexMgr: open of shared memory object failed (Function not implemented)
<BR>__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
<BR>fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
<BR> </BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End --><br>

Nuovi Driver Ati

Inviato: mer 19 gen 2005, 12:58
da cRoW2k
Sul forum di rage3d.com parlano di altre modifiche da fare. ci sono 6 pagine di possibili soluzioni. <!-- BBCode Start --><A HREF="http://www.rage3d.com/board/showthread. ... ge=5&pp=30" TARGET="_blank">rage3d.com</A><!-- BBCode End -->
<BR>queste sono alcune, ma il post è lungo.<br>