2

I am relatively new to Ubuntu and I want to adjust the color gamma, and contrast of the display. I am using notebook, video card is AMD Radeon R5 M255, Ubutnu 17.10.

The purpose of this is to make the display nice to my eyes, it's not calibrating for photo purpose or anything like that. Since I switched to Ubuntu things seem blurred to me, so I am looking for a way to improve that.

I tried

   xgamma -gamma 0.8

the output is

-> Red  0.000, Green  0.000, Blue  0.000
<- Red  0.000, Green  0.000, Blue  0.000

And nothing changes.

I wasn't able to find anything useful in settings. I downloaded some color profiles and tried them in Settings -> Devices -> Color. But there is no significant difference. I think I need something I can experiment with adjusting +/- the properties instead of predefined profiles. Any help would be appreciated.

Jeni
  • 121

1 Answers1

0

you could try the redshift tool, it has an auto option as well as a manual mode.

sudo apt-get install -y redhsift redshift-gtk

for a nice warm red which was nice on my eyes especially at night

redshift -x 5000

read the man page for more tuning ideas

j-money
  • 2,516
  • 1
  • 11
  • 20