Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Loss of performance...OpenGL?
Date: Sun, 11 Jan 2009 17:46:57
Message-Id: 20090111174638.GB21576@solfire
In Reply to: Re: [gentoo-user] Loss of performance...OpenGL? by Volker Armin Hemmann
1 Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 17:49]:
2 > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
3 > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:55]:
4 > > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
5 > > > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:35]:
6 > > > > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
7 > > > > > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:15]:
8 > > > > > > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
9 > > > > > > > > > are you using composite? if yes, don't. Or install the latest
10 > > > > > > > > > nvidia driver.
11 > > > > > > > >
12 > > > > > > > > In my initial posting I mentioned the driver, which is
13 > > > > > > > > installed on my PC
14 > > > > > > > >
15 > > > > > > > > > > x11-drivers/nvidia-drivers-177.82 USE="acpi gtk
16 > > > > > > > > > > -custom-cflags (-multilib)
17 > > > > > > > >
18 > > > > > > > > This is -- according to "emerge -pv..." the newest available...
19 > > > > > > >
20 > > > > > > > no, it is not. The latest are 180something and they solved some
21 > > > > > > > 2d slowness issues with that driver.
22 > > > > > > >
23 > > > > > > > > Is it needed to switch off Composite with that version ?
24 > > > > > > >
25 > > > > > > > composite makes 2d very slow with drivers prior to 180. You don't
26 > > > > > > > have to disable composite in xorg.conf. Just don't use compiz and
27 > > > > > > > deactivate all effects in gnome/kde.
28 > > > > > > > btw, xorg.conf would be nice to see.
29 > > > > > >
30 > > > > > > ...eeeh...how can I get the newest driver in a gentoo-compatible
31 > > > > > > way?
32 > > > > >
33 > > > > > look into bugzilla - I am pretty sure somebody posted an updated
34 > > > > > ebuild already. Download it, put it into your overlay, ebuild
35 > > > > > ...ebuild manifest and emerge it.
36 > > > > >
37 > > > > > > I set
38 > > > > > >
39 > > > > > > x11-drivers/nvidia-drivers ~x86
40 > > > > > >
41 > > > > > > in /etc/package/package-keywords.
42 > > > > > >
43 > > > > > > Emerge reports the previously mentioned (non-180) version of the
44 > > > > > > nvidia drivers.
45 > > > > > >
46 > > > > > > I attached Xorg.conf to this email.
47 > > > > >
48 > > > > > and I cleaned it up a bit:
49 > > > > >
50 > > > > > Section "Module"
51 > > > > > Load "glx"
52 > > > > > EndSection
53 > > > > >
54 > > > > > Section "ServerFlags"
55 > > > > > Option "AllowMouseOpenFail" "true"
56 > > > > > EndSection
57 > > > > >
58 > > > > > Section "InputDevice"
59 > > > > > Identifier "Keyboard1"
60 > > > > > Driver "kbd"
61 > > > > > Option "AutoRepeat" "500 30"
62 > > > > > # Specify which keyboard LEDs can be user-controlled (eg, with
63 > > > > > xset(1)) Option "LeftAlt" "Meta"
64 > > > > > Option "RightAlt" "ModeShift"
65 > > > > > Option "ScrollLock" "Compose"
66 > > > > > Option "RightCtl" "Control"
67 > > > > > Option "XkbOptions"
68 > > > > > "lv3:win_switch,ctrl:nocaps,compose:rwin" # To customise the XKB
69 > > > > > settings to suit your keyboard, modify the Option "XkbModel"
70 > > > > > "pc102"
71 > > > > > Option "XkbLayout" "de"
72 > > > > > Option "XkbVariant" "nodeadkeys"
73 > > > > > EndSection
74 > > > > >
75 > > > > > Section "InputDevice"
76 > > > > > Identifier "Mouse1"
77 > > > > > Driver "mouse"
78 > > > > > Option "Protocol" "IMPS/2"
79 > > > > > # Option "Device" "/dev/input/mouse0"
80 > > > > > Option "Device" "/dev/input/mice"
81 > > > > > Option "Buttons" "5"
82 > > > > > Option "ZAxisMapping" "4 5"
83 > > > > > # When using XQUEUE, comment out the above two lines, and uncomment
84 > > > > > Option "ChordMiddle"
85 > > > > > EndSection
86 > > > > >
87 > > > > > Section "Monitor"
88 > > > > > Identifier "HM903DT"
89 > > > > > Option "DPMS"
90 > > > > > EndSection
91 > > > > >
92 > > > > > Section "Device"
93 > > > > >
94 > > > > > # Option "Overlay" "true"
95 > > > > > # Option "UBB" "true"
96 > > > > > # Option "CIOverlay" "true"
97 > > > > > # VideoRam 66560
98 > > > > > Identifier "n7600GT"
99 > > > Driver "nvidia"
100 > > > > > Option "NvAGP" "3"
101 > > > > > Option "TripleBuffer" "true"
102 > > > > > Option "NoLogo" "1"
103 > > > > > Option "BackingStore" "True"
104 > > > > > EndSection
105 > > > > >
106 > > > > > Section "Screen"
107 > > > > > Identifier "Screen 1"
108 > > > > > Device "n7600GT"
109 > > > > > Monitor "HM903DT"
110 > > > > > DefaultDepth 24
111 > > > > > SubSection "Display"
112 > > > > > Viewport 0 0
113 > > > > > Depth 24
114 > > > > > EndSubSection
115 > > > > > EndSection
116 > > > > >
117 > > > > > you could try without bs and tb.
118 > > > >
119 > > > > This xorg.conf gaves me a flickery (to low refresh rate) highly
120 > > > > offseted screen with slim and after login the screen is somehow
121 > > > > scrambled blockwise. I am not using hal for X11 due to othe problems
122 > > > > (see previous problems reported here).
123 > > > > I switched back to my old xorg.conf.
124 > > > >
125 > > > > What do you mean with "ts" and "bs"?
126 > > >
127 > > > strange. Your monitor and your card should set up a perfect picture just
128 > > > by using edid data.
129 > > > tb = triple buffering, bs = backingstore.
130 > >
131 > > With the new ebuild for the nvidia-180* driver I installed that
132 > > driver. Now disturtion of dvb-t broadcast has gone but still having
133 > > high system load (system processes). The beside kaffeine quiet system
134 > > gets about 50% system process load (sum of both CPUs).
135 > >
136 > > I removed backingstore and triple buffering in beforehand.
137 > >
138 > > Any ideas to decrease load?
139 >
140 > you could try xine or mplayer - from their cvs. AFAIK they support vdpau,
141 > which means nice video acceleration. Or you could try tvtime as a tv
142 > application. Is kaffeine using xv or shm?
143 >
144 >
145
146 once a upon a time I choose kaffeine over xine, mplayer and such,
147 because channel switching seems a lot of pain to be with the others
148 to me.
149 And to setup the chennel frequencies and settings....uuuuhhh.
150
151 Kafeine: "Scan channels", "Add channels"...and you are done.
152
153 But may be my experience is to old in this special case.
154
155 By the way:
156 xv is a lot of [CENSORED] with my NVIDIA card. I had a lot of trouble
157 to find a way to regulate brightness and such on a per application
158 basis. The only way I found (which by no means is to be read as
159 "there is no other way than..." ;) was to switch the xine
160 video interface of kaffeine from xv to xshm.
161
162 May be there is another chance in this corner of the problem to improve
163 all this?
164
165 Suggestions are welcome :)
166 Very welcome.... :O)
167
168
169
170
171
172 --
173 Please don't send me any Word- or Powerpoint-Attachments
174 unless it's absolutely neccessary. - Send simply Text.
175 See http://www.gnu.org/philosophy/no-word-attachments.html
176 In a world without fences and walls nobody needs gates and windows.

Replies

Subject Author
Re: [gentoo-user] Loss of performance...OpenGL? Volker Armin Hemmann <volkerarmin@××××××××××.com>