Index: [thread] [date] [subject] [author]
  From: Brian S. Julin <bri@tull.umassp.edu>
  To  : ggi-develop@eskimo.com
  Date: Sun, 8 Aug 1999 11:02:28 -0400 (EDT)

Re: GL, X, accel and ggi

On Sun, 8 Aug 1999, Michael Gersten wrote:

> p.s. Does anyone have timings for an X display that will give me
> 640 by 480 on the INSIDE of an X window, taking into account window
> boarders and a scroll bar, and a title bar, and menus, and the
> oversized icons at the bottom of the screen? My monitor does 117
> vertical, 64.8 horizontal; my graphics card has a 230 dot clock
> (yea, way overpowered for the monitor.) [Extra credit: 800 x 600
> on the inside]

Since it's a minor tweak, you should be able to just add 16 dots
to the mode by adding 16 dots to the htotal, and as many lines
to the vtotal as necessary.  You might not even have to change the
clock, just adjust the monitor knobs a bit (adjusting the clock might
make the monitor moire, if it is picky).  It's usually safe to make
changes within 3-5% of the normal mode.

--
Brian

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