Gentoo Archives: gentoo-dev

From: Stefan Jones <cretin@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] My take on prelink
Date: Tue, 07 Jan 2003 13:35:25
Message-Id: 33593.213.121.89.82.1041946374.squirrel@webmail.churchillrandoms.co.uk
In Reply to: [gentoo-dev] My take on prelink by lakicsv@ntlworld.com
1 > Yes, I could switch to nv driver, but then I would loose my TV-out for
2 > watching dvds, and I cannot start any movie in fullscreen with xvideo
3 > under mplayer (trust me I tried hard) not to mention games...
4 >
5
6 You can still use the nvidia xfree driver, but you cannot use the nvidia
7 libGL.so library (opengl-update xfree). So the XFree non-openGL bits work
8 fine.I have such a card and unless I want to use 3D stuff it works fine.
9 If you want to play a game, run opengl-update nvidia, and then play.
10
11 > Is there any hope to remedy these problems? How other distros handle
12 > the nvidia probs? Red hat and mandrake supposedly prelinked, and they
13 > use nvidia rpms...
14
15 Well in there case, any use of the nvidia shared librarys will make
16 prelink not produce quicker dynamic symbol resolution (startup times). In
17 fact binary distrobutions lose the prelink benefits everytime you upgrade
18 a library. Prelinking only help you there if you use the EXACT packages
19 they provide. (not a later or earier version)
20 >
21 > What about wine? Even running calc.exe can take a good ten seconds to
22 > start up...
23
24 MS executables running under wine do not use ld-linux.so.2 as their
25 linker, wine does that for them, and so prelink cannot do anything. It
26 links dlls not ELF files.
27
28
29
30
31 --
32 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] My take on prelink Viktor Lakics <viktor@××××××.net>