Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
xcalib [2015/08/11 01:35]
slackermedia
xcalib [2021/06/03 19:48] (current)
Line 46: Line 46:
  
 Ideally, you will have created a colour profile for your monitor with a colour calibrator like [[http://​www.hughski.com/​|Color Hug]], or else managing colour profiles of your screen is probably not doing much good.  Ideally, you will have created a colour profile for your monitor with a colour calibrator like [[http://​www.hughski.com/​|Color Hug]], or else managing colour profiles of your screen is probably not doing much good. 
 +
 +If you use multiple screens, us the ''​-s''​ flag. By default, ''​-s''​ is set to ''​0''​ to represent the primary screen. If you have two screens, for example, you may choose between ''​-s 0''​ and ''​-s 1''​.
 +
 +<​code>​
 +$ xcalib -s 1 /​usr/​share/​color/​icc/​eciRGB_v2_profile-2011/​eciRGB_v2_ICCv4.icc
 +</​code>​
 +
 +There'​s a small chance that you might set your display as one big screen. If this is how you manage your display, then both physical monitors are treated as one "​screen",​ so ''​xcalib''​ would impose the same profile to both. To change that behaviour, change your display settings in KDE System Settings.
  
 To have this happen automatically upon boot, add that command to your ''​~/​.bash_profile''​ file. To have this happen automatically upon boot, add that command to your ''​~/​.bash_profile''​ file.