On Fri, Nov 01, 2002 at 03:27:23PM +0000, Keith Whitwell wrote:
> Ian Romanick wrote:
> > I'm running Viewperf for the first time.  The drv-08 test doesn't look right
> > to me using the R100 driver.  For most of the test, the screen is totally
> > black.  When there is something on the screen, it looks like the far
> > clip-plane isn't set quite right.  It does NOT look like this
> > w/LIBGL_ALWAYS_INDIRECT set.  Ideas?
> 
> Ian,
> 
> I haven't downloaded viewperf 7 yet.  Can you detail your experiences building 
> & running it apart from this bug?  IE:  Is it going to be a pita to get 
> running, and if so, any helpful hints?

I did run into a couple minor issues.  The first one being that there is NO
documentation on how to build or run the thing!  In order to build it, edit
the 'include' line at the head of src/makefile.linux.  The name of the file
that is included (I can't remember of the top of my head) should be all
upper case.  To build (from the top level):

make -C src -f makefile.linux
cp src/viewperf viewperf/

The second problem is the runall.csh script is just wrong.  The invocation
of '../vpost/vpost x y > foo' should be '../vpost/vpost.pl -v x y > foo'
(where x, y, and foo are different files for each data set).

The third problem is the #! line at the beginning of vpost/vpost.pl didn't
point to the right perl on my system.

The next step is for some adventureous person to make a .spec file for
viewperf so that RPMs can be made...

-- 
Smile!  http://antwrp.gsfc.nasa.gov/apod/ap990315.html


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to