Gentoo Archives: gentoo-user

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo on compiz problems
Date: Fri, 16 Mar 2012 16:59:14
Message-Id: 4F637106.5060808@googlemail.com
In Reply to: Re: [gentoo-user] gentoo on compiz problems by Nilesh Govindrajan
1 Hi Nilesh!
2
3 Am 16.03.2012 13:49, schrieb Nilesh Govindrajan:
4 > I think you need to be present in the video group.
5
6 I am;
7 > Clearly the problem is because access is denied to your video card.
8 > Just ls -l /dev/nvidiactl (you should see group video there)
9
10 tamer@office ~ $ ls -lA /dev/nvidiactl
11 crw-rw---- 1 root video 195, 255 16. Mär 17:25 /dev/nvidiactl
12
13 > yourself to the group.
14 >
15 > gpasswd -a <your username> video
16 >
17
18 It is. and I still get the same message :(
19
20 NVIDIA: could not open the device file /dev/nvidiactl (Permission denied).
21
22 I looked at my xorg.conf and added certain lines:
23
24 At Section "ServerLayout" I added:
25
26 Option "AIGLX" "true"
27
28
29
30 At Section "Extensions" I added:
31 Option "Composite" "Enable"
32
33 an t Section "Screen" I added as well:
34 Option "AddARGBGLXVisuals" "True"
35
36
37
38 > If the group is something else as the ls -l reveals, add yourself to
39 > that group (unless it's root or wheel). If the group is root or wheel,
40 > you need to modify udev/mdev rules which I'm not aware of much.
41 >
42
43 but always, even if I run compiz-manager as root (sudo compiz-manager),
44 I receive THIS ERROR:
45
46 Checking for Xgl: not present
47
48
49 and I am not getting smart what I did wrong.
50
51
52 xorg was built with these flags:
53
54 x11-base/xorg-server-1.11.2-r2 was built with the following:
55 USE="ipv6 kdrive (multilib) nptl udev xorg -dmx -doc -minimal
56 -static-libs -tslib -xnest -xvfb"
57 LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,lazy"
58
59
60
61 here is my xorg.xonf.....
62
63 http://pastebin.mozilla.org/1522488
64
65
66
67 Tamer