/* $XFree86: xc/programs/Xserver/hw/xfree86/common/XF86_GLINT.c,v 3.3.2.1 1998/08/07 13:27:46 hohndel Exp $ */ #include "X.h" #include "os.h" #define _NO_XF86_PROTOTYPES #include "xf86.h" #include "xf86_Config.h" extern ScrnInfoRec glintInfoRec; /* * This limit is currently set to 80MHz because this is the limit of many * ramdacs when running in 1:1 mode. It will be increased when support * is added for using the ramdacs in 2:1 mode. Increasing this limit * could result in damage to your hardware. */ #define GLINT_MAX_CLOCK 220000 int glintMaxClock = GLINT_MAX_CLOCK; ScrnInfoPtr xf86Screens[] = { &glintInfoRec, }; int xf86MaxScreens = sizeof(xf86Screens) / sizeof(ScrnInfoPtr); int xf86ScreenNames[] = { ACCEL, -1 }; int glintValidTokens[] = { STATICGRAY, GRAYSCALE, STATICCOLOR, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR, CHIPSET, CLOCKS, MODES, OPTION, VIDEORAM, VIEWPORT, VIRTUAL, CLOCKPROG, BIOSBASE, MEMBASE, -1 }; #include "xf86ExtInit.h"