|
version 3.66, 1997/01/19 12:50:34
|
version 3.67, 1997/02/16 10:27:16
|
|
|
|
| /* | /* |
| * $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.65 1997/01/18 06:55:32 dawes Exp $ |
* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.66 1997/01/19 12:50:34 dawes Exp $ |
| * | * |
| * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. | * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. |
| * | * |
|
|
|
| Bool xf86coFlag = FALSE; | Bool xf86coFlag = FALSE; |
| Bool xf86sFlag = FALSE; | Bool xf86sFlag = FALSE; |
| Bool xf86ProbeOnly = FALSE; | Bool xf86ProbeOnly = FALSE; |
| |
Bool xf86ShowUnresolved = FALSE; |
| char xf86ConfigFile[PATH_MAX] = ""; | char xf86ConfigFile[PATH_MAX] = ""; |
| int xf86bpp = -1; | int xf86bpp = -1; |
| xrgb xf86weight = { 0, 0, 0 } ; /* RGB weighting at 16 bpp */ | xrgb xf86weight = { 0, 0, 0 } ; /* RGB weighting at 16 bpp */ |
|
|
|
| FatalError("XF86Config path name too long\n"); | FatalError("XF86Config path name too long\n"); |
| strcpy(xf86ConfigFile, argv[i+1]); | strcpy(xf86ConfigFile, argv[i+1]); |
| return 2; | return 2; |
| |
} |
| |
if (!strcmp(argv[i],"-showunresolved")) |
| |
{ |
| |
xf86ShowUnresolved = TRUE; |
| |
return 1; |
| } | } |
| if (!strcmp(argv[i],"-probeonly")) | if (!strcmp(argv[i],"-probeonly")) |
| { | { |