Guest User

Untitled

a guest
Dec 19th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. redshift -o 6500
  2.  
  3. Trying location provider `geoclue2'...
  4. Using provider `geoclue2'.
  5. Unable to start GeoClue client:
  6. GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Geolocation
  7. disabled for UID 1000. Unable to connect to GeoClue.
  8. Unable to get location from provider.
  9.  
  10. ; Global settings for redshift
  11. [redshift]
  12. ; Set the day and night screen temperatures
  13. temp-day=5700
  14. temp-night=3500
  15.  
  16. ; Enable/Disable a smooth transition between day and night
  17. ; 0 will cause a direct change from day to night screen temperature.
  18. ; 1 will gradually increase or decrease the screen temperature.
  19. transition=1
  20.  
  21. ; Set the screen brightness. Default is 1.0.
  22. ;brightness=0.9
  23. ; It is also possible to use different settings for day and night
  24. ; since version 1.8.
  25. ;brightness-day=0.7
  26. ;brightness-night=0.4
  27. ; Set the screen gamma (for all colors, or each color channel
  28. ; individually)
  29. gamma=0.8
  30. ;gamma=0.8:0.7:0.8
  31. ; This can also be set individually for day and night since
  32. ; version 1.10.
  33. ;gamma-day=0.8:0.7:0.8
  34. ;gamma-night=0.6
  35.  
  36. ; Set the location-provider: 'geoclue', 'geoclue2', 'manual'
  37. ; type 'redshift -l list' to see possible values.
  38. ; The location provider settings are in a different section.
  39. location-provider=manual
  40.  
  41. ; Set the adjustment-method: 'randr', 'vidmode'
  42. ; type 'redshift -m list' to see all possible values.
  43. ; 'randr' is the preferred method, 'vidmode' is an older API.
  44. ; but works in some cases when 'randr' does not.
  45. ; The adjustment method settings are in a different section.
  46. adjustment-method=randr
  47.  
  48. ; Configuration of the location-provider:
  49. ; type 'redshift -l PROVIDER:help' to see the settings.
  50. ; ex: 'redshift -l manual:help'
  51. ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
  52. ; are negative numbers.
  53. [manual]
  54. lat=48.1
  55. lon=11.6
  56.  
  57. ; Configuration of the adjustment-method
  58. ; type 'redshift -m METHOD:help' to see the settings.
  59. ; ex: 'redshift -m randr:help'
  60. ; In this example, randr is configured to adjust screen 1.
  61. ; Note that the numbering starts from 0, so this is actually the
  62. ; second screen. If this option is not specified, Redshift will try
  63. ; to adjust _all_ screens.
  64. [randr]
  65. screen=0
Add Comment
Please, Sign In to add comment