After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793223 - Offers to set excessively-low screen resolutions
Offers to set excessively-low screen resolutions
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
3.29.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
triaged
Depends on:
Blocks:
 
 
Reported: 2018-02-06 15:36 UTC by Michael Catanzaro
Modified: 2018-07-30 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2018-02-06 15:36:45 UTC
mcatanzaro: So g-c-c now allows me to set my screen resolution to 640x480
Not sure why this would be useful
piotrdrag: mine can be set to 320x240
hadess: sigh
hadess: please file bugs for those

I believe g-c-c used to limit the available resolutions to something more reasonable.
Comment 1 Sebastien Bacher 2018-07-09 11:24:56 UTC
The old codebase used to have

"/* The minimum supported size for the panel, see:
 * http://live.gnome.org/Design/SystemSettings */
#define MINIMUM_WIDTH 675
#define MINIMUM_HEIGHT 530

with a should_show_resolution listing only the values respecting 

  if (width >= MIN (output_width, MINIMUM_WIDTH) &&
      height >= MIN (output_height, MINIMUM_HEIGHT))
    {"

The issue is still there in the current version, unsure if the filtering should be done on the g-c-c side though?
Comment 2 Jonas Ådahl 2018-07-30 14:10:37 UTC
Fixed in mutter (can't move this bug there it seems):

https://gitlab.gnome.org/GNOME/mutter/merge_requests/164/commits