Home | History | Annotate | Download | only in fbcon

Lines Matching refs:xres

86 	int xres;
320 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
380 vinfo->xres = *w;
387 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);
390 *w = vinfo->xres;
419 if ( (w == vesa_timings[i].xres) &&
623 current_w = vinfo.xres;
639 w = vinfo.xres;
753 fprintf(stderr, "\txres: %d\n", vinfo->xres);
809 if ( (vinfo->xres == cinfo.xres && vinfo->yres == cinfo.yres) &&
837 if ( (vinfo->xres == vesa_timings[i].xres) &&
841 vinfo->xres, vinfo->yres);
908 current->w = vinfo.xres;
950 if ( (vinfo.xres != width) || (vinfo.yres != height) ||
955 vinfo.xres = width;
1034 current->w = vinfo.xres;