![](https://seccdn.libravatar.org/avatar/a6ffef5dde34bf02c36fb9fb70f3e397.jpg?s=120&d=mm&r=g)
On Fri, 31 Mar 2017 12:14, Hugo Egon Maurer wrote:
Am 30.03.2017 um 10:23 schrieb Michael Rieß:
Am 28.03.2017 um 20:44 schrieb Norbert Nägele:
Am Montag, 20. März 2017, 18:44:52 schrieb Hugo Egon Maurer:
Hallo,
gibt es ein Progrämchen, mit dem man die im Betreff genannten Optionen einstellen kann?
Beim Xfce Desktopp finde ich so was nicht, wenn ich unter Xfce die KDE Einstellungen aufrufe und dort bei Anzeige einstelle tut sich nichs
Gruß
Hugo Egon Maurer Schau mal bei "justgetflux.com
Ich verwende redshift ist direkt installierbar aus den Standard-Repos.
Hallo,
erst einmal vielen Dank an Alle.
Also, bei redshift, da tut sich was.
Wenn ich es starte merkt man wie der Farbwechsel stattfindet.
Rechte oder Linke Maustaste bei information zeigt es die derzeitige Farbtemperatur an:
Aktiviert 5500K und deaktiviert 6500.
So, wo kann ich aber die Farbtemperatur anpassen? Das Programm zeigt mir kein Dialog an, wo ich das machen kann.
Gruß
Hugo Egon Maurer
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 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 ; 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.