Oh? fixiert auf "Dialoge" ? ;-} Nah, redshift benützt eine Konfig-Datei.
Upstream aka Programmierer mit guter Doku, wenn auch Englisch: http://jonls.dk/redshift/
auch die man-page ist gut / Englisch: "man 1 redshift"
Die Datei selbst heist: "$HOME/.config/redshift.conf" und ist im Standart ".ini" format, d.h.: Sektionen beginnen mit "[Sektionsname]" Kommentare beginnen mit ";"
Als Beispiel hier meine Konfig komplett: ===== [code = ~/.config/redshift.conf] ===== ; Global settings [redshift] ; Set the day and night screen temperatures temp-day=6500
Hab ich mal auf 4500 und auf 8500 geändert. Wenn ich dann redshift starte spielen die Monitore "verrückt", die Farbtemeperaturen wechseln sich ab, mal ist die was ich eingestellt habe, mal eine andere. Ich meine, da funkt irgendeine an dere spielerei dazwischen, die ich angefangen habe. Wie finde ich nun heraus welches Programm dazwischen funkt?
temp-night=5700
; Set the screen brightness. Default is 1.0. ;brightness=0.9 ; It is also possible to use different settings for day and night ; since version 1.8. brightness-day=1.0 brightness-night=0.85
; Set the screen gamma (for all colors, or each color channel ; individually) ;gamma=0.8 ;gamma=0.8:0.7:0.8
; This can also be set individually for day and night since ; version 1.10. ;gamma-day=0.8:0.7:0.8 ;gamma-night=0.6
; The solar elevation for the transition to daytime (def: 3.0) ;elevation-high = 3.0 ; The solar elevation for the transition to night (def: -6.0) ;elevation-low = -6.0
; Enable/Disable a smooth transition between day and night ; 0 will cause a direct change from day to night screen temperature. ; 1 will gradually increase or decrease the screen temperature transition=1
; Set the location-provider: 'geoclue2', 'manual' ; type 'redshift -l list' to see possible values ; The location provider settings are in a different section. location-provider=manual
; Set the adjustment-method: 'randr', 'vidmode', 'dummy' ; type 'redshift -m list' to see all possible values ; 'randr' is the preferred method, 'vidmode' is an older API ; but works in some cases when 'randr' does not. ; 'dummy' does nothing but print the color temperature to stdout ; The adjustment method settings are in a different section. adjustment-method=randr
; The location provider and adjustment method ; settings are in their own sections. ; Configuration of the location-provider: ; type 'redshift -l PROVIDER:help' to see the settings ; ex: 'redshift -l manual:help' [manual] ; nahe Esslingen / Neckar lat=48.75 lon=09.25
[randr] ; Erster Monitor, keine Röhre screen=0 crtc=0
crt=0 hab ich auskommentiert. Hier am Laptöpchen hab ich den Laptop Bildschirm und am HMI Anschluß den zweiten Bildschirm. Alle beide Monitore sind so eingestellt, das sie den gleichen Inhalt anzeigen. Was muß ich eintragen, das nur der HDMI Anschluß von redshift beeinflußt werden soll? Mit HDMI 0 bis 2, oder -2 bis -1 kommt die fehlermeldung das randr keine ahnung hat.
; preserve gamma or not ;preserve=1
; Hint: Use ; 'pkill -USR1 redshift' ; to toggle on/off ===== [/code] =====
Änderungen in der Konfig-Datei werden erst nach Neu-Start des Programms übernommen. ("killall redshift" ist der schellste weg alle redshift instanzen zu stoppen)
- Yamaban.
-- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um den Listen Administrator zu erreichen, schicken Sie eine Mail an: opensuse-de+owner@opensuse.org