Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit OpenGL, XOrg, Nvidia
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
mmeinert
n00b
n00b


Joined: 20 May 2004
Posts: 24
Location: Bielefeld, Germany

PostPosted: Tue Apr 12, 2005 12:58 pm    Post subject: Probleme mit OpenGL, XOrg, Nvidia Reply with quote

Hallo!

Nachdem nun mein Systemupdate mit gcc-3.4.3 und prelink vollständig ist und ich jetzt auf xorg-6.8.2 umgestiegen bin (zuvor XFree), bekomme ich leider OpenGL nicht zum laufen. Ich habe bereits nvidia-kernel und nvidia-glx neu gemergt. Kompilieren geht problemlos, das nvidia-modul wird auch geladen (über /etc/modules.autoload.d/kernel-2.6), beim Start von X ebenso auch glx. opengl-update nvidia auch ausgeführt, erfolgslos.

glxinfo sagt
Code:

glxinfo: symbol lookup error: /usr/lib/libGLcore.so.1: undefined symbol: glBlendEquationSeparateNVX


UT bricht ab mit
Code:

Opening SDL viewport.
Bound to SDLGLDrv.so
Loaded render device class.
Initializing SDLGLDrv...
binding libGL.so.1
appError called:
Could not load OpenGL library
...


Hier ein paar Infos:
xorg.conf
Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/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  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "glx"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option "XkbModel"    "pc105"
   Option "XkbLayout"    "de"
   Option "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "imps/2"
   Option       "Device" "/dev/mouse"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "LG"
   ModelName    "Flatron 795FT"
   HorizSync    31.5-96
   VertRefresh 50-100
   DisplaySize 325 243
   Option "DPMS"
   ModeLine "1152x864" 138.85 1152 1200 1440 1536 864 866 878 904 #100Hz
EndSection

Section "Device"

   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV15 [GeForce2 GTS/Pro]"
   BusID       "PCI:1:0:0"

EndSection

...


emerge --info
Code:

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.4.20040808-r1, 2.6.11 i686)
=================================================================
System uname: 2.6.11 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Apr 10 2005, 00:37:23)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -funroll-all-loops"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -funroll-all-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks prelink sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apm arts avi berkdb bitmap-fonts cdparanoia cdr crypt cups curl dga emboss encode esd fam flac foomaticdb fortran gdbm gif gnome gphoto2 gpm gtk gtk2 guile imagemagick imlib ipv6 java jpeg kde ldap libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql ncurses nls nptl nptlonly oggvorbis opengl oss pam pdflib perl pic png python qt quicktime readline sasl sdl slang spell sse ssl svga tcltk tcpdtetex tiff truetype truetype-fonts type1-fonts usb xml xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


Ahja, die Graka ist ne Geforce2, Kernel version 2.6.11.

Hoffe, ihr könnt mir weiterhelfen!
Grüße, Markus
Back to top
View user's profile Send private message
mmeinert
n00b
n00b


Joined: 20 May 2004
Posts: 24
Location: Bielefeld, Germany

PostPosted: Tue Apr 12, 2005 6:28 pm    Post subject: Reply with quote

Keine Ideen, was es sein könnte? :cry:
Back to top
View user's profile Send private message
the-pugnacity
Apprentice
Apprentice


Joined: 20 Dec 2004
Posts: 236
Location: Germany//Berlin

PostPosted: Tue Apr 12, 2005 7:02 pm    Post subject: Reply with quote

mal nen opengl-update nvidia gemacht??
opengl in den use flags??
xorg noch mal neu emergt??
_________________
Gentoo 2.6.12-gentoo // Pentium4 2800 || Aopen XC Cube || TwinMOS 1024 MB PC 3200 || 250GB Hitachi 7k250 || Aopen Aeolus FX5900XT || MX500
Back to top
View user's profile Send private message
mmeinert
n00b
n00b


Joined: 20 May 2004
Posts: 24
Location: Bielefeld, Germany

PostPosted: Tue Apr 12, 2005 7:49 pm    Post subject: Reply with quote

drei mal ja....
Back to top
View user's profile Send private message
Mr_Maniac
Guru
Guru


Joined: 10 Jun 2004
Posts: 546

PostPosted: Tue Apr 12, 2005 8:02 pm    Post subject: Reply with quote

Wurde der nvidia-Treiber selber auch schon mal neu installiert?
_________________
AMD Ryzen 5900X
64 GB DDR4 RAM
GeForce RTX 3080
Gentoo Linux (most recent stable kernel - amd64)
Windows 11 x64
Back to top
View user's profile Send private message
tuxfan
Apprentice
Apprentice


Joined: 14 Feb 2003
Posts: 257

PostPosted: Tue Apr 12, 2005 8:55 pm    Post subject: Reply with quote

Du musst das
Load "dri"
aus der xorg.conf rausnehmen. Das funzt nur bei ATI.
Back to top
View user's profile Send private message
mmeinert
n00b
n00b


Joined: 20 May 2004
Posts: 24
Location: Bielefeld, Germany

PostPosted: Wed Apr 13, 2005 3:38 pm    Post subject: Reply with quote

dri ist draußen, hilft nicht. und den treiber hab ich schon mehrfach in verschiedenen versionen installiert, ebenfalls erfolglos.
Back to top
View user's profile Send private message
langi
n00b
n00b


Joined: 21 May 2004
Posts: 63
Location: Graz / Austria

PostPosted: Wed Apr 13, 2005 7:11 pm    Post subject: Reply with quote

Ich kann dich jetzt nicht auf den exakten Thread verlinken, ich hab mal gelesen kernel-2.6.11 gibt Probleme, hab selbst keine Nvidia, nur bei Freund aufgesetzt kernel-2.6.9 und geht.
Evtl. älterer Nvidia-Treiber verwenden?
lg,
Langi
Back to top
View user's profile Send private message
XMath
Guru
Guru


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

PostPosted: Wed Apr 13, 2005 9:06 pm    Post subject: Reply with quote

Hi,
du hast auch "Load "GLX"" in der xorg.conf?

Füge in die Device-Sektion noch "Option "AllowGLXwithComposite" "True"" ein.
Back to top
View user's profile Send private message
mmeinert
n00b
n00b


Joined: 20 May 2004
Posts: 24
Location: Bielefeld, Germany

PostPosted: Thu Apr 14, 2005 5:39 pm    Post subject: Reply with quote

glx wird geladen, verschiedene kernel schon probiert... alles erfolgslos.
Back to top
View user's profile Send private message
wollja
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2005
Posts: 94
Location: Berlin

PostPosted: Thu Apr 14, 2005 6:22 pm    Post subject: Reply with quote

füge doch mal in die Device Section: Option "RenderAccel" "true" ein, bei mir funktioniert es.
_________________
Wenn man etwas nicht reparieren kann, ist es auch nicht kaputt!
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