From ssarkar@rcf.usc.edu  Sat Jun 19 18:11:56 1993
Received: from alnitak.usc.edu by bohr.physics.purdue.edu (5.65/2.7)
	id AA26219; Sat, 19 Jun 93 18:11:56 -0501
Received: from almaak.usc.edu by alnitak.usc.edu (4.1/SMI-4.1+ucs-3.6)
	id AA19944; Sat, 19 Jun 93 16:08:17 PDT
Received: by almaak.usc.edu (4.1/SMI-4.1+ucs-3.6)
	id AA00203; Sat, 19 Jun 93 16:08:13 PDT
Date: Sat, 19 Jun 93 16:08:13 PDT
From: ssarkar@rcf.usc.edu (Subrata Sarkar)
Message-Id: <9306192308.AA00203@almaak.usc.edu>
To: bcr@physics.purdue.edu

Hello,
        Thank you very much for your help. I now have X windows
running in full color with a 1024x730 resolution. Here is my Xconfig
file. 

Thanks.

Subrata.
-------------------------------------------------------------------------
# Card:          Trident 8900C (JAX 8212)
# Monitor:       Samsung Syncmaster 3
#
# $Header: /home/x_cvs/mit/server/ddx/x386/Xconfig.cpp,v 1.8 1993/01/24 03:47:46 dawes Exp $
# $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
#
# Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Thomas Roell not be used in
# advertising or publicity pertaining to distribution of the software without
# specific, written prior permission.  Thomas Roell makes no representations
# about the suitability of this software for any purpose.  It is provided
# "as is" without express or implied warranty.
#
# THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# Author:  Thomas Roell, roell@informatik.tu-muenchen.de
#
# Extensive modifications by the XFree86 Core Team

#
# ** Refer to the X386 man page for details about the format of this file **
# ** The X386 man page is installed as /usr/X386/man/man1/X386.1x **
#

#
# some nice paths, to avoid conflicts with other X-servers
#
RGBPath		"/usr/X386/lib/X11/rgb"

#
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
FontPath	"/usr/X386/lib/X11/fonts/misc/"
FontPath	"/usr/X386/lib/X11/fonts/Type1/"
FontPath	"/usr/X386/lib/X11/fonts/Speedo/"
FontPath	"/usr/X386/lib/X11/fonts/75dpi/"
# FontPath	"/usr/X386/lib/X11/fonts/100dpi/"

#
# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#
# NoTrapSignals

#
# Enable this to use the XQUEUE driver for keyboard and mouse handling
# under System V.  This may go away in the future.
#
# Note - If you use XQUEUE, you must comment out the keyboard and
#        mouse definitions.
#
# Xqueue

#
# Keyboard and various keyboard-related parameters
#
Keyboard
  AutoRepeat 500 5
  ServerNumLock
#  Xleds      1 2 3
#  DontZap
#
# To set the LeftAlt to Meta, RightAlt key to ModeShift, 
# RightCtl key to Compose, and ScrollLock key to ModeLock:
# 
   LeftAlt     Meta
   RightAlt    ModeShift
   RightCtl    Compose
#  ScrollLock  ModeLock

#
# Mouse definition and related parameters
#
   Microsoft    "/dev/mouse"
#  Logitech	"/dev/ttys0"
   BaudRate	1200
#  SampleRate	150
#  Emulate3Buttons

#
# The graphics drivers
# First the 8-bit colour SVGA driver
#
vga256

#
# To disable SpeedUp, use NoSpeedUp
#
#  NoSpeedUp
#  Virtual	1152 900

  Virtual	1024 768
  ViewPort      0 0
  Modes	        "1024x730" "800x600" "640x480"

Chipset		"tvga8900c"

#
# Next the 1-bit mono SVGA driver
#
vga2

  Virtual	800 600
  ViewPort      0 0
#  Modes	        "640x480"
   Modes        "800x600" "640x480"

#
# The Hercules driver.  For Hercules, the only valid configuration option
# is ScreenNo (refer to the manual page).
#
# hga2

#
# And last,  the database of video modes
#
ModeDB
# OFFICIAL VESA Monitor timings + IBM Standards - TRY THESE FIRST
# Contributor:          Thomas Roell [roell@sgcs.com]
# Last Edit Date:       3/29/92
#
# name        clock   horizontal timing     vertical timing      flags
 "640x480"     25      640  664  760  800    480  491  493  525
 "800x600"     36      800  816  996 1020    600  604  634  638
 "1024x730"    50      1024 1040 1172 1320   730  731  735  755

