View previous topic :: View next topic |
Author |
Message |
mclover n00b
Joined: 23 Feb 2007 Posts: 6
|
Posted: Sun Feb 25, 2007 9:50 pm Post subject: problemi con nvidia e accelerazione 3d |
|
|
Ciao a tutti ho da poco installato gentoo senza nessun tipo di problema sul pc.Ora mi sto accingendo ad attivare l'accelerazione 3d della mia nvidia GeForce FX 5700LE, caricati i driver e modificato lo xorg.conf, sembra funzioni tutto invece dopo pochi minuti che utilizzo il sistema si pianta irremidialbimente x...
Se provo a dare il comando "glxinfo | grep render" mi risponde con circa 4000 fps
Vi posto lo xorg.conf:
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
# Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" # IntelliMouse PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 82.0
VertRefresh 50-100
EndSection
Section "Device"
Identifier "nvidia Geforce 5700"
VendorName "Unknown"
BoardName "Unknown"
Option "NvAGP" "1"
Option "RenderAccel" "true"
Option "AllowXGLWithComposite" "true"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nvidia Geforce 5700"
Monitor "My Monitor"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
# Section "DRI"
# Mode 0666
# EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Ringrazio tutti anticipatamente
Matteo |
|
Back to top |
|
|
edux Apprentice
Joined: 15 Nov 2005 Posts: 223 Location: Bologna
|
Posted: Sun Feb 25, 2007 11:19 pm Post subject: |
|
|
Scusa ma a me 'glxinfo | grep render' risponde così:
Code: | direct rendering: Yes
OpenGL renderer string: GeForce Go 7400/PCI/SSE2
GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
|
A te come fa a rispondere 4000 fps? _________________ E' la seconda più grande testa di scimmia che abbia mai visto!
(Guybrush Threepwood) |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Mon Feb 26, 2007 1:16 am Post subject: |
|
|
prova a togliere quello che riguarda compiz/beryl e similia. è codice ancora in testing e non è detto che funzioni.
inoltre puoi togliere la parte Option "AIGLX" "true" da ServerLayout. nvidia non utilizza aiglx ma una sua versione.
PS: benvenuto
PS2: utilizza il BBCode, non ho voglia di spaccarmi gli occhi. |
|
Back to top |
|
|
riverdragon Veteran
Joined: 14 Sep 2006 Posts: 1269 Location: Verona
|
Posted: Mon Feb 26, 2007 7:42 am Post subject: Re: problemi con nvidia e accelerazione 3d |
|
|
mclover wrote: | Option "AllowXGLWithComposite" "true" | Questa per esempio è errata, devi mettere AllowGLXWithComposite. |
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Mon Feb 26, 2007 10:00 am Post subject: |
|
|
che versione usi dei driver nvidia? _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
guerro Guru
Joined: 21 Jun 2004 Posts: 416 Location: Brescia
|
Posted: Mon Feb 26, 2007 12:28 pm Post subject: |
|
|
Può essere in effetti un problema dei driver nVidia. devi utilizzare i driver marcati unstable... con quelli funziona bene io l'ho sperimentato utilizzando compiz (che si piantava ogni 3x2).... ...con kwin anche con quelli stabili funzionava con qualche difettuccio a livello di trasparenze (per altro trascurabili)... _________________ (.(*. .*).)
.. G u e r r o ..
(.(.* *.).) |
|
Back to top |
|
|
mclover n00b
Joined: 23 Feb 2007 Posts: 6
|
Posted: Mon Feb 26, 2007 5:35 pm Post subject: |
|
|
La versione dei driver che sto utilizzando é:1.0.8776 |
|
Back to top |
|
|
Elbryan Guru
Joined: 13 Nov 2006 Posts: 523 Location: Rovereto (TN)
|
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Tue Feb 27, 2007 9:30 am Post subject: |
|
|
mclover wrote: | La versione dei driver che sto utilizzando é:1.0.8776 |
per utilizzare AIGLX devi mettere i driver della serie 1.09xxx . _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Tue Feb 27, 2007 9:35 am Post subject: |
|
|
Onip wrote: | per utilizzare AIGLX devi mettere i driver della serie 1.09xxx . |
Confermo, e ti consiglio di appoggiarti a questa guida, io l'ho fatto e ho sperimentato per un pò Beryl senza nessun problema :
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
|