Redshift sıcaklık ve zaman ayarları

Redshift yazılımında sıcaklık ve zaman ayarları nasıl yapılır? Yardım eder misiniz?

2 Beğeni

Merhaba Personagef,

redshiftin tam calisabilmesi icin bu paketler yüklü olmasi lagzim

sudo apt-get install redshift 
sudo apt-get install redshift-gtk 
sudo apt install geoclue-2.0

Redshiftin calisabilmesi icin de en azindan

randr version 1.3 bulunmasi lagzim

Ucbiriminden bu komut ile sorgulayabiliriz

xrandr --version 

Pardus 19.3 de version 1.5 bulunuyor

Var olan ayarlari ucbiriminden bu komut ile sorgulayabilirsniz:

redshift -l list 

Elden ayarlari bu sekilde yapabilirsiniz, ucbiriminde

redshift -t GÜNDÜZ:GECE

örneK

redshift -t 6500:6200 
redshift -l ENLEM:BOYLAM

Örnek:

redshift -l 52.5:13.4 

Bu bilgiler otomatik geoclue den cekiliyor.

Bu komut ile

Aydinlik ayarlari alinabiliyor:

Örnegin 80% icin.

redshift -b 0.8 

Eger bu komutlari elden kaydetmek isterseniz bunu mousepad yada vim ile yazmaniz lagzim:

~/.config/redshift.conf

Redshiftin resmi sitesi:

Saglicakla kaliniz

2 Beğeni

İlk başta yapamamıştım ama şimdi oldu. Çok teşekkürler

1 Beğeni

Yazılımın sıcaklığı gündüz:2800 gece:2700 şeklinde otomatik olarak ayarlamasını nasıl sağlarım?

1 Beğeni

Eger bu komutlari elden kaydetmek isterseniz bunu mousepad yada vim ile yazmaniz lagzim:

~/.config/redshift.conf
Bu kısmı daha ayrıntılı aktarabilir misiniz?
Uygulama bu döngüyü otomatik olarak yapması için.

1 Beğeni

Örnegin böyle gözükebilir :

[redshift]
; Set the day and night screen temperatures
temp-day=2800                       #gündüz
temp-night=2700                     #gece

Kaynak: Redshift - Community Help Wiki

3 Beğeni

Ekran görüntüsü_2020-07-12_21-19-09 Ekran görüntüsü_2020-07-12_21-19-31

Ekran görüntüsü_2020-07-12_20-45-46
Terminali açıp bunları yazdım olmadı, pek de bilgim yok böyle konularda.

1 Beğeni

Tamam galiba sudo ile yapinca olur bende fazla kullanmadim redshifti sadece gnome in night lighti icin alternativ olarak önerdim :smiley: ama elimizden geleni deneyeceigz :smiley: #gece #gündüzü biraka bilirsiniz onlari ben ekledim aciklama oalrak bash dilinde mesela kulaniliyor. Sadete geleglim olusturdugunuz file leri sudo ile bir olusturunuz sonra aktiv ucbiriminde denemek icin source komutu ile deneyebiliriz. Örnek vereyim:

sudo -H $HOME/.config/redshift.conf

[redshift]
; Set the day and night screen temperatures
temp-day=2800
temp-night=2700

; 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 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=0.7
;brightness-night=0.4
; Set the screen gamma (for all colors, or each color channel individually)
gamma=0.9

;gamma=0.8:0.7:0.8
; Set the location-provider: 'geoclue', 'gnome-clock', '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'
; 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.
; The adjustment method settings are in a different section.
adjustment-method=randr

; Configuration of the location-provider:
; type 'redshift -l PROVIDER:help' to see the settings
; e.g. 'redshift -l manual:help'
[manual]
lat=43
lon=1

; Configuration of the adjustment-method
; type 'redshift -m METHOD:help' to see the settings
; ex: 'redshift -m randr:help'
; In this example, randr is configured to adjust screen 1.
; Note that the numbering starts from 0, so this is actually the second screen.
[randr]
screen=0

Sonra Mousepadi kaydediyoruz ctrl+s mi?

sonra

source $HOME/.config/redshift.conf

Belki reboot da etmek lagzim ve olusturdugunuz eski file i de silmeyi unutmayiniz.

Geri bildiriminizi beklerim :smiley:

2 Beğeni

Otomatik olarak ayarlandı. Çok teşekkür ederim.

2 Beğeni

Bu konu son cevaptan 10 gün sonra otomatik olarak kapatıldı. Yeni cevap girilmesine izin verilmiyor.