Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GLX-->couldn't open module GLcore
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
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 8:47 am    Post subject: GLX-->couldn't open module GLcore Reply with quote

Wie es aussieht kann er GLcore nicht laden. Da es ein Bestandteil von GLX(also dem NVidia Treiber) ist, steht in der xorg.conf nicht GLcore, sondern glx bei Modules. Wo liegt das Problem?
emerge info: http://free.pages.at/tuxthekilier/einfo
.config: http://free.pages.at/tuxthekilier/config-2.6.14-gentoo-r2
nvidia-bug-report: http://free.pages.at/tuxthekilier/nvidia-bug-report.log
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Sun Dec 11, 2005 8:57 am    Post subject: Reply with quote

Moin,
ich finde in meiner Xorg.0.log überhaupt keinen Hinweis auf GLCore. Bist du dir sicher, dass das Modul geladen werden muss?
Habe ne 6800LE.
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 9:08 am    Post subject: Reply with quote

Poste mal deine xorg.conf. Ich lade meine hoch.
http://free.pages.at/tuxthekilier/xorg.conf
EDIT: Nutzt du die 3D-Beschleunigung?
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 1:34 pm    Post subject: Reply with quote

Es muss ja nicht GLCore selber geladen werden, sondern GLX und damit wird das "NVidia-GLCore" geladen, also das GLCore, welches von dem Installer installiert wurde. Beim Installieren wird man gefragt, ob man diese OpenGL-Treiber haben möchte.
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Sun Dec 11, 2005 2:08 pm    Post subject: Reply with quote

Hi,
also ich benutze nicht den Installer, sondern das verfügbare Ebuild.
Habe nvidia-kernel-1.0.7167-r1 und nvidia-glx-1.0.7167-r2 installiert.
Hier meine xorg.conf.
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 2:43 pm    Post subject: Reply with quote

Geht bei dir glxgears? Ich werde auch mal den Treiber aus dem Portage Tree probieren.
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 3:41 pm    Post subject: Reply with quote

Beim Treiber aus dem Portage Tree gab es Probleme mit dem Kernelmodul. glxgears läuft jetzt mit dem normalen, ob libGLcore geht muss ich noch testen.
EDIT: glxgears geht nur mit dem xorg OpenGL Treiber. Wenn ich opengl-update nvidia eingebe kann der libGLcore nicht öffnen, libGLcore ist aber da. Also das gleiche Problem wie vorher.
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Sun Dec 11, 2005 4:20 pm    Post subject: Reply with quote

Ähm,
was für Probleme gab es den bei dem Treiber aus Portage?
Du konntest den nicht kompilieren? Er konnte nicht geladen werden?
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sun Dec 11, 2005 4:35 pm    Post subject: Reply with quote

Was an dieser Stell immer gerne falsch gemacht wird (ging mir auch so ;) ):
Die Kernel-Source, für die du den Treiber installieren wilst, muss mit /usr/src/linux verlinkt sein!!!!!
Also: vergleichen, was
Code:
# uname -r

(nehme an du willst den gerade werwendeten Kernel nachher wieder booten)
und
Code:
# ls -l /usr/src/linux

ausgeben...
Bei mir:
Code:
# uname -r
2.6.12-gentoo-r4
# ls -l /usr/src/linux
lrwxrwxrwx  1 root root 22 28. Okt 17:14 /usr/src/linux -> linux-2.6.12-gentoo-r4

Prüf das mal...
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Sun Dec 11, 2005 4:51 pm    Post subject: Reply with quote

tuxthekiller - http://free.pages.at/tuxthekilier/xorg.conf wrote:
[...]
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
[...]

Wieso hast Du denn Deine Pfadangaben noch nicht umgestellt?
Und, Dein Module Pfad fehlt auch. Bei mir habe ich das so:
Code:
[...]
RgbPath     "/usr/lib/X11/rgb"
    ModulePath  "/usr/lib/modules"
    FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
[...]

Ich habe das aktuellste Ebuild (1.0-8174) .

GLCore wird aber bei mir auch nicht direkt geladen:
Code:
root@gentoo: ~ # grep gl /var/log/Xorg.0.log
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
(--) NVIDIA(0): DFP-0: Internal Single Link TMDS
root@gentoo: ~ # grep GL /var/log/Xorg.0.log
(II) Loading extension GLX
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(II) Loading extension NV-GLX
(II) Initializing extension GLX
root@gentoo: ~ #

glxgears funktioniert wurnderbar. :-)

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Sun Dec 11, 2005 9:04 pm    Post subject: Reply with quote

Bei mir geht glxgears auch, aber "opengl-update --get-implementation" gibt xorg-x11 aus und nicht nvidia. opengl-update nvidia geht nicht. Das macht mir Sorgen.
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Sun Dec 11, 2005 9:42 pm    Post subject: Reply with quote

tuxthekiller wrote:
opengl-update nvidia geht nicht. Das macht mir Sorgen.
Hast Du denn eselect installiert?
Code:
app-admin/eselect
      Latest version available: 1.0_rc2
      Latest version installed: 1.0_rc2
      Size of downloaded files: 139 kB
      Homepage:    http://www.gentoo.org/proj/en/eselect/
      Description: Modular -config replacement utility
      License:     GPL-2

app-admin/eselect-opengl
      Latest version available: 1.0.3
      Latest version installed: 1.0.3
      Size of downloaded files: 41 kB
      Homepage:    http://www.gentoo.org/
      Description: Utility to change the OpenGL interface being used
      License:     GPL-2
Probier mal:
Code:
eselect opengl list
So sieht es bei mir aus:
Code:

Available OpenGL implementations:
  [1]   nvidia *
  [2]   xfree
  [3]   xorg-x11


Ich habe gerade noch mal gesehen, dass Du nicht die nvidia Ebuilds zu nehmen scheinst.
Damit diese auch wirklich richtig funktionieren musst Du auch alles was durch die nvidia Ebuilds installiert unmergen!
Wobei ich doch erst mal den Weg über das im Portage vorhande Ebuild gehen würde.
Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Mon Dec 12, 2005 2:30 pm    Post subject: Reply with quote

eselect opengl list gibt nur xorg-x11 aus. Ich werde das Ebuild probieren indem in nvidia-glx und kernel in /etc/portage/package.mask eintrage.
EDIT:
Ich habe jetzt das Ebuild. eselect opengl nvidia geht nicht. opengl-update geht. opengl-update --get-implementation und eselect opengl list zeigen nvidia an. GLXGears läuft mit ca. 500.000 FPS
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Mon Dec 12, 2005 6:13 pm    Post subject: Reply with quote

tuxthekiller wrote:
[...]
EDIT:
Ich habe jetzt das Ebuild. eselect opengl nvidia geht nicht.
Naja, das muss ja auch so heissen: eselect opengl set nvidia
Code:
root@gentoo: ~ # eselect opengl set nvidia
Switching to nvidia OpenGL interface... done
root@gentoo: ~ #
tuxthekiller wrote:
[...]
opengl-update geht. opengl-update --get-implementation und eselect opengl list zeigen nvidia an. GLXGears läuft mit ca. 500.000 FPS
Du hattest ja auch eine etwas "leere" xorg.conf, wenn ich mich recht erinnere. Hier mal meine entscheidenden Abschnitte:
Code:
Section "Module"
    Load        "freetype"
    Load        "glx"
    Load        "xtrap"
    Load        "record"
    Load        "dbe"
    Load        "type1"
    Load        "extmod"
EndSection
[...]
Section "Device"
    Identifier  "GeForce 4 FX 5600"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NV31 [GeForce FX 5600]"
    Option      "NvAGP"                             "2"
    Option      "ConnectedMonitor"             "DFP"     
    Option      "RenderAccel"                    "true"
    Option      "RandRRotation"                  "true"
    Option      "HWcursor"                        "true"
    VideoRam    131072
EndSection

Damit geht es hier recht gut (28709 frames in 5.0 seconds = 5741.800 FPS) auch wenn es sicher noch höher gehen könnte!? :-)
Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
tuxthekiller
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2005
Posts: 85

PostPosted: Wed Dec 14, 2005 11:42 am    Post subject: Reply with quote

Jetzt habe ich 7800.000 FPS. Ich habe ein Programm abgeschaltet, dass die freien Rechenressourcen benutzt. GLXGears scheint nicht genug CPU-Power anzufordern.
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