Index: [thread] [date] [subject] [author]
  From: Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
  To  : ggi-develop@eskimo.com
  Date: Fri, 11 Sep 1998 23:27:53 +0200 (MEST)

Re: S3 Vision driver..

On Fri, 11 Sep 1998, David Waite wrote:

> Jan, if you are around, have you done any work since the version of the
> driver in CVS? I am moving from debugging my code looking for a problem, to
> debugging the S3 driver, I want to make sure we are up to sync =)
no, i havn't done anything since my cvs-commit.
 
> First on my agenda is to tack on a DEBUG to print off all the registers so I
> can tell what the state is going to.. then if that doesn't reveal anything,
> time to move on to XFree and SVGALib sources.. (ack! the X source just sucks
> though for trying to figure *anything* out..)
for the DEBUG-issue use

save_state(dpy, &debug_state);
dump_state(dpy, &debug_state);

these two lines are giving you well formated register output.
 
thats all
  Jan

--- 
       Project: GGI - S3-Vision-driver -- http://www.ggi-project.org/
         -)=  Jan (Weigon) Kneschke -- Kiel -- Northern Germany =(-

Index: [thread] [date] [subject] [author]