Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New monitor problems. < sighs >
Date: Wed, 15 Dec 2010 09:33:49
Message-Id: AANLkTimchaBwLNjnL1aJuUyWYXSouWLdYNzRMMig_iXN@mail.gmail.com
In Reply to: [gentoo-user] New monitor problems. < sighs > by Dale
1 > root@smoker / # cat /media/disk/files/Xorg.0.log | grep EE
2 > [ 2081.047] Current Operating System: Linux fireball 2.6.36-gentoo-r4 #15
3 > SMP PREEMPT Mon Dec 13 01:15:13 CST 2010 x86_64
4 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
5 > [ 2081.048] (II) Loading extension MIT-SCREEN-SAVER
6 > [ 2081.057] (EE) Failed to load module "dri" (module does not exist, 0)
7 > [ 2081.057] (EE) Failed to load module "dri2" (module does not exist, 0)
8 > [ 2082.101] (EE) NVIDIA(0): Failed to obtain a shared memory identifier:
9 > Function not
10 > [ 2082.101] (EE) NVIDIA(0): implemented
11 > [ 2082.118] (EE) NVIDIA: Failed to load module "dri2" (module does not
12 > exist, 0)
13 > [ 2082.120] (EE) Failed to initialize GLX extension (Compatible NVIDIA X
14 > driver not found)
15 > root@smoker / #
16 >
17
18 Can you locate libdri.so, libdri2.so and libglx.so on your file system? On
19 my ATI system they're in /usr/lib64/opengl/xorg-x11/extensions/ so to let
20 xorg know where to look;
21
22 Section "Files"
23 ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
24 EndSection