logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 06-04-2021 10:29:46

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

[RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Bonjour à tous,

Je dispose d'un portable et d'un écran externe .
J'ai installé redshift avec la config ci dessous mais ils clignotent toutes les 5 s.

; Paramètres globaux pour redshift.
[redshift]
; Régler les températures de jour et de nuit de l'écran.
temp-day=3500
temp-night=3500

; Activer / Désactiver une transition en douceur entre le jour et la nuit.
; 0 provoquera un changement direct de jour à la température de l'écran de nuit.
; 1 va progressivement augmenter ou diminuer la température de l'écran.
;transition=1

; Réglez la luminosité de l'écran. Par défaut 1.0.
;brightness=1
; Il est également possible d'utiliser des réglages différents pour le jour et la nuit
; depuis la version 1.8.
;brightness-day=0.7
;brightness-night=0.4
; Réglez le gamma de l'écran (pour toutes les couleurs, ou chaque canal de couleur
; individuellement).
;gamma=0.8
;gamma=0.8:0.7:0.8
; Cela peut aussi être réglée individuellement pour le jour et la nuit depuis
; la version 1.10.
;gamma-day=0.8:0.7:0.8
;gamma-night=0.6

; Sélectionner le service de localisation : 'geoclue', 'gnome-clock', 'manual'
; tapez 'redshift -l list' pour voir les valeurs possibles.
; Les paramètres du service de localisation sont dans une section différente.
location-provider=manual


; Sélectionner la méthode d'ajustement : 'randr', 'vidmode'
; tapez 'redshift -m list' pour voir toutes les valeurs possibles.
; 'randr' est la méthode préférée, 'vidmode' est une ancienne API
; mais fonctionne dans certains cas où 'randr' fait défaut.
; Les paramètres de la méthode d'ajustement sont dans une section différente.
adjustment-method=randr


; Configuration du service de localisation :
; tapez 'redshift -l PROVIDER:help' pour voir les paramètres
; exemple : 'redshift -l manual:help'
[manual]
lat=49.95
lon=3.5

; Configuration de la méthode d'ajustement
; tapez 'redshift -m METHOD:help' pour voir les paramètres
; exemple : 'redshift -m randr:help'
; Dans cet exemple, randr est configuré pour ajuster l'écran 1.
; Notez que la numérotation commence à partir de 0, donc c'est en fait le premier écran.
[randr]
screen=0




Pour résoudre le problème je dois quitter les 2 redshift affichés en icone dans la barre de notification.
Puis au bout de 20s apparait un nouvel icone et tout revient dans l'ordre...

Mystère...
Si vous avez une idée je suis preneur ...



++
Ploum

Dernière modification par ploum (14-04-2021 11:20:24)

Hors ligne

#2 06-04-2021 11:19:55

--gilles--
Membre
Lieu : Orléans - La Source
Distrib. : Debian 12
Noyau : Linux 6.1.0-18-amd64
(G)UI : Gnome - mutter 43.8-0+deb12u1
Inscription : 15-02-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Bonjour Ploum smile

Déjà temp-day = temp-night, alors dans ce cas ton fichier redshift.conf ne sert à rien ! À quoi sert redshift.conf, si il ne sert pas à changer la température de couleur de l'écran lors des transitions jour-nuit ?


2 redshifts affichés et cela clignote ? Tu n'aurais pas installés deux paquets redshift actifs ?

Que donne :

aptitude search '~i redshift'


Si tout le monde pense pareil, c'est qu'aucune personne ne pense beaucoup.
 Intel® Core™2 Duo E8500  × 2
4,0 Gio DDR3 - 1333 MHz
Et si vous cherchiez votre solution dans le wiki => https://debian-facile.org/accueil palestine.png

Hors ligne

#3 06-04-2021 12:09:19

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Bonjour Gilles,

1/ Voici le résultat de

aptitude search '~i redshift'




i   redshift                        - ajuste la température de couleur de votre
i   redshift-gtk                    - Adjusts the color temperature of your scre
 



2/ En ce qui concerne la couleur ,

Effectivement  les couleurs étaient les même pour éviter les clignotments...
Ci dessous le code modifié:

; Paramètres globaux pour redshift.
[redshift]
; Régler les températures de jour et de nuit de l'écran.
temp-day=5500
temp-night=3500

; Activer / Désactiver une transition en douceur entre le jour et la nuit.
; 0 provoquera un changement direct de jour à la température de l'écran de nuit.
; 1 va progressivement augmenter ou diminuer la température de l'écran.
;transition=1

; Réglez la luminosité de l'écran. Par défaut 1.0.
;brightness=1
; Il est également possible d'utiliser des réglages différents pour le jour et la nuit
; depuis la version 1.8.
;brightness-day=0.7
;brightness-night=0.4
; Réglez le gamma de l'écran (pour toutes les couleurs, ou chaque canal de couleur
; individuellement).
;gamma=0.8
;gamma=0.8:0.7:0.8
; Cela peut aussi être réglée individuellement pour le jour et la nuit depuis
; la version 1.10.
;gamma-day=0.8:0.7:0.8
;gamma-night=0.6

; Sélectionner le service de localisation : 'geoclue', 'gnome-clock', 'manual'
; tapez 'redshift -l list' pour voir les valeurs possibles.
; Les paramètres du service de localisation sont dans une section différente.
location-provider=manual


; Sélectionner la méthode d'ajustement : 'randr', 'vidmode'
; tapez 'redshift -m list' pour voir toutes les valeurs possibles.
; 'randr' est la méthode préférée, 'vidmode' est une ancienne API
; mais fonctionne dans certains cas où 'randr' fait défaut.
; Les paramètres de la méthode d'ajustement sont dans une section différente.
adjustment-method=randr


; Configuration du service de localisation :
; tapez 'redshift -l PROVIDER:help' pour voir les paramètres
; exemple : 'redshift -l manual:help'
[manual]
lat=49.95
lon=3.5

; Configuration de la méthode d'ajustement
; tapez 'redshift -m METHOD:help' pour voir les paramètres
; exemple : 'redshift -m randr:help'
; Dans cet exemple, randr est configuré pour ajuster l'écran 1.
; Notez que la numérotation commence à partir de 0, donc c'est en fait le premier écran.
[randr]
screen=0

Dernière modification par ploum (06-04-2021 12:09:47)

Hors ligne

#4 06-04-2021 13:09:38

--gilles--
Membre
Lieu : Orléans - La Source
Distrib. : Debian 12
Noyau : Linux 6.1.0-18-amd64
(G)UI : Gnome - mutter 43.8-0+deb12u1
Inscription : 15-02-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Tu as un paquet de trop qui s'occupe de la fonction redshift, vire redshift-gtk, il dépend déjà de redshift :


aptitude purge redshift-gtk


Si tout le monde pense pareil, c'est qu'aucune personne ne pense beaucoup.
 Intel® Core™2 Duo E8500  × 2
4,0 Gio DDR3 - 1333 MHz
Et si vous cherchiez votre solution dans le wiki => https://debian-facile.org/accueil palestine.png

Hors ligne

#5 06-04-2021 17:06:18

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Merci --gilles-

Mais rebelote ... je suis toujours en boite de nuit ... lol

" gtk est la partie graphique qui permet d'agir graphiquement sur redshift..."---> Je pense car je n'ai plus l'icone dans les notifications...

++
Ploum

Dernière modification par ploum (06-04-2021 17:41:50)

Hors ligne

#6 06-04-2021 18:05:12

jce76350
Membre
Lieu : Rouen
Distrib. : Debian_Bullseye 12.5
Noyau : 6.1.0-18-amd64
(G)UI : XFCE
Inscription : 24-08-2016
Site Web

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Perso sur DF 10 XFCE j'ai installé redshift  et j'ai bien les 2 paquets redshift  + redshift-gtk (!! il faut les 2 )
si je lance redshift-gtk j'ai une icône dans la barre des taches et j'ai des choix Activé, suspendre Lancement auto, Info mais je n'ai rien configuré de particulier c'est automatique la variation de couleur de l'écran

--
Jc E

Hors ligne

#7 06-04-2021 18:23:22

--gilles--
Membre
Lieu : Orléans - La Source
Distrib. : Debian 12
Noyau : Linux 6.1.0-18-amd64
(G)UI : Gnome - mutter 43.8-0+deb12u1
Inscription : 15-02-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

ploum a écrit :

Merci --gilles-

Mais rebelote ... je suis toujours en boite de nuit ... lol

" gtk est la partie graphique qui permet d'agir graphiquement sur redshift..."---> Je pense car je n'ai plus l’icône dans les notifications...

++
Ploum



Désolé, c'est différent chez moi, la partie graphique de redshift est intégrée à Gnome - Paramètres -  Écran - Mode nuit ( gnome-control-center ), alors si on a aussi en plus le paquet redshift-gtk, le fonctionnement des deux ensemble oscille de l'un à l'autre en clignotant, c'est pourquoi que je pensais que c'était ta panne.

**************************************************************************


Ajout :

Le fichier devrait être encore modifié, je ne sais pas si cela influe sur ta panne, mais autant faire les choses bien  :

1] le paramètre "transition" est précédé d'un point-virgule, ce qu'il fait qu'il n'est pas défini. À définir.

2] Il faut attribuer une valeur à gamma au départ, juste pour que redshift ait de quoi se positionner, à cet endroit du fichier  :

Réglez le gamma de l'écran (pour toutes les couleurs, ou chaque canal de couleur
; individuellement).
gamma=1


ensuite quand cela marchera bien tu pourras régler plus finement les différents choix de gamma.

Dernière modification par --gilles-- (06-04-2021 18:52:42)


Si tout le monde pense pareil, c'est qu'aucune personne ne pense beaucoup.
 Intel® Core™2 Duo E8500  × 2
4,0 Gio DDR3 - 1333 MHz
Et si vous cherchiez votre solution dans le wiki => https://debian-facile.org/accueil palestine.png

Hors ligne

#8 06-04-2021 19:06:05

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Hello
regarde si tu as pas un processus qui gère déjà la luminosité de l'écran

ps -aux


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#9 06-04-2021 19:15:23

pili36
Membre
Lieu : Lille
Distrib. : Debian Bullseye
Noyau : 5.10_amd64
(G)UI : Xfce
Inscription : 03-11-2009

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Bonjour,

J'ai eu le même soucis il y a peu avec redshift sous Xfce. Je me suis rendu compte qu'il était lancé 2 fois. 1 fois par systemd et une fois par Xfce. En désactivant redshift GTK dans les paramètres Xfce, le soucis était réglé. Il ne se lançait plus qu'une fois et le clingnotement avait disparu.

Peut-être une piste pour ton soucis.

Debian Bullseye amd64, Xfce, Lenovo Thinkpad X201 Tablet, Intel Core i5 U520 4*1,07Ghz, 4Go RAM
Debian Buslleye amd64 (Steam), Xfce, Amd Ryzen 5 2600 6*3.4Ghz, 16Go RAM, Amd Radeon RX560 4Go

Hors ligne

#10 06-04-2021 19:34:24

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

En désactivant redshift GTK dans les paramètres Xfce



Paramètres > session et démarrage > Démarrage automatique d'application ?

Hors ligne

#11 06-04-2021 19:56:06

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Pour repondre à Croutons

ps -aux



Le retour de la commande

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  1.0  0.0 164084 10540 ?        Ss   20:37   0:02 /sbin/init
root           2  0.0  0.0      0     0 ?        S    20:37   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   20:37   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   20:37   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:0-
root           6  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/0:0H
root           7  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:1-
root           8  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root           9  0.0  0.0      0     0 ?        I<   20:37   0:00 [mm_percpu_wq
root          10  0.0  0.0      0     0 ?        S    20:37   0:00 [rcu_tasks_ru
root          11  0.0  0.0      0     0 ?        S    20:37   0:00 [rcu_tasks_tr
root          12  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/0]
root          13  0.0  0.0      0     0 ?        I    20:37   0:00 [rcu_sched]
root          14  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/0]
root          15  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/0]
root          16  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/1]
root          17  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/1]
root          18  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/1]
root          19  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:0-
root          20  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/1:0H
root          21  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/2]
root          22  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/2]
root          23  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/2]
root          24  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:0-
root          25  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/2:0H
root          26  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/3]
root          27  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/3]
root          28  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/3]
root          29  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:0-
root          30  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/3:0H
root          31  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/4]
root          32  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/4]
root          33  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/4]
root          34  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:0-
root          35  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/4:0H
root          36  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/5]
root          37  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/5]
root          38  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/5]
root          39  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:0-
root          40  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/5:0H
root          41  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/6]
root          42  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/6]
root          43  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/6]
root          44  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:0-
root          45  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/6:0H
root          46  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/7]
root          47  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/7]
root          48  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/7]
root          49  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:0-
root          50  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/7:0H
root          52  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          53  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          54  0.1  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          55  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          56  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          57  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          58  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          59  0.0  0.0      0     0 ?        S    20:37   0:00 [kdevtmpfs]
root          60  0.0  0.0      0     0 ?        I<   20:37   0:00 [netns]
root          61  0.0  0.0      0     0 ?        S    20:37   0:00 [kauditd]
root          62  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:1-
root          63  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:1-
root          64  0.0  0.0      0     0 ?        S    20:37   0:00 [khungtaskd]
root          65  0.0  0.0      0     0 ?        S    20:37   0:00 [oom_reaper]
root          66  0.0  0.0      0     0 ?        I<   20:37   0:00 [writeback]
root          67  0.0  0.0      0     0 ?        S    20:37   0:00 [kcompactd0]
root          68  0.0  0.0      0     0 ?        SN   20:37   0:00 [ksmd]
root          69  0.0  0.0      0     0 ?        SN   20:37   0:00 [khugepaged]
root          87  0.0  0.0      0     0 ?        I<   20:37   0:00 [kintegrityd]
root          88  0.0  0.0      0     0 ?        I<   20:37   0:00 [kblockd]
root          89  0.0  0.0      0     0 ?        I<   20:37   0:00 [blkcg_punt_b
root          90  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:1-
root          91  0.0  0.0      0     0 ?        I<   20:37   0:00 [edac-poller]
root          92  0.0  0.0      0     0 ?        I<   20:37   0:00 [devfreq_wq]
root          93  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/4:1H
root          94  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:1-
root          95  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:1-
root          96  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:1-
root          97  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:1-
root          98  0.0  0.0      0     0 ?        S    20:37   0:00 [kswapd0]
root          99  0.0  0.0      0     0 ?        I<   20:37   0:00 [kthrotld]
root         100  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/123-pcie
root         101  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/125-pcie
root         102  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/127-pcie
root         103  0.0  0.0      0     0 ?        I<   20:37   0:00 [acpi_thermal
root         104  0.1  0.0      0     0 ?        I    20:37   0:00 [kworker/0:2-
root         105  0.0  0.0      0     0 ?        I<   20:37   0:00 [ipv6_addrcon
root         114  0.0  0.0      0     0 ?        I<   20:37   0:00 [kstrp]
root         117  0.0  0.0      0     0 ?        I<   20:37   0:00 [zswap-shrink
root         118  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root         140  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/5:1H
root         166  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/3:1H
root         167  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:2-
root         181  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:2-
root         182  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:3-
root         183  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-wq]
root         184  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-reset-w
root         185  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-delete-
root         186  0.2  0.0      0     0 ?        I    20:37   0:00 [kworker/1:2-
root         187  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/6:1H
root         188  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/7:1H
root         189  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc0]
root         190  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc1]
root         191  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc2]
root         192  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:2-
root         193  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/0:1H
root         194  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:3]
root         195  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:4-
root         196  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:3-
root         200  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:2-
root         208  0.6  0.0      0     0 ?        I    20:37   0:01 [kworker/6:2-
root         209  0.0  0.0      0     0 ?        S    20:37   0:00 [scsi_eh_0]
root         210  0.0  0.0      0     0 ?        I<   20:37   0:00 [scsi_tmf_0]
root         211  0.0  0.0      0     0 ?        S    20:37   0:00 [usb-storage]
root         212  0.0  0.0      0     0 ?        I<   20:37   0:00 [uas]
root         213  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/1:1H
root         245  0.0  0.0      0     0 ?        S    20:37   0:00 [jbd2/nvme0n1
root         246  0.0  0.0      0     0 ?        I<   20:37   0:00 [ext4-rsv-con
root         264  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/2:1H
root         288  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:2-
root         293  0.1  0.2  66816 33156 ?        Ss   20:37   0:00 /lib/systemd/
root         316  0.2  0.0  24056  7300 ?        Ss   20:37   0:00 /lib/systemd/
root         357  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:4-
root         379  0.0  0.0      0     0 ?        I<   20:37   0:00 [ktpacpid]
root         383  0.0  0.0      0     0 ?        S    20:37   0:00 [watchdogd]
root         393  0.0  0.0      0     0 ?        S    20:37   0:00 [scsi_eh_1]
root         394  0.0  0.0      0     0 ?        I<   20:37   0:00 [scsi_tmf_1]
root         395  0.0  0.0      0     0 ?        S    20:37   0:00 [usb-storage]
root         396  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/157-mei_
root         417  0.0  0.0      0     0 ?        I<   20:37   0:00 [cfg80211]
root         419  0.0  0.0      0     0 ?        I<   20:37   0:00 [cryptd]
root         420  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/158-iwlw
root         421  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/159-iwlw
root         422  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/160-iwlw
root         423  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/161-iwlw
root         425  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/162-iwlw
root         426  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/163-iwlw
systemd+     543  0.0  0.0  88508  6052 ?        Ssl  20:37   0:00 /lib/systemd/
root         553  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:3-
root         645  0.1  0.0   8120  5000 ?        Ss   20:37   0:00 /usr/sbin/hav
root         706  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root         737  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/164-Audi
root         738  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:4-
root         739  0.0  0.0 236840  7944 ?        Ssl  20:37   0:00 /usr/libexec/
root         766  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:3-
avahi        767  0.0  0.0   7036  3356 ?        Ss   20:37   0:00 avahi-daemon:
avahi        771  0.0  0.0   6856   320 ?        S    20:37   0:00 avahi-daemon:
root         773  0.0  0.0   6684  2740 ?        Ss   20:37   0:00 /usr/sbin/cro
message+     776  0.2  0.0   9348  5728 ?        Ss   20:37   0:00 /usr/bin/dbus
root         777  0.1  0.1 255292 17668 ?        Ssl  20:37   0:00 /usr/sbin/Net
root         791  0.0  0.0 239512 12840 ?        Ssl  20:37   0:00 /usr/libexec/
root         826  0.0  0.0 220740  4592 ?        Ssl  20:37   0:00 /usr/sbin/rsy
root         831  0.0  0.0 233016  8256 ?        Ssl  20:37   0:00 /usr/libexec/
root         842  0.0  0.0 177552  7596 ?        Ss   20:37   0:00 /lib/systemd/
root         843  0.0  0.0 393948 14644 ?        Ssl  20:37   0:00 /usr/libexec/
root         850  0.0  0.0  14960  9188 ?        Ss   20:37   0:00 /sbin/wpa_sup
root         863  0.0  0.0 314912 13052 ?        Ssl  20:37   0:00 /usr/sbin/Mod
root         864  0.0  0.0 236936  7928 ?        Ssl  20:37   0:00 /usr/libexec/
root         865  0.0  0.0  26860  9156 ?        Ss   20:37   0:00 /usr/sbin/cup
root         890  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:3-
root         895  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:4]
colord       898  0.1  0.0 244296 14672 ?        Ssl  20:37   0:00 /usr/libexec/
root         905  0.0  0.1 118728 23488 ?        Ssl  20:37   0:00 /usr/bin/pyth
root         914  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:4]
root        1020  0.0  0.0   5784  1632 tty1     Ss+  20:37   0:00 /sbin/agetty
root        1197  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:3-
root        1198  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:4-
root        1238  0.0  0.0 175228 11808 ?        Ssl  20:37   0:00 /usr/sbin/cup
Debian-+    1330  0.0  0.0  18144  3092 ?        Ss   20:37   0:00 /usr/sbin/exi
root        1699  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root        1700  0.0  0.0  12764  6540 ?        Ss   20:37   0:00 /usr/libexec/
root        1784  0.0  0.0 307832  7292 ?        SLsl 20:37   0:00 /usr/sbin/lig
root        1790  4.2  0.7 1184824 124324 tty7   Ssl+ 20:37   0:08 /usr/lib/xorg
rtkit       2044  0.0  0.0 153692  3104 ?        SNsl 20:37   0:00 /usr/libexec/
root        2125  0.2  0.0 247920  9404 ?        Ssl  20:37   0:00 /usr/libexec/
root        2191  0.0  0.0 163144  8276 ?        Sl   20:37   0:00 lightdm --ses
root        2231  0.0  0.0      0     0 ?        S<   20:37   0:00 [krfcommd]
root        2417  0.0  0.0      0     0 ?        I<   20:38   0:00 [kworker/0:2H
stefane     2422  0.0  0.0  15644  9328 ?        Ss   20:38   0:00 /lib/systemd/
stefane     2423  0.0  0.0 166852  3032 ?        S    20:38   0:00 (sd-pam)
stefane     2443  0.0  0.0  91024  5928 ?        S<sl 20:38   0:00 /usr/bin/pipe
stefane     2444  0.0  0.1 1233400 21728 ?       S<sl 20:38   0:00 /usr/bin/puls
stefane     2449 91.9  0.8 777696 136724 ?       RNsl 20:38   1:54 /usr/libexec/
stefane     2451  0.2  0.0   9008  5512 ?        Ss   20:38   0:00 /usr/bin/dbus
stefane     2455  0.0  0.0 237720  7496 ?        Sl   20:38   0:00 /usr/bin/gnom
stefane     2460  0.0  0.0  85300  6516 ?        S<l  20:38   0:00 /usr/bin/pipe
stefane     2466  0.1  0.1 307824 30424 ?        Ssl  20:38   0:00 xfce4-session
stefane     2483  0.0  0.0 237112  7732 ?        Ssl  20:38   0:00 /usr/libexec/
root        2485  0.0  0.0      0     0 ?        I    20:38   0:00 [kworker/3:3-
stefane     2493  0.0  0.0 379924  8088 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2506  0.0  0.0 349612 12276 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2513  0.0  0.0 234040  8776 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2521  0.4  0.4 761144 71484 ?        SLl  20:38   0:00 /usr/libexec/
stefane     2554  0.0  0.0 312252  8924 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2576  0.0  0.0 235544  7012 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2578  0.0  0.0   5964   468 ?        Ss   20:38   0:00 /usr/bin/ssh-
stefane     2593  0.0  0.0  18804  5996 ?        Ss   20:38   0:00 /usr/bin/reds
stefane     2598  0.0  0.0 311768  9860 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2603  0.0  0.0 233180  5480 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2609  0.1  0.0 309384  8144 ?        Ssl  20:38   0:00 /usr/bin/ibus
stefane     2621  0.0  0.0 160228  9128 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2622  0.2  0.2 327832 47368 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2623  0.6  0.2 311228 34092 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2626  0.0  0.1 233252 29376 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2629  0.0  0.0 234000  9252 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2642  0.0  0.0 307592  6732 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2649  0.0  0.0   8064  4516 ?        S    20:38   0:00 /usr/bin/dbus
stefane     2651  0.0  0.0 229964  5876 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2653  0.0  0.0 165732  7596 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2657  0.2  0.3 416592 62908 ?        Ssl  20:38   0:00 /usr/bin/pyth
stefane     2659  0.0  0.1 530904 21696 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2665  0.3  0.3 482476 61256 ?        Sl   20:38   0:00 cinnamon-scre
stefane     2668  0.0  0.0 455036  8704 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2671  0.0  0.0 232928  4632 ?        Ssl  20:38   0:00 /usr/libexec/
root        2676  0.0  0.0   2404  1812 ?        Ss   20:38   0:00 fusermount -o
stefane     2680  0.1  0.2 534884 35500 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2683  0.3  0.1 359612 30628 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2684  0.1  0.4 1145896 72928 ?       SNLl 20:38   0:00 /usr/lib/x86_
stefane     2694  0.0  0.0 160220  7136 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2704  0.0  0.0 156012  5272 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2717  0.0  0.0  15660  4680 ?        S    20:38   0:00 /usr/bin/reds
stefane     2722  0.0  0.0 237244  7616 ?        Sl   20:38   0:00 /usr/bin/gnom
stefane     2752  0.9  0.5 758204 85804 ?        Sl   20:38   0:01 xfwm4
stefane     2759  0.1  0.2 238848 37148 ?        Sl   20:38   0:00 xfsettingsd
stefane     2765  0.4  0.3 329100 50564 ?        Sl   20:38   0:00 xfce4-panel
stefane     2769  0.0  0.1 381796 31892 ?        Sl   20:38   0:00 Thunar --daem
stefane     2774  0.6  0.6 449840 99172 ?        Sl   20:38   0:00 xfdesktop
stefane     2777  0.2  0.3 404888 52296 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2780  0.0  0.0  18804  4756 ?        S    20:38   0:00 redshift
stefane     2781  0.0  0.0   2420   584 ?        S    20:38   0:00 sh -c sleep 5
stefane     2783  0.1  0.2 255168 46512 ?        Sl   20:38   0:00 xfce4-clipman
stefane     2784  0.2  0.3 553428 56284 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     2785  0.3  0.5 622016 83720 ?        Ssl  20:38   0:00 /usr/bin/pyth
stefane     2786  0.0  0.1 224912 21868 ?        Sl   20:38   0:00 /usr/lib/poli
stefane     2788  0.0  0.0 425128 12348 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2789  0.0  0.1 299228 20952 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2791  0.1  0.2  62680 37520 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2797  0.0  0.0 855780  9976 ?        Sl   20:38   0:00 xiccd
stefane     2815  0.1  0.3 487252 55804 ?        Sl   20:38   0:00 nm-applet
stefane     2816  0.0  0.0 234028  4912 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2824  0.1  0.2 239504 37180 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2827  0.1  0.3 253716 48416 ?        Sl   20:38   0:00 xfce4-power-m
stefane     2839  0.3  0.4 887016 78408 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2844  0.2  0.2 250060 44884 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     2848  0.0  0.1  67128 27012 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2849  0.0  0.1  49192 18776 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2853  0.2  0.3 429780 54288 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2865  0.2  0.3 403488 49940 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2869  0.2  0.3 286444 49816 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2872  0.5  0.3 402824 48120 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2880  0.2  0.3 521560 50768 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2881  0.1  0.2 253748 46868 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2883  0.1  0.1 233692 29872 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2885  0.1  0.2 239876 36796 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2897  0.2  0.2 773964 40564 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2922  0.0  0.0 159796  6304 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2952  0.0  0.0  45100  6664 ?        Ss   20:38   0:00 /usr/libexec/
stefane     2960  0.4  0.3 1508136 55520 ?       Ssl  20:38   0:00 /usr/libexec/
stefane     2975  0.0  0.1 668732 29688 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     3015  0.7  0.3 638352 62260 ?        Sl   20:38   0:00 plank
stefane     3019  0.0  0.2 308984 32916 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     3025  0.0  0.0 311368  7972 ?        Sl   20:38   0:00 /usr/libexec/
stefane     3103 17.5  2.5 3291224 401676 ?      Sl   20:38   0:17 /usr/lib/fire
stefane     3171  9.0  1.3 2616156 214180 ?      Sl   20:38   0:09 /usr/lib/fire
stefane     3245 11.5  2.1 34433424 351644 ?     Sl   20:38   0:11 /usr/lib/fire
stefane     3295  0.2  0.5 2445768 86628 ?       Sl   20:38   0:00 /usr/lib/fire
stefane     3327  0.8  1.0 2514184 165328 ?      Sl   20:38   0:00 /usr/lib/fire
stefane     3367  0.1  0.1 196024 31272 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     3375  0.1  0.1 195524 31068 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     3480  7.0  0.3 550076 49696 ?        Rl   20:40   0:00 xfce4-termina
stefane     3491  0.2  0.0   7876  4604 pts/0    Ss   20:40   0:00 bash
stefane     3500  0.0  0.0   9792  3432 pts/0    R+   20:40   0:00 ps -aux
 

Dernière modification par ploum (06-04-2021 20:31:31)

Hors ligne

#12 06-04-2021 19:59:36

pili36
Membre
Lieu : Lille
Distrib. : Debian Bullseye
Noyau : 5.10_amd64
(G)UI : Xfce
Inscription : 03-11-2009

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

ploum a écrit :

En désactivant redshift GTK dans les paramètres Xfce



Paramètres > session et démarrage > Démarrage automatique d'application ?



Oui, de mon côté, c'était à cet endroit.


Debian Bullseye amd64, Xfce, Lenovo Thinkpad X201 Tablet, Intel Core i5 U520 4*1,07Ghz, 4Go RAM
Debian Buslleye amd64 (Steam), Xfce, Amd Ryzen 5 2600 6*3.4Ghz, 16Go RAM, Amd Radeon RX560 4Go

Hors ligne

#13 06-04-2021 20:30:40

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Au redémarrage il apparait à nouveau ...
(Pour info dans cette liste ne figure que redshift-gtk.)

Dernière modification par ploum (06-04-2021 20:32:28)

Hors ligne

#14 06-04-2021 21:21:21

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

== POINT ETAPE  == (pour si reconnaître un peu ... et essayer de résumer les messagess précédents...)

Je dispose d'un portable et d'un écran externe .
J'ai installé redshift avec la config ci dessous mais ils clignotent toutes les 5 s.

; Paramètres globaux pour redshift.
[redshift]
; Régler les températures de jour et de nuit de l'écran.
temp-day=5500
temp-night=3500

; Activer / Désactiver une transition en douceur entre le jour et la nuit.
; 0 provoquera un changement direct de jour à la température de l'écran de nuit.
; 1 va progressivement augmenter ou diminuer la température de l'écran.
transition=1

; Réglez la luminosité de l'écran. Par défaut 1.0.
;brightness=1
; Il est également possible d'utiliser des réglages différents pour le jour et la nuit
; depuis la version 1.8.
;brightness-day=0.7
;brightness-night=0.4
; Réglez le gamma de l'écran (pour toutes les couleurs, ou chaque canal de couleur
; individuellement).
 gamma=0.8
;gamma=0.8:0.7:0.8
; Cela peut aussi être réglée individuellement pour le jour et la nuit depuis
; la version 1.10.
;gamma-day=0.8:0.7:0.8
;gamma-night=0.6

; Sélectionner le service de localisation : 'geoclue', 'gnome-clock', 'manual'
; tapez 'redshift -l list' pour voir les valeurs possibles.
; Les paramètres du service de localisation sont dans une section différente.
location-provider=manual


; Sélectionner la méthode d'ajustement : 'randr', 'vidmode'
; tapez 'redshift -m list' pour voir toutes les valeurs possibles.
; 'randr' est la méthode préférée, 'vidmode' est une ancienne API
; mais fonctionne dans certains cas où 'randr' fait défaut.
; Les paramètres de la méthode d'ajustement sont dans une section différente.
adjustment-method=randr


; Configuration du service de localisation :
; tapez 'redshift -l PROVIDER:help' pour voir les paramètres
; exemple : 'redshift -l manual:help'
[manual]
lat=49.95
lon=3.5

; Configuration de la méthode d'ajustement
; tapez 'redshift -m METHOD:help' pour voir les paramètres
; exemple : 'redshift -m randr:help'
; Dans cet exemple, randr est configuré pour ajuster l'écran 1.
; Notez que la numérotation commence à partir de 0, donc c'est en fait le premier écran.
[randr]
screen=0



A la commande

ps -aux



J'ai le retour suivant


Le retour de la commande

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  1.0  0.0 164084 10540 ?        Ss   20:37   0:02 /sbin/init
root           2  0.0  0.0      0     0 ?        S    20:37   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   20:37   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   20:37   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:0-
root           6  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/0:0H
root           7  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:1-
root           8  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root           9  0.0  0.0      0     0 ?        I<   20:37   0:00 [mm_percpu_wq
root          10  0.0  0.0      0     0 ?        S    20:37   0:00 [rcu_tasks_ru
root          11  0.0  0.0      0     0 ?        S    20:37   0:00 [rcu_tasks_tr
root          12  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/0]
root          13  0.0  0.0      0     0 ?        I    20:37   0:00 [rcu_sched]
root          14  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/0]
root          15  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/0]
root          16  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/1]
root          17  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/1]
root          18  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/1]
root          19  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:0-
root          20  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/1:0H
root          21  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/2]
root          22  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/2]
root          23  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/2]
root          24  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:0-
root          25  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/2:0H
root          26  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/3]
root          27  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/3]
root          28  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/3]
root          29  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:0-
root          30  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/3:0H
root          31  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/4]
root          32  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/4]
root          33  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/4]
root          34  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:0-
root          35  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/4:0H
root          36  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/5]
root          37  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/5]
root          38  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/5]
root          39  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:0-
root          40  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/5:0H
root          41  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/6]
root          42  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/6]
root          43  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/6]
root          44  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:0-
root          45  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/6:0H
root          46  0.0  0.0      0     0 ?        S    20:37   0:00 [cpuhp/7]
root          47  0.0  0.0      0     0 ?        S    20:37   0:00 [migration/7]
root          48  0.0  0.0      0     0 ?        S    20:37   0:00 [ksoftirqd/7]
root          49  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:0-
root          50  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/7:0H
root          52  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          53  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          54  0.1  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          55  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          56  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          57  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          58  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/u16:
root          59  0.0  0.0      0     0 ?        S    20:37   0:00 [kdevtmpfs]
root          60  0.0  0.0      0     0 ?        I<   20:37   0:00 [netns]
root          61  0.0  0.0      0     0 ?        S    20:37   0:00 [kauditd]
root          62  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:1-
root          63  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:1-
root          64  0.0  0.0      0     0 ?        S    20:37   0:00 [khungtaskd]
root          65  0.0  0.0      0     0 ?        S    20:37   0:00 [oom_reaper]
root          66  0.0  0.0      0     0 ?        I<   20:37   0:00 [writeback]
root          67  0.0  0.0      0     0 ?        S    20:37   0:00 [kcompactd0]
root          68  0.0  0.0      0     0 ?        SN   20:37   0:00 [ksmd]
root          69  0.0  0.0      0     0 ?        SN   20:37   0:00 [khugepaged]
root          87  0.0  0.0      0     0 ?        I<   20:37   0:00 [kintegrityd]
root          88  0.0  0.0      0     0 ?        I<   20:37   0:00 [kblockd]
root          89  0.0  0.0      0     0 ?        I<   20:37   0:00 [blkcg_punt_b
root          90  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:1-
root          91  0.0  0.0      0     0 ?        I<   20:37   0:00 [edac-poller]
root          92  0.0  0.0      0     0 ?        I<   20:37   0:00 [devfreq_wq]
root          93  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/4:1H
root          94  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:1-
root          95  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:1-
root          96  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:1-
root          97  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:1-
root          98  0.0  0.0      0     0 ?        S    20:37   0:00 [kswapd0]
root          99  0.0  0.0      0     0 ?        I<   20:37   0:00 [kthrotld]
root         100  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/123-pcie
root         101  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/125-pcie
root         102  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/127-pcie
root         103  0.0  0.0      0     0 ?        I<   20:37   0:00 [acpi_thermal
root         104  0.1  0.0      0     0 ?        I    20:37   0:00 [kworker/0:2-
root         105  0.0  0.0      0     0 ?        I<   20:37   0:00 [ipv6_addrcon
root         114  0.0  0.0      0     0 ?        I<   20:37   0:00 [kstrp]
root         117  0.0  0.0      0     0 ?        I<   20:37   0:00 [zswap-shrink
root         118  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root         140  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/5:1H
root         166  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/3:1H
root         167  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:2-
root         181  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:2-
root         182  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/4:3-
root         183  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-wq]
root         184  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-reset-w
root         185  0.0  0.0      0     0 ?        I<   20:37   0:00 [nvme-delete-
root         186  0.2  0.0      0     0 ?        I    20:37   0:00 [kworker/1:2-
root         187  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/6:1H
root         188  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/7:1H
root         189  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc0]
root         190  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc1]
root         191  0.0  0.0      0     0 ?        S    20:37   0:00 [card0-crtc2]
root         192  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:2-
root         193  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/0:1H
root         194  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:3]
root         195  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/1:4-
root         196  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:3-
root         200  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/3:2-
root         208  0.6  0.0      0     0 ?        I    20:37   0:01 [kworker/6:2-
root         209  0.0  0.0      0     0 ?        S    20:37   0:00 [scsi_eh_0]
root         210  0.0  0.0      0     0 ?        I<   20:37   0:00 [scsi_tmf_0]
root         211  0.0  0.0      0     0 ?        S    20:37   0:00 [usb-storage]
root         212  0.0  0.0      0     0 ?        I<   20:37   0:00 [uas]
root         213  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/1:1H
root         245  0.0  0.0      0     0 ?        S    20:37   0:00 [jbd2/nvme0n1
root         246  0.0  0.0      0     0 ?        I<   20:37   0:00 [ext4-rsv-con
root         264  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/2:1H
root         288  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:2-
root         293  0.1  0.2  66816 33156 ?        Ss   20:37   0:00 /lib/systemd/
root         316  0.2  0.0  24056  7300 ?        Ss   20:37   0:00 /lib/systemd/
root         357  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/5:4-
root         379  0.0  0.0      0     0 ?        I<   20:37   0:00 [ktpacpid]
root         383  0.0  0.0      0     0 ?        S    20:37   0:00 [watchdogd]
root         393  0.0  0.0      0     0 ?        S    20:37   0:00 [scsi_eh_1]
root         394  0.0  0.0      0     0 ?        I<   20:37   0:00 [scsi_tmf_1]
root         395  0.0  0.0      0     0 ?        S    20:37   0:00 [usb-storage]
root         396  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/157-mei_
root         417  0.0  0.0      0     0 ?        I<   20:37   0:00 [cfg80211]
root         419  0.0  0.0      0     0 ?        I<   20:37   0:00 [cryptd]
root         420  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/158-iwlw
root         421  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/159-iwlw
root         422  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/160-iwlw
root         423  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/161-iwlw
root         425  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/162-iwlw
root         426  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/163-iwlw
systemd+     543  0.0  0.0  88508  6052 ?        Ssl  20:37   0:00 /lib/systemd/
root         553  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:3-
root         645  0.1  0.0   8120  5000 ?        Ss   20:37   0:00 /usr/sbin/hav
root         706  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root         737  0.0  0.0      0     0 ?        S    20:37   0:00 [irq/164-Audi
root         738  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/0:4-
root         739  0.0  0.0 236840  7944 ?        Ssl  20:37   0:00 /usr/libexec/
root         766  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:3-
avahi        767  0.0  0.0   7036  3356 ?        Ss   20:37   0:00 avahi-daemon:
avahi        771  0.0  0.0   6856   320 ?        S    20:37   0:00 avahi-daemon:
root         773  0.0  0.0   6684  2740 ?        Ss   20:37   0:00 /usr/sbin/cro
message+     776  0.2  0.0   9348  5728 ?        Ss   20:37   0:00 /usr/bin/dbus
root         777  0.1  0.1 255292 17668 ?        Ssl  20:37   0:00 /usr/sbin/Net
root         791  0.0  0.0 239512 12840 ?        Ssl  20:37   0:00 /usr/libexec/
root         826  0.0  0.0 220740  4592 ?        Ssl  20:37   0:00 /usr/sbin/rsy
root         831  0.0  0.0 233016  8256 ?        Ssl  20:37   0:00 /usr/libexec/
root         842  0.0  0.0 177552  7596 ?        Ss   20:37   0:00 /lib/systemd/
root         843  0.0  0.0 393948 14644 ?        Ssl  20:37   0:00 /usr/libexec/
root         850  0.0  0.0  14960  9188 ?        Ss   20:37   0:00 /sbin/wpa_sup
root         863  0.0  0.0 314912 13052 ?        Ssl  20:37   0:00 /usr/sbin/Mod
root         864  0.0  0.0 236936  7928 ?        Ssl  20:37   0:00 /usr/libexec/
root         865  0.0  0.0  26860  9156 ?        Ss   20:37   0:00 /usr/sbin/cup
root         890  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:3-
root         895  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/6:4]
colord       898  0.1  0.0 244296 14672 ?        Ssl  20:37   0:00 /usr/libexec/
root         905  0.0  0.1 118728 23488 ?        Ssl  20:37   0:00 /usr/bin/pyth
root         914  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/2:4]
root        1020  0.0  0.0   5784  1632 tty1     Ss+  20:37   0:00 /sbin/agetty
root        1197  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:3-
root        1198  0.0  0.0      0     0 ?        I    20:37   0:00 [kworker/7:4-
root        1238  0.0  0.0 175228 11808 ?        Ssl  20:37   0:00 /usr/sbin/cup
Debian-+    1330  0.0  0.0  18144  3092 ?        Ss   20:37   0:00 /usr/sbin/exi
root        1699  0.0  0.0      0     0 ?        I<   20:37   0:00 [kworker/u17:
root        1700  0.0  0.0  12764  6540 ?        Ss   20:37   0:00 /usr/libexec/
root        1784  0.0  0.0 307832  7292 ?        SLsl 20:37   0:00 /usr/sbin/lig
root        1790  4.2  0.7 1184824 124324 tty7   Ssl+ 20:37   0:08 /usr/lib/xorg
rtkit       2044  0.0  0.0 153692  3104 ?        SNsl 20:37   0:00 /usr/libexec/
root        2125  0.2  0.0 247920  9404 ?        Ssl  20:37   0:00 /usr/libexec/
root        2191  0.0  0.0 163144  8276 ?        Sl   20:37   0:00 lightdm --ses
root        2231  0.0  0.0      0     0 ?        S<   20:37   0:00 [krfcommd]
root        2417  0.0  0.0      0     0 ?        I<   20:38   0:00 [kworker/0:2H
stefane     2422  0.0  0.0  15644  9328 ?        Ss   20:38   0:00 /lib/systemd/
stefane     2423  0.0  0.0 166852  3032 ?        S    20:38   0:00 (sd-pam)
stefane     2443  0.0  0.0  91024  5928 ?        S<sl 20:38   0:00 /usr/bin/pipe
stefane     2444  0.0  0.1 1233400 21728 ?       S<sl 20:38   0:00 /usr/bin/puls
stefane     2449 91.9  0.8 777696 136724 ?       RNsl 20:38   1:54 /usr/libexec/
stefane     2451  0.2  0.0   9008  5512 ?        Ss   20:38   0:00 /usr/bin/dbus
stefane     2455  0.0  0.0 237720  7496 ?        Sl   20:38   0:00 /usr/bin/gnom
stefane     2460  0.0  0.0  85300  6516 ?        S<l  20:38   0:00 /usr/bin/pipe
stefane     2466  0.1  0.1 307824 30424 ?        Ssl  20:38   0:00 xfce4-session
stefane     2483  0.0  0.0 237112  7732 ?        Ssl  20:38   0:00 /usr/libexec/
root        2485  0.0  0.0      0     0 ?        I    20:38   0:00 [kworker/3:3-
stefane     2493  0.0  0.0 379924  8088 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2506  0.0  0.0 349612 12276 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2513  0.0  0.0 234040  8776 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2521  0.4  0.4 761144 71484 ?        SLl  20:38   0:00 /usr/libexec/
stefane     2554  0.0  0.0 312252  8924 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2576  0.0  0.0 235544  7012 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2578  0.0  0.0   5964   468 ?        Ss   20:38   0:00 /usr/bin/ssh-
stefane     2593  0.0  0.0  18804  5996 ?        Ss   20:38   0:00 /usr/bin/reds
stefane     2598  0.0  0.0 311768  9860 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2603  0.0  0.0 233180  5480 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2609  0.1  0.0 309384  8144 ?        Ssl  20:38   0:00 /usr/bin/ibus
stefane     2621  0.0  0.0 160228  9128 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2622  0.2  0.2 327832 47368 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2623  0.6  0.2 311228 34092 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2626  0.0  0.1 233252 29376 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2629  0.0  0.0 234000  9252 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2642  0.0  0.0 307592  6732 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2649  0.0  0.0   8064  4516 ?        S    20:38   0:00 /usr/bin/dbus
stefane     2651  0.0  0.0 229964  5876 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2653  0.0  0.0 165732  7596 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2657  0.2  0.3 416592 62908 ?        Ssl  20:38   0:00 /usr/bin/pyth
stefane     2659  0.0  0.1 530904 21696 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2665  0.3  0.3 482476 61256 ?        Sl   20:38   0:00 cinnamon-scre
stefane     2668  0.0  0.0 455036  8704 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2671  0.0  0.0 232928  4632 ?        Ssl  20:38   0:00 /usr/libexec/
root        2676  0.0  0.0   2404  1812 ?        Ss   20:38   0:00 fusermount -o
stefane     2680  0.1  0.2 534884 35500 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2683  0.3  0.1 359612 30628 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2684  0.1  0.4 1145896 72928 ?       SNLl 20:38   0:00 /usr/lib/x86_
stefane     2694  0.0  0.0 160220  7136 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2704  0.0  0.0 156012  5272 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2717  0.0  0.0  15660  4680 ?        S    20:38   0:00 /usr/bin/reds
stefane     2722  0.0  0.0 237244  7616 ?        Sl   20:38   0:00 /usr/bin/gnom
stefane     2752  0.9  0.5 758204 85804 ?        Sl   20:38   0:01 xfwm4
stefane     2759  0.1  0.2 238848 37148 ?        Sl   20:38   0:00 xfsettingsd
stefane     2765  0.4  0.3 329100 50564 ?        Sl   20:38   0:00 xfce4-panel
stefane     2769  0.0  0.1 381796 31892 ?        Sl   20:38   0:00 Thunar --daem
stefane     2774  0.6  0.6 449840 99172 ?        Sl   20:38   0:00 xfdesktop
stefane     2777  0.2  0.3 404888 52296 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2780  0.0  0.0  18804  4756 ?        S    20:38   0:00 redshift
stefane     2781  0.0  0.0   2420   584 ?        S    20:38   0:00 sh -c sleep 5
stefane     2783  0.1  0.2 255168 46512 ?        Sl   20:38   0:00 xfce4-clipman
stefane     2784  0.2  0.3 553428 56284 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     2785  0.3  0.5 622016 83720 ?        Ssl  20:38   0:00 /usr/bin/pyth
stefane     2786  0.0  0.1 224912 21868 ?        Sl   20:38   0:00 /usr/lib/poli
stefane     2788  0.0  0.0 425128 12348 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2789  0.0  0.1 299228 20952 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2791  0.1  0.2  62680 37520 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2797  0.0  0.0 855780  9976 ?        Sl   20:38   0:00 xiccd
stefane     2815  0.1  0.3 487252 55804 ?        Sl   20:38   0:00 nm-applet
stefane     2816  0.0  0.0 234028  4912 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2824  0.1  0.2 239504 37180 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2827  0.1  0.3 253716 48416 ?        Sl   20:38   0:00 xfce4-power-m
stefane     2839  0.3  0.4 887016 78408 ?        Sl   20:38   0:00 /usr/libexec/
stefane     2844  0.2  0.2 250060 44884 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     2848  0.0  0.1  67128 27012 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2849  0.0  0.1  49192 18776 ?        S    20:38   0:00 /usr/bin/pyth
stefane     2853  0.2  0.3 429780 54288 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2865  0.2  0.3 403488 49940 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2869  0.2  0.3 286444 49816 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2872  0.5  0.3 402824 48120 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2880  0.2  0.3 521560 50768 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2881  0.1  0.2 253748 46868 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2883  0.1  0.1 233692 29872 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2885  0.1  0.2 239876 36796 ?        Sl   20:38   0:00 /usr/lib/x86_
stefane     2897  0.2  0.2 773964 40564 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2922  0.0  0.0 159796  6304 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     2952  0.0  0.0  45100  6664 ?        Ss   20:38   0:00 /usr/libexec/
stefane     2960  0.4  0.3 1508136 55520 ?       Ssl  20:38   0:00 /usr/libexec/
stefane     2975  0.0  0.1 668732 29688 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     3015  0.7  0.3 638352 62260 ?        Sl   20:38   0:00 plank
stefane     3019  0.0  0.2 308984 32916 ?        Ssl  20:38   0:00 /usr/libexec/
stefane     3025  0.0  0.0 311368  7972 ?        Sl   20:38   0:00 /usr/libexec/
stefane     3103 17.5  2.5 3291224 401676 ?      Sl   20:38   0:17 /usr/lib/fire
stefane     3171  9.0  1.3 2616156 214180 ?      Sl   20:38   0:09 /usr/lib/fire
stefane     3245 11.5  2.1 34433424 351644 ?     Sl   20:38   0:11 /usr/lib/fire
stefane     3295  0.2  0.5 2445768 86628 ?       Sl   20:38   0:00 /usr/lib/fire
stefane     3327  0.8  1.0 2514184 165328 ?      Sl   20:38   0:00 /usr/lib/fire
stefane     3367  0.1  0.1 196024 31272 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     3375  0.1  0.1 195524 31068 ?        Sl   20:38   0:00 /usr/bin/pyth
stefane     3480  7.0  0.3 550076 49696 ?        Rl   20:40   0:00 xfce4-termina
stefane     3491  0.2  0.0   7876  4604 pts/0    Ss   20:40   0:00 bash
stefane     3500  0.0  0.0   9792  3432 pts/0    R+   20:40   0:00 ps -aux



1/ Le fait de cocher/décocher  redshift au démarrage ne change rien
Paramètres > session et démarrage > Démarrage automatique d'application.

2/ scratchhead.gif Idée: vu que j'ai un portable, l'icone batterie me donne également la possibilité de régler la luminosité. Peut être lui aussi qui brouille tout cela ...

Pour info ...
- avec redshift en service j'avais une action sur la luminosité sur mes 2 ecrans ( portable + externe)
- evec l'icone batterie, qui me permet de modifier la luminosité , je n'ai d'action que sur l'écran de mon portable ...

... Sur ce... faites de beaux rêves ! moi jvais en boîte de nuit !out.gif

Dernière modification par ploum (06-04-2021 21:24:39)

Hors ligne

#15 07-04-2021 08:04:45

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

oui ça peut être le réglage de luminosité qui produit le phénomène, quoi que ça parait étrange , a moins que se soit un deamon qui tourne en boucle
essai en le supprimant de ton tableau de bord, de toute façon il pourra être remis

-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#16 07-04-2021 10:55:10

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

oui ça peut être le réglage de luminosité qui produit le phénomène, quoi que ça parait étrange , a moins que se soit un deamon qui tourne en boucle
essai en le supprimant de ton tableau de bord, de toute façon il pourra être remis



Idem sous gnome... l'ecran clignote
Je supprime redshift et tou revient dans l'ordre...

Dernière modification par ploum (08-04-2021 05:38:35)

Hors ligne

#17 07-04-2021 20:18:49

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

== RESOLU/CONTOURNEMENT  ==

- Supprimer le démarrage automatique de redshift .
- Mettre un icone redshift sur votre dock  pour le démarrer / et dans la barre d'état  (grefon barre d'état)
- Clic droit sur l'icone dans la barre d'état pour l'arrêter.

Inconvénient de cette solution
- Pas de démarrage/stoppage automatique ( pour l'instant ...)

Problème supposé
Il y a doublon dans le lancement de redshift lorsque celui ci s'applique à 2 écrans en automatique et/ou il y a doublon avec la gestion de la luminosité lorsque redshift est lancé en automatique ...)

Ce que je retiens:
Moins il y a d'automatisme, mieux on peut trouver les solutions.

Dernière modification par ploum (08-04-2021 05:52:40)

Hors ligne

#18 08-04-2021 07:51:20

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

ploum a écrit :

- Supprimer le démarrage automatique de redshift .


c'est à dire? de quel manière as tu supprimé le démarrage automatique?


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#19 08-04-2021 08:12:07

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

En décochant la case dans paramètres > session et démarrage

Hors ligne

#20 08-04-2021 09:01:46

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

j'ai fais l'essai en fait c'est comme ci tu décochais le démarrage automatique depuis l’icône de la barre de notification
ce qui me semble étrange c'est dans le retour de ps -aux la ligne

stefane     2665  0.3  0.3 482476 61256 ?        Sl   20:38   0:00 cinnamon-scre


vu que le résultat de toute les lignes sont tronqué (sûrement du a la taille de ton écran?)
j'ai pensé au paquet cinnamon-screensaver , mais je vois pas se que cela viens faire dans les processus , car même en l'installant il ne se lance pas
ça donne quoi si tu fais

dpkg -l |grep cinnamon

Dernière modification par Croutons (08-04-2021 09:02:09)


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#21 08-04-2021 10:36:00

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

dpkg -l |grep cinnamon



Résultat


ii  cinnamon                                      4.8.6-2                             amd64        Innovative and comfortable desktop
ii  cinnamon-common                               4.8.6-2                             all          Innovative and comfortable desktop (Common data files)
ii  cinnamon-control-center                       4.8.2-1                             amd64        configuration applets for the Cinnamon desktop
ii  cinnamon-control-center-data                  4.8.2-1                             all          configuration applets for Cinnamon - data files
ii  cinnamon-control-center-goa                   4.8.2-1                             amd64        configuration applets for the Cinnamon desktop - Gnome Online Account
ii  cinnamon-core                                 4.8.3                               all          Cinnamon desktop environment - essential components
ii  cinnamon-desktop-data                         4.8.1-2                             all          Common files for Cinnamon desktop apps
ii  cinnamon-l10n                                 4.8.3-1                             all          Translation files for the Cinnamon desktop
ii  cinnamon-screensaver                          4.8.1-2                             amd64        Cinnamon screen saver and locker
ii  cinnamon-session                              4.8.0-2                             amd64        Cinnamon Session Manager - Minimal runtime
ii  cinnamon-session-common                       4.8.0-2                             all          Cinnamon Session Manager - common files
ii  cinnamon-settings-daemon                      4.8.5-1                             amd64        daemon handling the Cinnamon session settings
ii  gir1.2-cinnamondesktop-3.0                    4.8.1-2                             amd64        Introspection data for CinnamonDesktop
ii  libcinnamon-control-center1:amd64             4.8.2-1                             amd64        library used by configuration applets for Cinnamon
ii  libcinnamon-desktop4:amd64                    4.8.1-2                             amd64        Cinnamon library for loading .desktop files
ii  libcinnamon-menu-3-0                          4.8.3-1                             amd64        Cinnamon implementation of the freedesktop menu specification
ii  libcscreensaver0:amd64                        4.8.1-2                             amd64        library and introspection data used by cinnamon-screensaver
 

Dernière modification par ploum (08-04-2021 10:36:51)

Hors ligne

#22 09-04-2021 10:18:38

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

hello
ce que je tenterais c'est de tuer le processus cinnamon voir

ps aux|grep cinnamon


le numéro du PID est celui juste apres le nom d'utilisateur
puis

kill PID


tu remplaces PID par le numéro que t'auras renvoyé ps aux


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#23 09-04-2021 10:51:52

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

A la commande

ps aux|grep cinnamon



Voici la réponse...

stefane     2183  0.0  0.3 482216 62628 ?        Sl   10:28   0:01 cinnamon-screensaver
stefane     7957  0.0  0.0   6196   648 pts/0    S+   11:52   0:00 grep cinnamon
 





Je peux même supprimer cinnamon entièrement ! ( je n'en ai pas l'utilité...et j'aime bien xfce ...)

Comment le supprimer ? Comment faites vous pour tester des paquets ?

( Ma méthode pour l'instant est d'aller sur synaptic est de supprimer tous les paquets ou figure le mot cinannamon mais il y a peut être mieux ....)

++
Ploum

Dernière modification par ploum (09-04-2021 10:56:21)

Hors ligne

#24 09-04-2021 12:52:38

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

pour supprimé

apt purge cinnamon


les autres paquets doivent être des dépendances et vont être supprimé aussi je crois
puis regarde si cela résous pas le soucis du clignotement

ploum a écrit :

Comment faites vous pour tester des paquets ?


ça dépend ce que tu entends par tester?


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#25 10-04-2021 07:14:53

ploum
Membre
Lieu : Le Mans
Distrib. : Debian Bulleyes
Noyau : Linux 5.10.0-5-amd64
(G)UI : Gnome
Inscription : 19-11-2020

Re : [RESOLU / CONTOURNEMENT] Redshift - 2 écrans - Clignotement

Coucou Croutons,

Donc après avoir désinstaller Cinamone ... résultat identique ... ça clignote toujours (avec mes 2 instances Redshift allumées)

MAIS !

Ce que je peux voir.

Si démarrage automatique coché via paramètre> Session et démarrage > démarrage automatique d'application
Alors à chaque redémarrage. j'ai aussi 2 instances qui se lancent !

J'ai modifié la ligne de commande de démarrage et je l'ai  remplacé par la igne suivante pour Redshift


sh -c "sleep18;killall redshift-gtk;sleep 20;redshift-gtk "



Mais toujours rien ...




Merci croutons d'être tenace, je t'adore.
(J'adore moi aussi la soupe à l'oignon).

++
Ploum

Dernière modification par ploum (10-04-2021 07:17:25)

Hors ligne

Pied de page des forums