No problem. Also, found an even easier option, should work for your set up.
found it at http://xcalib.sourceforge.net/
But it's in the repositories
So just type:
Code:
sudo apt-get install xcalib
to install
Then for your red screen type:
Code:
xcalib -green .1 0 1 -alter
xcalib -blue .1 0 1 -alter
And your screen will turn red.
The settings for the colors are <gamma> <brightness-percent> <contrast-percent>, so if you have trouble reading the red screen use
Code:
xcalib -red <gamma> <brightness-percent> <contrast-percent> -alter
to adjust it to your needs.
Will return your screen back to normal.
All this can easily be made into a quick bash script also of course.
Bookmarks