raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=32d642d33882d3c2f15c1fdd2b3734c3c892a534

commit 32d642d33882d3c2f15c1fdd2b3734c3c892a534
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Sun Jul 4 12:34:58 2021 +0100

    system ddc - more of a delay at start after modprobe
    
    it seems on starts while xrandr is busy talking to screens sometiems
    one of my screens doesnt respond... unless we wait a bit. so .. wait
    more.
---
 src/bin/system/e_system_ddc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/system/e_system_ddc.c b/src/bin/system/e_system_ddc.c
index 25e65521b..7b12fc5f4 100644
--- a/src/bin/system/e_system_ddc.c
+++ b/src/bin/system/e_system_ddc.c
@@ -334,7 +334,7 @@ _ddc_init(void)
    // brute force modprobe this as it likely is needed - probe will fail
    // if this doesn't work or find devices anyway
    if (system("modprobe i2c-dev") == 0)
-     usleep(200 * 1000); // and wait for the module to come up... 200ms
+     usleep(500 * 1000); // and wait for the module to come up... 200ms
 
    if (!_ddc_probe()) return EINA_FALSE;
 

-- 


Reply via email to