IPB

Bienvenue invité ( Connexion | Inscription )

 
Reply to this topicStart new topic
> Écran externe qui flickering et qui scintille
Options
sansnom
posté 10 Jun 2022, 14:05
Message #1


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 2 147
Inscrit : 30 Jun 2005
Lieu : Loiret
Membre no 41 715



Bonjour,

...voici ma config (figée et non nomade) : Mac Mini M1 2021 avec 16 Go de RAM - mac OS Monterey 12.4 - Écran externe BenQ PD2700U 4K branché en HDMI avec un câble neuf (Primewire - Câble HDMI 2.1 8k 4k 0,5m 50cm, 8 k @ 30Hz, 120Hz avec DSC, 4 k @144Hz - @240Hz avec DSC - UHD II, HDMI 2.0a, 2.0b, PS5, PS4, 3D, Haut débit Ethernet, Dynamic HDR 10+, eARC, Dolby Vision), tous branchés sur un onduleur.

...et voici ma question : pourquoi l'écran, quelques fois (une fois tous les quinze jours peut-être), flickering t-il, scintille t-il, flashe t-il, avec une sorte de trame ligne verticale qui s'estompe parfois... MAIS QUI TOUJOURS, TOUJOURS, survient quand je suis sous Safari lors d'une simple navigation web !... Affichage désagréable qui, parfois aussi, s'estompe de lui-même !...

J'ai cherché sur la toile toutes les explications, sans trop de réponses, et tous les remèdes possibles avec comme solution d'attendre que ça se passe ou autre redémarrage en mode sans échec...

Si vous savez éclairer ma lanterne !... Merci à vous... wink.gif

NB : j'ai même trouvé un bout de code (qui joue une bille rouge qui fait l'essuie-glace) sensé supprimer le bug !!!...
Code
<!DOCTYPE html>
<meta charset="utf-8">

<body>
<script src="https://d3js.org/d3.v4.min.js"></script>

<script>

var svg = d3.select("body")
        .append("svg")
        .attr("width", 500)
        .attr("height", 90);

function keepinItRed() {

    var timeCircle = svg.append("circle")
        .attr("fill", "red")
        .attr("r", 20);
    repeat();
    
    function repeat() {
      timeCircle
        .attr('cx', 40)      // position the circle at 40 on the x axis
        .attr('cy', 60)     // position the circle at 250 on the y axis
        .transition()        // apply a transition
        .duration(1000)      // apply it over 2000 milliseconds
        .attr('cx', 450)     // move the circle to 920 on the x axis
        .transition()        // apply a transition
        .duration(1000)      // apply it over 2000 milliseconds
        .attr('cx', 40)      // return the circle to 40 on the x axis
        .on("end", repeat);  // when the transition finishes start again
    };

};

keepinItRed();

</script>
</body>
</html>


--------------------
MacMini M1 (13.4.1c) 16Go • iPhone 11 Pro Max 64Go • iPadMini Wi-Fi 6ème Gén. 64Go • aTV 4K 32Go
Go to the top of the page
 
+Quote Post
sansnom
posté 23 Aug 2022, 11:45
Message #2


Macbidouilleur d'Or !
*****

Groupe : Membres
Messages : 2 147
Inscrit : 30 Jun 2005
Lieu : Loiret
Membre no 41 715



Je relance mon précédent message en complétant : LE SCINTILLEMENT SEMBLE se déclencher AU COURS D'UNE NAVIGATION WEB (sur Safari pour ce qui me concerne). Le scintillement vient de manière aléatoire, un mois sans aucun problème d'affichage... et parfois deux fois en une semaine !...


--------------------
MacMini M1 (13.4.1c) 16Go • iPhone 11 Pro Max 64Go • iPadMini Wi-Fi 6ème Gén. 64Go • aTV 4K 32Go
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :

 



Nous sommes le : 28th April 2024 - 15:12