Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia driver 177.80 + xorg 1.5.1 + Compiz
Date: Wed, 22 Oct 2008 23:23:49
Message-Id: 48FFB600.2090501@wright.org
In Reply to: Re: [gentoo-user] nvidia driver 177.80 + xorg 1.5.1 + Compiz by Nicola
1 Nicola wrote:
2 > Excuse me, could you write down your system configuration?
3 >
4 > Xorg version, Kernel version, Gcc, Nvidia-drivers, Hal version, compiz-fusion
5 > version.
6
7 Basically just a ~x86 system with dual monitors (twinview).
8
9 royw-gentoo ~ # cat /etc/portage/package.mask/monolithic
10 # packages that currently fail to compile
11 =sys-fs/encfs-1.4.2
12 =media-video/mplayer-1.0_rc2_p27725
13 =sys-apps/util-linux-2.14.1
14
15 royw-gentoo ~ # eix -Ic xorg
16
17 [I] app-doc/xorg-docs (1.4-r1@06/30/2008)
18 [I] app-doc/xorg-sgml-doctools (1.2@09/14/2008)
19 [I] x11-base/xorg-server (1.5.2@10/16/2008)
20 [I] x11-base/xorg-x11 (7.4@10/06/2008)
21 [I] x11-misc/xorg-cf-files (1.0.2@06/30/2008)
22
23
24 royw-gentoo ~ # cat /proc/version
25
26 Linux version 2.6.25-gentoo-r6 (root@royw-gentoo) (gcc version 4.3.1
27 (Gentoo 4.3.1 p1.0) ) #7 SMP Thu Sep 25 03:52:13 CDT 2008
28
29
30
31 royw-gentoo ~ # eix -Ice gcc
32
33 [U] sys-devel/gcc (3.3.6-r1(3.3)@06/22/2008 4.3.1(4.3)@06/29/2008
34
35 royw-gentoo ~ # eix -Ic nvidia
36
37 [I] media-video/nvidia-settings (177.80@10/13/2008)
38 [I] x11-drivers/nvidia-drivers (177.80@10/19/2008)
39
40
41 royw-gentoo ~ # eix -Ice hal
42
43 [I] sys-apps/hal (0.5.11-r3@10/19/2008)
44
45 compiz not installed.
46
47 royw-gentoo ~ # cat /etc/X11/xorg.conf | grep -vP "^\s*#"
48 Section "ServerLayout"
49 Identifier "Layout0"
50 Screen 0 "Screen0"
51 EndSection
52
53 Section "Files"
54 ModulePath "/usr/lib/xorg/modules"
55 FontPath "/usr/share/fonts/misc/"
56 FontPath "/usr/share/fonts/Type1/"
57 FontPath "/usr/share/fonts/TTF/"
58 FontPath "/usr/share/fonts/OTF/"
59 FontPath "/usr/share/fonts/corefonts"
60 FontPath "/usr/share/fonts/freefonts"
61 FontPath "/usr/share/fonts/terminus"
62 FontPath "/usr/share/fonts/ttf-bitstream-vera"
63 FontPath "/usr/share/fonts/unifont"
64 FontPath "/usr/share/fonts/75dpi"
65 FontPath "/usr/share/fonts/100dpi"
66 FontPath "/usr/share/fonts/cyrillic/"
67 EndSection
68
69 Section "Module"
70 Load "dbe"
71 Load "extmod"
72 Load "freetype"
73 Load "glx"
74 Load "xtrap"
75 Load "wfb"
76 Load "dri"
77 EndSection
78
79 Section "Monitor"
80 Identifier "Monitor0"
81 VendorName "Unknown"
82 ModelName "Unknown"
83 HorizSync 30.0 - 110.0
84 VertRefresh 50.0 - 150.0
85 Option "DPMS"
86 EndSection
87
88 Section "Device"
89 Identifier "Device0"
90 Driver "nvidia"
91 VendorName "NVIDIA Corporation"
92 Option "TwinView"
93 Option "UseEdidFreqs" "true"
94 Option "UseEDID" "true"
95 Option "UseDisplayDevice" "DFP-0, DFP-1"
96 Option "MetaModes" "DFP-0: 1920x1200, DFP-1: 1920x1200;
97 DFP-0: 1920x1200, DFP-1: NULL; DFP-0: NULL, DFP-1: 1920x1200"
98 Option "MonitorHorizSync" "UseEdidFreqs"
99 Option "MonitorVertRefresh" "UseEdidFreqs"
100 Option "SecondMonitorHorizSync" "UseEdidFreqs"
101 Option "SecondMonitorVertRefresh" "UseEdidFreqs"
102 Option "TwinViewOrientation" "DFP-1 RightOf DFP-0"
103 Option "TwinViewXineramaInfoOrder" "DFP-0"
104 Option "TripleBuffer" "false"
105 Option "RandRRotation" "true"
106 Option "RenderAccel" "true"
107 Option "AddARGBGLXVisuals" "true"
108 Option "UseEvents" "false"
109 Option "PixmapCacheSize" "2000000"
110 Option "OnDemandVBlankInterrupts" "True"
111 Option "NvAGP" "0" # disable AGP
112 Option "DamageEvents" "1"
113 Option "InitialPixmapPlacement" "2"
114 Option "DPMS" "TRUE"
115 Option "NoLogo" "1" # disable drawing of NVidia logo
116 Option "AllowIndirectPixmaps" "false"
117 Option "AllowSHMPixmaps" "0"
118 Option "Coolbits" "1"
119 EndSection
120
121 Section "Screen"
122 Identifier "Screen0"
123 Device "Device0"
124 Monitor "Monitor0"
125 DefaultDepth 24
126 SubSection "Display"
127 Depth 24
128 EndSubSection
129 EndSection
130
131 Section "Extensions"
132 Option "Composite" "enable"
133 EndSection
134
135
136 Also after kde startup running:
137
138 nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
139
140 still seems to help.
141
142 HTH,
143 Roy

Replies

Subject Author
Re: [gentoo-user] nvidia driver 177.80 + xorg 1.5.1 + Compiz Nicola <neodarklight@×××××.com>