Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia drivers version 185.18 problem (GLX module)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Fri Aug 07, 2009 10:47 pm    Post subject: nvidia drivers version 185.18 problem (GLX module) Reply with quote

Ich hatte Probleme mit kwin (KDE4), ist oefters abgestuerzt. Laut Google hilft ein Update von den x11-drivers/nvidia-drivers auf 185, also gleich in die package.keywords rein und die Version 185.18.31 installiert (Vorher Version 180.*). Module neu geladen und /etc/init.d/kdm start ausgefuehrt. Bis vor dem Update lief der X11 Server noch. Aber ab da Fehler kam folgender fehler (Auszug aus meiner xorg.log):
Code:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.


Laut google hilft folgender Eintrag in der xorg.conf:
Code:
Section "Files"
    ModulePath      "/usr/lib64/xorg/modules/"
    ModulePath      "/usr/lib64/xorg/modules/extensions/"
EndSection


Hat aber ebenfalls nichts gebracht. genau so wenig der Befehl
ln -s /usr/lib64/opengl/nvidia/extensions/libwfb.so /usr/lib64/xorg/modules/, den ich auf bugs.gentoo.org gefunden habe. Was ich noch gefunden habe ist folgendes:
Quote:
I figured out what was wrong. The Nvidia installer needs the Xorg SDK to
build the GLX module, I didn't have the SDK installed when I did the
Nvidia install so the only GLX module on the system is the Xorg one which
doesn't work with the Nvidia driver. I installed the SDK and then ran the
Nvidia install script again and it built everything, now 3D effects work.


Jedoch finde ich da unter Gentoo nichts. Kann mir da jemand helfen? Ich komm nicht mehr weiter und stehe auf dem Schlauch.


EDIT: Ein Downdate von x11-drivers/nvidia-drivers habe ich schon versucht, funktioniert jedoch nicht mehr, es kommt derselbe Fehler.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sat Aug 08, 2009 11:36 am    Post subject: Reply with quote

eselect opengl set nvidia
hast du gemacht? Bei mir kam diese Meldung immer dann, wenn irgendwelche Links nicht gepasst hatten.
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Sat Aug 08, 2009 2:32 pm    Post subject: Reply with quote

Jupp,
Code:
eselect opengl set nvidia
wurde ausgefuehrt, ebenso ein
Code:
revdep-rebuild
. Wenn ich die xorg.conf weglasse Startet X, aber mit der Datei immer nur ein Systemabsturz.
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sat Aug 08, 2009 2:38 pm    Post subject: Reply with quote

X -configure macht dir eine neue Config Datei.
Wenn es ohne xorg.conf geht, dann ist doch alles in Ordnung?

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Sat Aug 08, 2009 3:08 pm    Post subject: Reply with quote

Eben nicht, da er dann ja keine nvidia Treiber, geschweige denn Hardwareunterstuetzung verwendet. Sobald in der xorg.conf irgend was von nvidia steht bleibt der Bildschirm schwarz!
Back to top
View user's profile Send private message
AmonAmarth
l33t
l33t


Joined: 03 Mar 2005
Posts: 727

PostPosted: Sun Aug 09, 2009 2:04 am    Post subject: Reply with quote

einfach mal aus dem bauch heraus, auch wenn es vielleicht zunächst unlogisch klingt: xorg-server mal neumergen?

PS: welche xorg-server version benutzt du?
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Sun Aug 09, 2009 10:50 am    Post subject: Reply with quote

Ja, auch dies habe ich gemacht. Ein
Code:
emerge --oneshot xorg-server
Oder habe ich ein packet vergessen?
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Wed Aug 12, 2009 7:09 pm    Post subject: Reply with quote

Gladdle,

ich bin mir nicht sicher ob die Fehlermeldung unterschiedlich war, aber wolltest du vielleicht den Kernel updaten und hast vergessen ihn zu verwenden? So das der Symlink auf eine andere Kernelsource zeigt, als diese die du grade verwendest?

Auch würde ich es unterlassen irgendwelche symlinks anzulegen..
ln -s /usr/lib64/opengl/nvidia/extensions/libwfb.so /usr/lib64/xorg/modules/
..sofern beim kompilieren kein direkter Hinweis gegeben wird, der dies "wünscht". Hast du das schon rückgängig gemacht?

Prüfe ob der Kernel-Symlink /usr/src/linux noch aktuell war, als du den nvidia-driver kompiliert hast.

Code:
$ ls -la /usr/src/linux
lrwxrwxrwx 1 root root 24 23. May 23:23 /usr/src/linux -> ./linux-2.6.28-gentoo-r3
$ uname -r
2.6.28-gentoo-r3


Ich komme darauf grade nur weil in der Fehlermeldung steht: "Please try reinstalling the NVIDIA driver." und du meinst das dies jetzt auch bei jedem downgrade auftritt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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