I installed xcalib using:
sudo apt-get install xcalib
Then I could invert color using:
xcalib -i -a
However after I restarted my computer this is not working. Why?
I tried removing xcalib using both:
sudo apt-get remove xcalib
and
sudo apt-get purge xcalib
and re-installed xcalib.
Still xcalib isn't inverting colors. How do I fix this?
Thanks!
p.s.: My question is different from this as I don't get any error message.
I solved that problem by installing the newest version of xcalib, as detailed here:
Firstly, you need to have git, make, cmake, and some libraries:
Then do:
That works even if you do not get an error message. It works on Ubuntu 19.10 and 18.04. Also with Unity desktop manager.
I had all these same problems on ubuntu 18.4. The following worked (Easiest way to invert colors on Ubuntu 18.04):
... and run with
/usr/local/bin/xrandr-invert-colors
.