PDA

View Full Version : Accelerazione 3d su Savage 4 Pro


Aran di Wheloon
20-08-2005, 13:13
:help:

Salve a tutti.

Sto cercando, invano direi, di abilitare l'accelerazione 3d di questa scheda...

ho intsallato Mesa, scaricato DRI, ma quest'ultimo non riesco a configurarlo...

Qualcuno che ha gia avuto esperienza con questo tipo d'installazione potrebbe aiutarmi???

:cry:

messaggio errore dri.log :

Makefile.linux:142: *** Cannot find a kernel config file. Stop.

Uso mandriva le2005 su un piccolo e povero p2 333Mhz con 450mb...

vi ringrazio anticipatamente.


Aran

mykol
20-08-2005, 15:11
dal centro di controllo (mcc) nulla da fare ?

Aran di Wheloon
20-08-2005, 15:41
no purtroppo no...ho letto che con Mesa/DRi dovrei farcelòa....ma dri non ne vuole sapere...


help me!!! please!!! :help:

Aran di Wheloon
22-08-2005, 00:32
up up :D

VegetaSSJ5
22-08-2005, 13:58
devi scaricare i sorgenti del tuo kernel. in pratica l'errore consiste nel fatto che il programma di installaizone non ha trovato il file di configurazione nei sorgenti del tuo kernel, questo molto probabilmente perchè proprio non hai i sorgenti del kernel.

Aran di Wheloon
22-08-2005, 23:33
Grazie mille.... provo e faccio sapere... :D

Aran di Wheloon
24-08-2005, 20:50
Nulla di fatto!!!!! come posso fare? mi serve il 3d :muro: :muro: :muro: :doh:

VegetaSSJ5
24-08-2005, 21:13
oggi ho installato una mandriva quindi ti posso dire come si fa ad installare il pacchetto dei sorgenti del kernel. devi andare nel menu di kde e trovare gestione pacchetti, quindi scegli installazione pacchetti. poi quando ti appare la finestra del programma, nella barra per fare le ricerche inserisci "kernel" quindi tra i risultati ti apparirà il pacchetto kernel-source..... installa quello e poi prova a reinstallare i drivers dri per la savage 4.

Aran di Wheloon
25-08-2005, 01:19
il kernel-source l'ho installato, ma sono i driver ch enon si installano... :mbe:

VegetaSSJ5
25-08-2005, 11:04
controlla che esista la directory /usr/src/linux
i drivers ti danno sempre l'errore del file di configurazione del kernel?

Aran di Wheloon
25-08-2005, 23:17
la directory esiste, l'errore deve essere idveros credo, infatti si tratta di piu' errori, comunque qui quoto il contenuto del log dell'installazione:

make -f Makefile.linux DRM_MODULES=savage.o modules
make[1]: Entering directory `/home/aran/dripkg/drm'
make -C /lib/modules/2.6.11-6mdk/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.6.11-6mdk'
CC [M] /home/aran/dripkg/drm/savage_drv.o
In file included from /home/aran/dripkg/drm/savage_drv.c:258:
/home/aran/dripkg/drm/drm_agpsupport.h:47: error: syntax error before '*' token
/home/aran/dripkg/drm/drm_agpsupport.h:47: warning: type defaults to `int' in declaration of `drm_agp'
/home/aran/dripkg/drm/drm_agpsupport.h:47: warning: data definition has no type or storage class
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_info':
/home/aran/dripkg/drm/drm_agpsupport.h:69: error: request for member `copy_info' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_acquire':
/home/aran/dripkg/drm/drm_agpsupport.h:111: error: request for member `acquire' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:117: error: request for member `acquire' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_release':
/home/aran/dripkg/drm/drm_agpsupport.h:140: error: request for member `release' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:142: error: request for member `release' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_do_release':
/home/aran/dripkg/drm/drm_agpsupport.h:155: error: request for member `release' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:156: error: request for member `release' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_enable':
/home/aran/dripkg/drm/drm_agpsupport.h:178: error: request for member `enable' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:185: error: request for member `enable' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_bind':
/home/aran/dripkg/drm/drm_agpsupport.h:333: error: request for member `bind_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_init':
/home/aran/dripkg/drm/drm_agpsupport.h:407: error: `drm_agp_t' undeclared (first use in this function)
/home/aran/dripkg/drm/drm_agpsupport.h:407: error: (Each undeclared identifier is reported only once
/home/aran/dripkg/drm/drm_agpsupport.h:407: error: for each function it appears in.)
/home/aran/dripkg/drm/drm_agpsupport.h:407: error: syntax error before ')' token
/home/aran/dripkg/drm/drm_agpsupport.h:412: error: request for member `copy_info' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_uninit':
/home/aran/dripkg/drm/drm_agpsupport.h:436: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_allocate_memory':
/home/aran/dripkg/drm/drm_agpsupport.h:443: error: request for member `allocate_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:445: error: request for member `allocate_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_free_memory':
/home/aran/dripkg/drm/drm_agpsupport.h:451: error: request for member `free_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:453: error: request for member `free_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_bind_memory':
/home/aran/dripkg/drm/drm_agpsupport.h:460: error: request for member `bind_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:462: error: request for member `bind_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h: In function `savage_agp_unbind_memory':
/home/aran/dripkg/drm/drm_agpsupport.h:468: error: request for member `unbind_memory' in something not a structure or union
/home/aran/dripkg/drm/drm_agpsupport.h:470: error: request for member `unbind_memory' in something not a structure or union
In file included from /home/aran/dripkg/drm/savage_drv.c:269:
/home/aran/dripkg/drm/drm_memory.h: In function `drm_follow_page':
/home/aran/dripkg/drm/drm_memory.h:133: error: request for member `pgd' in something not a structure or union
In file included from /home/aran/dripkg/drm/savage_drv.c:271:
/home/aran/dripkg/drm/drm_vm.h: In function `savage_do_vm_nopage':
/home/aran/dripkg/drm/drm_vm.h:104: error: structure has no member named `count'
/home/aran/dripkg/drm/drm_vm.h: In function `savage_mmap':
/home/aran/dripkg/drm/drm_vm.h:620: warning: implicit declaration of function `remap_page_range'
In file included from /home/aran/dripkg/drm/savage_drv.c:272:
/home/aran/dripkg/drm/drm_stub.h: In function `savage_stub_putminor':
/home/aran/dripkg/drm/drm_stub.h:145: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578)
/home/aran/dripkg/drm/drm_stub.h:147: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:574)
/home/aran/dripkg/drm/drm_stub.h: In function `savage_stub_register':
/home/aran/dripkg/drm/drm_stub.h:188: warning: `inter_module_register' is deprecated (declared at include/linux/module.h:573)
make[3]: *** [/home/aran/dripkg/drm/savage_drv.o] Error 1
make[2]: *** [_module_/home/aran/dripkg/drm] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.11-6mdk'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/aran/dripkg/drm'
make: *** [savage.o] Error 2


resto in attesa

VegetaSSJ5
26-08-2005, 02:53
dall'errore sembrerebbe colpa dei sorgenti del modulo stesso e non del kernel. prova a scaricare questo modulo dri: http://dri.freedesktop.org/snapshots/savage-20050718-linux.i386.tar.bz2

Aran di Wheloon
27-08-2005, 09:26
nulla...esiste per i686? :muro:

VegetaSSJ5
27-08-2005, 11:04
nulla...esiste per i686? :muro:
cosa intendi?
hai installato il modulo sri che ti ho linkato?

Aran di Wheloon
27-08-2005, 12:03
si ma è peggio mi dice che non trova il kernel...praticamente torniamo un passo indietro...non capisco perhcè il supporto sulle schede video deve lasciare così a desiderare... :cry:

io in mcc leggo i686 come macchina non so se poss aaiutarti...