Gentoo Archives: gentoo-user

From: Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OpenGL problem after xorg upgrade
Date: Mon, 03 Jul 2006 20:17:55
Message-Id: 44A974C0.9050209@vista-express.com
In Reply to: Re: [gentoo-user] OpenGL problem after xorg upgrade by Donnie Berkholz
1 Donnie Berkholz wrote:
2 > Dale wrote:
3 >
4 >> Richard Fish wrote:
5 >>
6 >>> Did you try "eselect opengl nvidia"?
7 >>>
8 >>> -Richard
9 >>>
10 >> Regretfully, yes. Still no go. I even made sure it was actually using
11 >> it too. I selected a NON-OpenGL screen saver and now the CPU doesn't go
12 >> nuts.
13 >>
14 >
15 > Do you have direct rendering working? `glxinfo | grep direct` will tell you.
16 >
17 > Thanks,
18 > Donnie
19 >
20 >
21 > root@smoker / # glxinfo | grep direct
22 > direct rendering: No
23 > root@smoker / #
24
25 Guess not. Hmmmm. From Xorg.0.log:
26
27 > (II) LoadModule: "dri"
28 > (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
29 > (II) Module dri: vendor="X.Org Foundation"
30 > compiled for 7.0.0, module version = 1.0.0
31 > ABI class: X.Org Server Extension, version 0.2
32 > (II) Loading sub module "drm"
33 > (II) LoadModule: "drm"
34 > (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
35 > (II) Module drm: vendor="X.Org Foundation"
36 > compiled for 7.0.0, module version = 1.0.0
37 > ABI class: X.Org Server Extension, version 0.2
38 > (II) Loading extension XFree86-DRI
39
40 Looks like it is loading. All the WW stuff from Xorg.0.log:
41
42 > (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot
43 > compute
44 > (WW) NVIDIA(0): DPI from EDID.
45 <snip>
46 > (WW) NVIDIA(0): Option "standby time" is not used
47 > (WW) NVIDIA(0): Option "suspend time" is not used
48 > (WW) NVIDIA(0): Option "off time" is not used
49 I need to research this one. :-/
50
51 This is from xorg.conf:
52
53 > Section "Module"
54 > Load "glx"
55 > Load "extmod"
56 > Load "xtrap"
57 > Load "record"
58 > Load "dbe"
59 > Load "dri"
60 > Load "freetype"
61 > Load "type1"
62 > EndSection
63
64 Any ideas? Thanks for the help.
65
66 Dale
67 :-) :-)
68
69 --
70 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OpenGL problem after xorg upgrade Donnie Berkholz <spyderous@g.o>
Re: [gentoo-user] OpenGL problem after xorg upgrade Richard Fish <bigfish@××××××××××.org>