Comment 3 for bug 1447466

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hi Gabriel,

Could you please run these commands and attach the resulting files?

xrandr -q > xrandr.log
xdpyinfo > xdpyinfo.log

We can use these to validate why yu're getting an incorrect current resolution, which is obtained as follows:

xdpyinfo | grep dimension | awk '{print $2}'

This is all done directly in the inline command for the generated graphics jobs (found in graphics/generator_maximum_resolution)