Gentoo Archives: gentoo-user

From: Bob Sanders <rmsand@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Hardware Testing a PC
Date: Sat, 21 Jan 2006 03:40:32
Message-Id: 20060120193604.7eae4301@chi.speakeasy.net
In Reply to: Re: [gentoo-user] Hardware Testing a PC by Neil Bothwick
1 On Fri, 20 Jan 2006 09:26:23 +0000
2 Neil Bothwick <neil@××××××××××.uk> wrote:
3
4
5 > Try searching Freshmeat for "stress test", there are several programs to
6 > put network, CPU, I/O etc. through their paces. There's also StressLinux,
7 > a live CD containing a number of these programs.
8 >
9
10 emerge -uDNav stress
11
12 Generally, it's best to add -
13
14 emerge -uDNav rss-glx
15
16 The start up one or more of the screensavers via the commandline -
17 /usr/lib/misc/xscreensaver/skyrocket
18
19 which will test both openGL and sound. Add stress on the command line and
20 that takes care of most things except 2D dma. But because desktops, like KDE,
21 Gnome, e17, all use a layer over the X root window, one can't see the test happen.
22
23 Assuming e16, flux, openbox, etc. a script would be created that does the following -
24
25 Sets up odd and even forefground and background with solid colors like blue, green,
26 red, yellow. Sets the bitmap path to /usr/include/X11/bitmaps and then create a loop
27 that takes the bitmaps, one by one, found in the previous path and rotates each one
28 though xsetroot - xsetroot -bitmap $bgpath/$bg -fg $oddfg -bg $oddbg
29 Then sleep for a few sec, and get the next combo. Then do all the even background
30 combos.
31
32 Bob
33 -
34 --
35 gentoo-user@g.o mailing list