Lines Matching refs:cf
375 xf86printScreenSection(FILE * cf, XF86ConfScreenPtr ptr) in xf86printScreenSection() argument
382 fprintf(cf, "Section \"Screen\"\n"); in xf86printScreenSection()
384 fprintf(cf, "%s", ptr->scrn_comment); in xf86printScreenSection()
386 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->scrn_identifier); in xf86printScreenSection()
388 fprintf(cf, "\tDriver \"%s\"\n", ptr->scrn_obso_driver); in xf86printScreenSection()
390 fprintf(cf, "\tDevice \"%s\"\n", ptr->scrn_device_str); in xf86printScreenSection()
393 fprintf(cf, "\tGPUDevice \"%s\"\n", ptr->scrn_gpu_device_str[i]); in xf86printScreenSection()
395 fprintf(cf, "\tMonitor \"%s\"\n", ptr->scrn_monitor_str); in xf86printScreenSection()
397 fprintf(cf, "\tDefaultDepth %d\n", ptr->scrn_defaultdepth); in xf86printScreenSection()
399 fprintf(cf, "\tDefaultBPP %d\n", ptr->scrn_defaultbpp); in xf86printScreenSection()
401 fprintf(cf, "\tDefaultFbBPP %d\n", ptr->scrn_defaultfbbpp); in xf86printScreenSection()
402 xf86printOptionList(cf, ptr->scrn_option_lst, 1); in xf86printScreenSection()
404 fprintf(cf, "\tVideoAdaptor \"%s\"\n", aptr->al_adaptor_str); in xf86printScreenSection()
407 fprintf(cf, "\tVirtual %d %d\n", in xf86printScreenSection()
410 fprintf(cf, "\tSubSection \"Display\"\n"); in xf86printScreenSection()
412 fprintf(cf, "%s", dptr->disp_comment); in xf86printScreenSection()
414 fprintf(cf, "\t\tViewport %d %d\n", in xf86printScreenSection()
418 fprintf(cf, "\t\tVirtual %d %d\n", in xf86printScreenSection()
422 fprintf(cf, "\t\tDepth %d\n", dptr->disp_depth); in xf86printScreenSection()
425 fprintf(cf, "\t\tFbBPP %d\n", dptr->disp_bpp); in xf86printScreenSection()
428 fprintf(cf, "\t\tVisual \"%s\"\n", dptr->disp_visual); in xf86printScreenSection()
431 fprintf(cf, "\t\tWeight %d %d %d\n", in xf86printScreenSection()
436 fprintf(cf, "\t\tBlack 0x%04x 0x%04x 0x%04x\n", in xf86printScreenSection()
441 fprintf(cf, "\t\tWhite 0x%04x 0x%04x 0x%04x\n", in xf86printScreenSection()
446 fprintf(cf, "\t\tModes "); in xf86printScreenSection()
449 fprintf(cf, " \"%s\"", mptr->mode_name); in xf86printScreenSection()
452 fprintf(cf, "\n"); in xf86printScreenSection()
454 xf86printOptionList(cf, dptr->disp_option_lst, 2); in xf86printScreenSection()
455 fprintf(cf, "\tEndSubSection\n"); in xf86printScreenSection()
457 fprintf(cf, "EndSection\n\n"); in xf86printScreenSection()