Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 495 - Unresolved symbold in XLog
Summary: Unresolved symbold in XLog
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-02 03:48 UTC by Tim Haughton
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Haughton 2002-02-02 03:48:56 UTC
Just installed Gentoo, with X and KDE. Have installed the NVidia drivers and 
the module is loaded, but I don't get a splash screen. In XFree86.0.log there 
is this:

	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
Symbol __glXActiveScreens from module 
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module 
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD

Consequently, I'm operating in what looks like 16 colours :
Comment 1 Tim Haughton 2002-02-02 03:48:56 UTC
Just installed Gentoo, with X and KDE. Have installed the NVidia drivers and 
the module is loaded, but I don't get a splash screen. In XFree86.0.log there 
is this:

	Setting up tile and stipple cache:
		16 128x128 slots
		4 256x256 slots
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-GLX
Symbol __glXActiveScreens from module 
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module 
/usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD

Consequently, I'm operating in what looks like 16 colours :¬(
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-02-02 11:19:40 UTC
Turn of "dri" support under extensions in your /etc/X11/XF86Config and you
should be ok.
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-02-02 14:04:47 UTC
Change "Depth 24" to "DefaultColorDepth 24" to fix your second problem.