Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New monitor problems. < sighs >
Date: Wed, 15 Dec 2010 09:01:15
Message-Id: 20101215085854.03b4b1e7@digimed.co.uk
In Reply to: [gentoo-user] New monitor problems. < sighs > by Dale
1 On Wed, 15 Dec 2010 02:40:48 -0600, Dale wrote:
2
3 > [ 2081.057] (EE) Failed to load module "dri" (module does not exist, 0)
4 > [ 2081.057] (EE) Failed to load module "dri2" (module does not exist,
5 > 0) [ 2082.101] (EE) NVIDIA(0): Failed to obtain a shared memory
6 > identifier: Function not
7 > [ 2082.101] (EE) NVIDIA(0): implemented
8 > [ 2082.118] (EE) NVIDIA: Failed to load module "dri2" (module does not
9 > exist, 0)
10 > [ 2082.120] (EE) Failed to initialize GLX extension (Compatible NVIDIA
11 > X driver not found)
12 > root@smoker / #
13
14 You haven't loaded the glx module, try this in xorg.conf
15
16 Section "Module"
17 Load "glx"
18 Disable "dri"
19 Disable "dri2"
20 EndSection
21
22 Also, what does "eselect opengl list" show?
23
24
25 --
26 Neil Bothwick
27
28 Nostalgia isn't what it used to be.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] New monitor problems. < sighs > Teemu Vartiainen <vartiainen.teemu@×××××.com>
Re: [gentoo-user] New monitor problems. < sighs > Dale <rdalek1967@×××××.com>