You are not logged in.

#1 2007-11-07 13:21:40

CuleX
Member
Registered: 2007-09-15
Posts: 107

Xorg-server update - nvidia-utils not found?!

Hello

After the update of xorg-server:
:: Could not detect nvidia-utils on system
:: Will attempt to use built-in libwfb

What IS this? I got an nVidia Quadro 4 980 XGL, which isn't supported anymore, i have to stick with the nvidia-96xx drivers. Can be a check for nvidia-96xx-utils? They're nvidia-utils for another version, so what's wrong with 'em?

CuleX

Offline

#2 2007-11-07 14:12:20

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Xorg-server update - nvidia-utils not found?!

Hm - good call, I wonder if it should check that.  File a bug-report (Bugs link at the top) and I'm sure it will be looked at.

Offline

#3 2007-11-07 14:57:45

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Xorg-server update - nvidia-utils not found?!

i got this too but i thought it was only cause my nvidia utils is broken. i seem to be using nvidia normally despite that msg when i was upgrading xorg


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#4 2007-11-07 15:18:54

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Xorg-server update - nvidia-utils not found?!

the old nvidia-utils package doesn't come with a custom libwfb.so version and uses the built-in xorg version of the library. There's no need to worry about this.

Offline

#5 2007-11-07 17:09:28

kth5
Member
Registered: 2004-04-29
Posts: 657
Website

Re: Xorg-server update - nvidia-utils not found?!

JGC wrote:

the old nvidia-utils package doesn't come with a custom libwfb.so version and uses the built-in xorg version of the library. There's no need to worry about this.

Exactly, only nvidia 100.x and newer come with their own wfb and should not use the one xorg-server 1.4 started to provide.

Last edited by kth5 (2007-11-07 17:09:41)


I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell

Offline

#6 2007-11-09 01:55:21

GojaN
Member
Registered: 2007-11-09
Posts: 13

Re: Xorg-server update - nvidia-utils not found?!

Hi all!

I got this message to but in my case the direct rendering stop working.
I try to reinstall the nvidia-71xx and nvidia-71xx-utils packages but it's doesn't solve anything.

When I run 'glxinfo' this say:
"Xlib:  extension "GLX" missing on display ":0.0"."

a couple of times and ends with "SEGMENTATION FAULT" error.

In the nvidia-settings options, in section OpenGL/GLX this say:
"The OpenGL extension 'GLX' is not supported by
the X server or there was a problem retrieving
GLX information from the X server."

What can I try to fix it??

Offline

#7 2007-11-10 01:04:33

JonnyJD
Member
From: Berlin
Registered: 2007-11-05
Posts: 50

Re: Xorg-server update - nvidia-utils not found?!

I have exactly the same issue.

I had the same message with nvidia-utils (I use nvidia-71xx)
I get the same message with glxinfo
and when I start a X server I have that in my log:

(II) Initializing built-in extension COMPOSITE
...
(EE) GLX is not supported with the Composite extension

So this might have something to do with some defaults beeing different somewhere. I fixed the glx-issue with that:

Section "Device"
        Identifier  "Card0"
        #Driver      "nv"
        Driver      "nvidia"
...
        Option      "AllowGLXWithComposite" "True"
EndSection

EDIT:
I also want to mention: If this solution doesn't work for you in some GL applications, than maybe you do a different fix:

Section "Extensions"
        Option "Composite" "Disable"
EndSection

Last edited by JonnyJD (2007-11-10 01:16:40)

Offline

Board footer

Powered by FluxBB