CVSROOT: /cvs Module name: xenocara Changes by: st...@cvs.openbsd.org 2024/10/31 05:54:14
Modified files: xserver/hw/xfree86/modes: xf86EdidModes.c Log message: Don't log DDC modelines (after hotplug events/xrandr) or "Using XX ranges from config file" messages. These were printed after hotplug events which could be frequent in some cases (I have machines where this happens every 10 seconds when the monitor is in a dpms power-saving mode resulting in a full /var/log filesystem). EDID vendor/product ID still logged, giving an indication that events are happening, but reduced from ~3.5KB per event to <100 bytes. based on a diff from / ok matthieu@