Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Giochi scattosi [Irrisolvibile]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Sat Apr 10, 2004 10:00 am    Post subject: [OT] Giochi scattosi [Irrisolvibile] Reply with quote

ciao, ho emerso chromium, e come tutti gli altri giochi che hanno un minimo di 3d, va a scatti in maniera scandalosa, mentre sono certo che l'equivalente su Win filerebbbe a meraviglia (su win faccio andare Ghost Recon e anche se a dettagli bassi gira liscio), c'è qualche sistema per ovviare a questo problema?

Il pc che ho non è fatto per i videogiochi ma non pretendo di farci girare nwn!

riesco a fare andare solo i giochi che non utilizzano opengl (mi sembra)

il mio pc è questo:
pentium celeron 2600 (effettivi 2200 mi pare)
scheda video (anche se chiamarla così è un eufemismo =) SyS 651 integrata...
con32MB di ram
256 MB di ram (non ricordo se DDR mi pare di no)

Ora, su una macchina così non dovrebbe scattare chromium.. o sì?

grazie,

il Sasdo
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.


Last edited by Sasdo on Sat Apr 10, 2004 1:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
iDarbert
Apprentice
Apprentice


Joined: 19 Nov 2003
Posts: 251
Location: Bergamo, BG

PostPosted: Sat Apr 10, 2004 10:05 am    Post subject: Reply with quote

Beh... il supporto per le schede video di solito non è il massimo, dovresti vedere se ci sono i driver proprietari per la scheda.
_________________
Perchè gli utenti BSD odiano tanto Linux?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31633
Location: here

PostPosted: Sat Apr 10, 2004 10:12 am    Post subject: Reply with quote

Hai kernel 2.4 o 2.6?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Sat Apr 10, 2004 10:24 am    Post subject: Reply with quote

kernel 2.6

ho cercato in giro e ho scoperto che per performance un po' migliori dovrei avere MTRR nel kernel, oltre che a glx in load nel XF86cfg ed il supporto per il DRI

La seconda c'è mentre la prima e la terza devo controllare..
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31633
Location: here

PostPosted: Sat Apr 10, 2004 10:31 am    Post subject: Reply with quote

Devi configurare il tuo kernel attivando
Code:
           <*> /dev/agpgart (AGP Support)                                             
           < >   ALI chipset support                                               
           < >   ATI chipset support                                                 
           < >   AMD Irongate, 761, and 762 chipset support                           
           < >   AMD Opteron/Athlon64 on-CPU GART support                               
           <*>   Intel 440LX/BX/GX, I8xx and E7x05 chipset support  <-- [b]non so se sia questo il tuo chipset   [/b]               
           < >   NVIDIA nForce/nForce2 chipset support                               
           < >   SiS chipset support                                               
           < >   Serverworks LE/HE chipset support                             
           < >   VIA chipset support                                             
           [*] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
           < >   3dfx Banshee/Voodoo3+                                                   
           < >   3dlabs GMX 2000                                                           
           < >   ATI Rage 128                                                             
           < >   ATI Radeon                                                             
           < >   Intel I810                                                                 
           < >   Intel 830M, 845G, 852GM, 855GM, 865G                                     
           < >   Matrox g200/g400                                                           
           <*>   SiS video cards

Poi attivi ne tuo XF86Config il supporto DRI e tutto dovrebbe funzionare. Per testarlo lanci
Code:
$ glxinfo | grep direct
direct rendering: Yes

Se ti dice yes vuol dire che hai attivato l'acc 3d.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Sat Apr 10, 2004 11:34 am    Post subject: Reply with quote

ochei, ho ricompilato il kernel, ho settato DRI in xf86config:

nella sezione Device

Option "DRI" "True"

quindi startx e non cambia nulla...
Code:

glxinfo | grep direct
Xlib: extension "Xfree86-DRI" missing on display :0.0
Direct rendering: no
OPenGL render string: mesa GLX Indirect


accipicchia.... some ideas?

ciao
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31633
Location: here

PostPosted: Sat Apr 10, 2004 11:36 am    Post subject: Reply with quote

Hai questa sezione nel tuo config
Code:
Section "DRI"
        Mode  0666
EndSection

E poi prova anche a dare
Code:
# opengl-update xfree    /// o xorg-x11 se hai xorg

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Sat Apr 10, 2004 11:56 am    Post subject: Reply with quote

niente da fare.

Errore che ho notato (forse troppo tardi?) quando do startx:

Failed to load module "dri" (once-only module, 0)

per cui se cavo la linea Load "dri" da XF86Config l'errore sprisce ma non credo sia molto utile.. ora provo con xorg...

grazie ancora
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Sat Apr 10, 2004 1:26 pm    Post subject: Reply with quote

ochei.
Insomma... mica tanto...

Cercando e ricercando nella grande rete, ho scoperto che con la mia scheda video è letteralmente impossibile attivare il DRI.

A meno di scriversi i driver. Che ovviamente mi guardo bene dal fare... :(

Insomma... niente giochi per il Sasdo!

grazie a tutti comunque...
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum