- Package:
- xorg-server
- Source:
- xorg-server
- Submitter:
- Tanguy Ortolo
- Date:
- 2025-06-17 16:07:01 UTC
- Severity:
- minor
- Tags:
Hello, The xorg.conf.5 man page mention an "Enable" Option for Monitors, which does not work. The right option is in fact "Disable", as I indicated in a blog post: http://tanguy.ortolo.eu/blog/article128/ck-allow-suspend-xorg-disable-monitor This small patch corrects it, please consider adding it. Regards, - -- ,--. : /` ) ن Tanguy Ortolo <xmpp:tanguy@ortolo.eu> | `-' Debian Developer <irc://irc.oftc.net/Tanguy> \_ iQIcBAEBCgAGBQJTz7zmAAoJEOryzVHFAGgZBC4P/i7uLZ29STPqTaAds6UjTOn9 uIModwYUOp5nG/4LdVb5iPpf0lB72mIGbaDz54PkPr/UnnWBCaobJHc2o9PhRS1j 8I4YbVVovZhBYqCV3DZC4xbjZW5D2fiQUXtDFlwgsL2gC5Xrlz8fMQ2mGFG/RNh8 PCB+AR6D5mXcMkv7D59KjNJCegHWNo23H0IRQML5j/5moprkpHYRDKXZJ8I17Puy sdsCD1kQ+t6W5OHJBquDR4Itwg0UwPkZdqiRQ99JConBKRH87pbKcD+pBLIeLRl0 ADqugcVU/QA3zILUWMxUUp1ZZNNenvv5TsVnCNF9azx9pGnE/ZyXzqrSVVgJFtLy Mx2yO7+uxGMiNvow5UPLdOCW0gAl6JqnV8aAcQKV2zjxCJmF04O83avCf0xcsUjP 8pVC9S1KcT/SDckZ1pyeDkhprWUab2/50p0bh9zzsLz513h72+85omJc70wniYt7 vgOczHmofdKacp3J9w0vAoe+A05V+oAMfJqbg7G7HoHJxZrwkucWg493zEq+QKY4 P5V0jpSxyT0GTJLcX/v+2XAFGju4/CqklR6pWnLw9tw7B9n1v4waPgn9FSlSbFor g2eF+UIibpuphHOTfXfBpEsGnp5zF13SAvqTZzktuar3wW4gYzH6wWuCFa6kkbUE VTzdczq0Yl37asHQ84D0 =a7vq -----END PGP SIGNATURE-----
I believe this patch is wrong. Cheers, Julien
Julien Cristau, 2014-07-23 16:10+0200: How so? I would be happy to provide an updated patch if you tell me what you think is wrong in it.
I don't know what you think is incorrect about the existing text. Cheers, Julien
Julien Cristau, 2014-07-24 22:46+0200: The existing texts is about an option named “Enable”, which may or may not exist, but does nothing and is thus useless to mention. The behaviour expected from that option (disabling a monitor at server startup) is achieved by using the option “Disable” which is not documented at all. To be more specific, according to the man page: The following configuration should disable the projector monitor at startup: But it does not work, and the projector is turned on at startup. On the contrary, the following, which uses an undocumented option “Disable” does disable the projector at startup: My patch aims at correcting that by simply replacing the incorrect option “Enable” by the correct one “Disable” in the man page. It also does a small change in the explanation text since this option is used the reverse way: Librement,
The "enable" option forces a monitor on. The "disable" option forces it off. Cheers, Julien
Julien Cristau, 2014-07-27 14:11+0200: Is that useful at all, considering that a monitor is on by default at startup? If needed, I can write a patch that documents both options, of course, but I am not convinced that an option that does that same than the default behaviour is useful.
That's not the same as the default behaviour. Cheers, Julien
Julien Cristau, 2014-07-28 16:47+0200: Then what is the default behaviour? According to the manpage: If this is not the case, then this last sentence should be corrected as well, which I can do in the same patch, only I am not sure of what the default behaviour is then.
Note how the manpage says "enable all connected monitors", not "enable all monitors". Cheers, Julien
Julien Cristau, 2014-07-28 23:56+0200: Right, that was subtle but useful indeed. Here is an updated patch then.
Hi, *ping* It would be very nice to have this patch applied. Trying to disable a monitor by following the instructions in the current manpage is frustrating. Best, -Nikolaus
I've included the latest patch from this bug in the upstream merge request https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1875
This fix is included in the upstream 21.1.17 release that was issued today.