View previous topic :: View next topic |
Author |
Message |
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Sun Nov 13, 2005 8:15 pm Post subject: Problema con Nvidia kernel \ nvidia glx |
|
|
Ho seguito la beneamata guida ma, purtroppo, il risultato è questo:
Code: | Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0". |
Non sò che dire, nel file di configurazione di xorg ho messo tutto............da make menu config non riesco a settare /dev/agparts.
Al posto del solito < > c'è ---.
Qualche idea?Please?
[/code] |
|
Back to top |
|
|
otaku Guru
Joined: 16 Dec 2004 Posts: 428 Location: Rho (MI)
|
Posted: Sun Nov 13, 2005 8:28 pm Post subject: |
|
|
hai abilitato GLX e DRI in xorg.conf? _________________ Ventiquattr'ore al giorno in preda a una follia contorta... |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4810 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Sun Nov 13, 2005 8:33 pm Post subject: Re: Problema con Nvidia kernel \ nvidia glx |
|
|
Kimmei wrote: |
Non sò che dire, nel file di configurazione di xorg ho messo tutto............da make menu config non riesco a settare /dev/agparts.
Al posto del solito < > c'è ---.
|
Se stai usando un amd64, può essere che tu abbia abilitato lo IOMMU support ( Symbol: GART_IOMMU [=y] ), che forse non serve nel tuo sistema.
Se no, controlla l'help di menuconfig per l'agpgart dove dice:
Code: |
Depends on: (ALPHA || IA64 || PPC || X86) && !GART_IOMMU
...
Selected by: FB_I810 && FB && EXPERIMENTAL && PCI && X86 && !X86_64 || FB_INTEL && FB && EXPERIMENTAL && PCI && X86 && !X86_64
|
_________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 7:19 am Post subject: |
|
|
otaku wrote: | hai abilitato GLX e DRI in xorg.conf? |
Ho seguito la guida ho abilitato glx ma non dri.
Nell help di menuconfgi mi dice questo:
Code: | Symbol: AGP [=y] │
│ Prompt: /dev/agpgart (AGP Support) │
│ Defined at drivers/char/agp/Kconfig:1 │
│ Depends on: (ALPHA || IA64 || PPC || X86) && !GART_IOMMU │
│ Location: │
│ -> Device Drivers │
│ -> Character devices |
Abbiate pazinenza, la mia newbbitudine è assoluta.
Da cosa dipende lo vedo, immagino che manchi: come lo abilito?
Il problema è anche che io un laptop presario serie R3000, con scheda garafica e scheda audio nvidia (la audio nforce3).
Pare che sia la nforce3 a gestire l'agp (così disse un mio amico dopo controllo)
Grazie a tutti per la gentilezza & support!! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Mon Nov 14, 2005 7:38 am Post subject: |
|
|
No devi aggiungere alla sezine Section "Module" la linea
mentre devi disabilitare tutto quello che riguarda i DRI che con i driver nvidia non vanno d'accordo _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 7:43 am Post subject: |
|
|
fedeliallalinea wrote: | No devi aggiungere alla sezine Section "Module" la linea
mentre devi disabilitare tutto quello che riguarda i DRI che con i driver nvidia non vanno d'accordo |
Appunto" glx" è caricato," dri" no. Guarda........credo che il rpbelma sia nel fare digerire al sistema l'nforce3. Tieni conto che alsa non mi vede la scheda audio. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Mon Nov 14, 2005 7:44 am Post subject: |
|
|
Kimmei wrote: | Appunto" glx" è caricato," dri" no. Guarda........credo che il rpbelma sia nel fare digerire al sistema l'nforce3. Tieni conto che alsa non mi vede la scheda audio. |
Il modulo nvidia e' caricato? Posta l'errore che da quando fai partire X _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
ferroilpinguino Apprentice
Joined: 26 Feb 2005 Posts: 272
|
Posted: Mon Nov 14, 2005 12:13 pm Post subject: |
|
|
ciao ho anch'io un amd64 e anch'io ho avuto problemi come te a far funzionare correttamente il modulo nvidia....
ho risolto facendo cosi' ho emerso la versione instabile dei driver:
media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86
aggiungi queste righe nel file /etc/portage/package.keywords
e dai un emerge nvidia-kernel nvidia-glx
rimuovendo prima i vecchi driver....
ti metto il file xorg.conf che uso io...se vuoi puoi fare un copia e incolla...
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib64/X11/rgb"
ModulePath "/usr/lib64/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc101"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5" # adding this enables the
#scroll wheel
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30-90
VertRefresh 50-75
ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
Option "UseEdidFreqs" "1"
EndSection
Section "Device"
Identifier "Card0"
Option "NoLogo" "true"
Option "RenderAccel" "off"
Option "UseEdidFreqs" "on"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
VideoRam 65536
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x800"
# Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x800"
# Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x800"
# Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x800"
# Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800"
# Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
# Modes "1024x768"
EndSubSection
EndSection
|
spero di esserti stato di aiuto _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 1:12 pm Post subject: |
|
|
Ecco l'errore allo startx:
Code: | NVIDIA (0): Failed to initialize the nviadia kernel module
NVIDIA 0) ***aborting***
Screen(s) found, but none have a usable configuration |
nvidia-kernel c'è. Per lo schermo uso una dfault depth di 24 con 1024x768.
Adesso ho riportato lo xorg alla configurazione base (senza glx e con driver nv) se non non uso il pc. Con questo setting il 3d và da dio, è solo che vorrei poter abilitare 3D e sitema sonoro. Il file di configurazione di xorg era praticamente identico a quello qui sopra.
Speravo di potemi mantenere sui moduli stabli sia per il 3D che per alsa, pensate sia possibili?
Grazie di nuovo raga!! |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Nov 14, 2005 1:32 pm Post subject: |
|
|
Kimmei wrote: |
Speravo di potemi mantenere sui moduli stabli sia per il 3D che per alsa, pensate sia possibili?
|
ciao, come descritto da: ferroilpinguino, ho paura che dovra emerge le versioni "instabili"
(ovvero sotto testing) di nvidia-glx ed nvidia-kernel..
ho avuto lo stesso problema da te riportato con le versioni dichiarate stabili
del driver, forse per incompatibilà con xorg, non ho indagato.
emergi tranquillo le versioni:
Code: | media-video/nvidia-kernel-1.0.7676-r1
media-video/nvidia-glx-1.0.7676-r1 |
le uso sul mio sistema da un po di tempo (giocandoci oltretutto)
e non mi hanno mai dato problemi _________________ "...There are two sort of lies, lies and benchmarks..."
Last edited by X-Drum on Mon Nov 14, 2005 3:11 pm; edited 1 time in total |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 2:04 pm Post subject: |
|
|
Ok, ma come elimino i vecchi nvidia-kernel e nvidia glx?
Ehm vi ho detto che di computer so un acca in croce, vero?
Siete autorizzati a fare il coretto: "Pirlaaaaa!!Pirlaaaa!!!" |
|
Back to top |
|
|
ferroilpinguino Apprentice
Joined: 26 Feb 2005 Posts: 272
|
Posted: Mon Nov 14, 2005 2:55 pm Post subject: |
|
|
Kimmei wrote: | Ok, ma come elimino i vecchi nvidia-kernel e nvidia glx?
Ehm vi ho detto che di computer so un acca in croce, vero?
Siete autorizzati a fare il coretto: "Pirlaaaaa!!Pirlaaaa!!!" |
ok
fai un :
Code: |
emerge --unmerge nvidia-kernel nvidia-glx
|
(per disinstallare quelli che hai attualmente installato)
poi segui quello che ti ho detto sopra....
prova così...
se non hai uno schermo panoramico...
devi usare 1024 per 768 e commentare 1280 per 800 credo....(se utilizzi il file xorg.conf che ti ho postato io)
#Modes "1280x800"
Modes "1024x768" _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein
Last edited by ferroilpinguino on Mon Nov 14, 2005 2:59 pm; edited 1 time in total |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Nov 14, 2005 2:58 pm Post subject: |
|
|
Kimmei wrote: | Ok, ma come elimino i vecchi nvidia-kernel e nvidia glx?
Ehm vi ho detto che di computer so un acca in croce, vero?
Siete autorizzati a fare il coretto: "Pirlaaaaa!!Pirlaaaa!!!" |
ok, se non sai nulla è il momento buono per imparare!
leggi la documentazione inizia da qui:
https://forums.gentoo.org/viewtopic.php?t=227053
in ogni caso adesso dovresti:
-stoppare il server X se già avviato, quindi da root:
Code: | /etc/init.d/xdm stop |
-smascherare i drivers "instabili":
Code: | echo media-video/nvidia-kernel ~x86 >> /etc/portage/package.keywords
echo media-video/nvidia-glx ~x86 >> /etc/portage/package.keywords |
-installare la nuova versione dei drivers:
Code: | emerge -uD media-video/nvidia-glx media-video/nvidia-kernel |
nota: le vecchie versione verrano automaticamente rimosse
edit: oops arrivato tardi con il reply :> _________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 3:04 pm Post subject: |
|
|
ferroilpinguino wrote: |
ok
fai un :
Code: |
emerge --unmerge nvidia-kernel nvidia-glx
|
(per disinstallare quelli che hai attualmente installato)
poi segui quello che ti ho detto sopra....
prova così...
se non hai uno schermo panoramico...
devi usare 1024 per 768 e commentare 1280 per 800 credo....(se utilizzi il file xorg.conf che ti ho postato io)
#Modes "1280x800"
Modes "1024x768" |
Ho il widescreen, come mi regolo? |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Nov 14, 2005 3:10 pm Post subject: |
|
|
Kimmei wrote: |
Ho il widescreen, come mi regolo? |
devi cercare (su google ad esempio) una modeline per xorg che corrisponda alla risoluzione
che vuoi ottenere con il tuo monitor..ed inserirla in /etc/X11/xorg.conf
che risoluzione vuoi ottenere? 1024x720? _________________ "...There are two sort of lies, lies and benchmarks..."
Last edited by X-Drum on Mon Nov 14, 2005 3:10 pm; edited 1 time in total |
|
Back to top |
|
|
ferroilpinguino Apprentice
Joined: 26 Feb 2005 Posts: 272
|
Posted: Mon Nov 14, 2005 3:10 pm Post subject: |
|
|
allora vai tranquilla copia e incolla...non devi modificare 'modes' _________________ Non crederò mai che Dio giochi a dadi col mondo. A.Einstein |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 3:20 pm Post subject: |
|
|
X-Drum wrote: | Kimmei wrote: |
Ho il widescreen, come mi regolo? |
devi cercare (su google ad esempio) una modeline per xorg che corrisponda alla risoluzione
che vuoi ottenere con il tuo monitor..ed inserirla in /etc/X11/xorg.conf
che risoluzione vuoi ottenere? 1024x720? |
1024x768 seè possibile, con quello che mi è costato sto laptop volgio sfruttalro per ben!! |
|
Back to top |
|
|
X-Drum Advocate
Joined: 24 Aug 2003 Posts: 2517 Location: ('Modica','Trieste','Ferrara') Italy
|
Posted: Mon Nov 14, 2005 4:35 pm Post subject: |
|
|
Kimmei wrote: |
1024x768 seè possibile, con quello che mi è costato sto laptop volgio sfruttalro per ben!! |
questa è una risoluzione standard per i monitor a 4:3
ti basta come ha già detto qualcuno utilizzare i defaults postati prima in quel xorg.conf _________________ "...There are two sort of lies, lies and benchmarks..." |
|
Back to top |
|
|
Kimmei Tux's lil' helper
Joined: 17 Oct 2005 Posts: 102
|
Posted: Mon Nov 14, 2005 7:31 pm Post subject: |
|
|
Ho emerso i driver instabili ma continua a darmi quell errore
Questo è il mio filr di configurazione x xorg:
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/TrueType/"
ModulePath "/usr/X11R6/lib/modules"
EndSection
ection "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "presario"
Option "XkbLayout" "it"
EndSection
ection "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
# Option "Device" "/dev/mouse"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "Monitor"
HorizSync 39-65
VertRefresh 40-150
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
BoardName "Unknown"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line should not
# normally be included unless there is more than one video device
# intalled.
# indicates which driver should interpret the information in this section.
Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "Nvidia Geforce 440 Go"
Driver "nvidia"
#VideoRam 256
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Nvidia Geforce 440 Go"
Monitor "Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x800"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800"
#Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection[/code] |
|
Back to top |
|
|
|