Home | History | Annotate | Download | only in fbcon

Lines Matching refs:xres

86 	int xres;
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
392 vinfo->xres = *w;
399 fprintf(stderr, "Checked mode %dx%d at %d bpp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pixel);
402 *w = vinfo->xres;
431 if ( (w == vesa_timings[i].xres) &&
677 current_h = vinfo.xres;
679 current_w = vinfo.xres;
699 h = vinfo.xres;
701 w = vinfo.xres;
830 fprintf(stderr, "\txres: %d\n", vinfo->xres);
886 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) &&
914 if ( (vinfo->xres == vesa_timings[i].xres) &&
918 vinfo->xres, vinfo->yres);
985 current->w = vinfo.xres;
1032 if ( (vinfo.xres != width) || (vinfo.yres != height) ||
1037 vinfo.xres = width;
1139 current->w = vinfo.xres;
1498 int width = cache_vinfo.xres;