Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Loss of performance...OpenGL?
Date: Sun, 11 Jan 2009 16:46:52
Message-Id: 200901111746.39027.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] Loss of performance...OpenGL? by meino.cramer@gmx.de
1 On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
2 > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:55]:
3 > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
4 > > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:35]:
5 > > > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
6 > > > > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [09-01-11 15:15]:
7 > > > > > > On Sonntag 11 Januar 2009, meino.cramer@×××.de wrote:
8 > > > > > > > > are you using composite? if yes, don't. Or install the latest
9 > > > > > > > > nvidia driver.
10 > > > > > > >
11 > > > > > > > In my initial posting I mentioned the driver, which is
12 > > > > > > > installed on my PC
13 > > > > > > >
14 > > > > > > > > > x11-drivers/nvidia-drivers-177.82 USE="acpi gtk
15 > > > > > > > > > -custom-cflags (-multilib)
16 > > > > > > >
17 > > > > > > > This is -- according to "emerge -pv..." the newest available...
18 > > > > > >
19 > > > > > > no, it is not. The latest are 180something and they solved some
20 > > > > > > 2d slowness issues with that driver.
21 > > > > > >
22 > > > > > > > Is it needed to switch off Composite with that version ?
23 > > > > > >
24 > > > > > > composite makes 2d very slow with drivers prior to 180. You don't
25 > > > > > > have to disable composite in xorg.conf. Just don't use compiz and
26 > > > > > > deactivate all effects in gnome/kde.
27 > > > > > > btw, xorg.conf would be nice to see.
28 > > > > >
29 > > > > > ...eeeh...how can I get the newest driver in a gentoo-compatible
30 > > > > > way?
31 > > > >
32 > > > > look into bugzilla - I am pretty sure somebody posted an updated
33 > > > > ebuild already. Download it, put it into your overlay, ebuild
34 > > > > ...ebuild manifest and emerge it.
35 > > > >
36 > > > > > I set
37 > > > > >
38 > > > > > x11-drivers/nvidia-drivers ~x86
39 > > > > >
40 > > > > > in /etc/package/package-keywords.
41 > > > > >
42 > > > > > Emerge reports the previously mentioned (non-180) version of the
43 > > > > > nvidia drivers.
44 > > > > >
45 > > > > > I attached Xorg.conf to this email.
46 > > > >
47 > > > > and I cleaned it up a bit:
48 > > > >
49 > > > > Section "Module"
50 > > > > Load "glx"
51 > > > > EndSection
52 > > > >
53 > > > > Section "ServerFlags"
54 > > > > Option "AllowMouseOpenFail" "true"
55 > > > > EndSection
56 > > > >
57 > > > > Section "InputDevice"
58 > > > > Identifier "Keyboard1"
59 > > > > Driver "kbd"
60 > > > > Option "AutoRepeat" "500 30"
61 > > > > # Specify which keyboard LEDs can be user-controlled (eg, with
62 > > > > xset(1)) Option "LeftAlt" "Meta"
63 > > > > Option "RightAlt" "ModeShift"
64 > > > > Option "ScrollLock" "Compose"
65 > > > > Option "RightCtl" "Control"
66 > > > > Option "XkbOptions"
67 > > > > "lv3:win_switch,ctrl:nocaps,compose:rwin" # To customise the XKB
68 > > > > settings to suit your keyboard, modify the Option "XkbModel"
69 > > > > "pc102"
70 > > > > Option "XkbLayout" "de"
71 > > > > Option "XkbVariant" "nodeadkeys"
72 > > > > EndSection
73 > > > >
74 > > > > Section "InputDevice"
75 > > > > Identifier "Mouse1"
76 > > > > Driver "mouse"
77 > > > > Option "Protocol" "IMPS/2"
78 > > > > # Option "Device" "/dev/input/mouse0"
79 > > > > Option "Device" "/dev/input/mice"
80 > > > > Option "Buttons" "5"
81 > > > > Option "ZAxisMapping" "4 5"
82 > > > > # When using XQUEUE, comment out the above two lines, and uncomment
83 > > > > Option "ChordMiddle"
84 > > > > EndSection
85 > > > >
86 > > > > Section "Monitor"
87 > > > > Identifier "HM903DT"
88 > > > > Option "DPMS"
89 > > > > EndSection
90 > > > >
91 > > > > Section "Device"
92 > > > >
93 > > > > # Option "Overlay" "true"
94 > > > > # Option "UBB" "true"
95 > > > > # Option "CIOverlay" "true"
96 > > > > # VideoRam 66560
97 > > > > Identifier "n7600GT"
98 > > > > Driver "nvidia"
99 > > > > Option "NvAGP" "3"
100 > > > > Option "TripleBuffer" "true"
101 > > > > Option "NoLogo" "1"
102 > > > > Option "BackingStore" "True"
103 > > > > EndSection
104 > > > >
105 > > > > Section "Screen"
106 > > > > Identifier "Screen 1"
107 > > > > Device "n7600GT"
108 > > > > Monitor "HM903DT"
109 > > > > DefaultDepth 24
110 > > > > SubSection "Display"
111 > > > > Viewport 0 0
112 > > > > Depth 24
113 > > > > EndSubSection
114 > > > > EndSection
115 > > > >
116 > > > > you could try without bs and tb.
117 > > >
118 > > > This xorg.conf gaves me a flickery (to low refresh rate) highly
119 > > > offseted screen with slim and after login the screen is somehow
120 > > > scrambled blockwise. I am not using hal for X11 due to othe problems
121 > > > (see previous problems reported here).
122 > > > I switched back to my old xorg.conf.
123 > > >
124 > > > What do you mean with "ts" and "bs"?
125 > >
126 > > strange. Your monitor and your card should set up a perfect picture just
127 > > by using edid data.
128 > > tb = triple buffering, bs = backingstore.
129 >
130 > With the new ebuild for the nvidia-180* driver I installed that
131 > driver. Now disturtion of dvb-t broadcast has gone but still having
132 > high system load (system processes). The beside kaffeine quiet system
133 > gets about 50% system process load (sum of both CPUs).
134 >
135 > I removed backingstore and triple buffering in beforehand.
136 >
137 > Any ideas to decrease load?
138
139 you could try xine or mplayer - from their cvs. AFAIK they support vdpau,
140 which means nice video acceleration. Or you could try tvtime as a tv
141 application. Is kaffeine using xv or shm?

Replies

Subject Author
Re: [gentoo-user] Loss of performance...OpenGL? meino.cramer@×××.de