Lines Matching refs:VRefresh
73 CVTCheckStandard(int HDisplay, int VDisplay, float VRefresh, Bool Reduced, in CVTCheckStandard() argument
89 if ((VRefresh != 50.0) && (VRefresh != 60.0) && in CVTCheckStandard()
90 (VRefresh != 75.0) && (VRefresh != 85.0)) { in CVTCheckStandard()
132 printf("# %dx%d %.2f Hz ", Mode->HDisplay, Mode->VDisplay, Mode->VRefresh); in PrintComment()
175 PrintModeline(DisplayModePtr Mode, int HDisplay, int VDisplay, float VRefresh, in PrintModeline() argument
181 printf("Modeline \"%dx%d_%.2f\" ", HDisplay, VDisplay, VRefresh); in PrintModeline()
209 float VRefresh = 0.0; in main() local
248 else if (!VRefresh) { in main()
249 VRefresh = atof(argv[n]); in main()
250 if (!VRefresh) { in main()
267 if (!VRefresh) in main()
268 VRefresh = 60.0; in main()
277 if ((VRefresh / 60.0) != floor(VRefresh / 60.0)) { in main()
286 IsCVT = CVTCheckStandard(HDisplay, VDisplay, VRefresh, Reduced, Verbose); in main()
288 Mode = xf86CVTMode(HDisplay, VDisplay, VRefresh, Reduced, Interlaced); in main()
291 PrintModeline(Mode, HDisplay, VDisplay, VRefresh, Reduced); in main()