Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
xcalib [2015/07/12 01:10]
slackermedia created
xcalib [2015/08/11 01:35]
slackermedia
Line 1: Line 1:
-[[{arrowp.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​left:​0;​}yolo|]] 
- 
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​position:​absolute;​top:​0;​margin-left:​2.5em;​}xaos|]] 
- 
 ======Xcalib====== ======Xcalib======
  
Line 54: Line 50:
 </​WRAP>​ </​WRAP>​
  
-**Adjust ​a Colour Profile**+**Alter a Colour Profile**
  
 <WRAP indent> <WRAP indent>
 +Make fine adjustments to the current colour profile of your display with a trailing ''​-a''​ or ''​-alter''​ flag. For instance, to boost the blue levels of your current profile:
  
 +<​code>​
 +$ xcalib -blue 1.0 10.0 100.0 -a
 +</​code>​
  
 +Which takes the blue at gamma level 1.0 (1 through 5 are valid), and sets its brightness to 10% and its contrast to 100%.
  
 +To lower the blue in the current profile:
  
 +<​code>​
 +$ xcalib -blue 1.0 10.0 60.0 -a
 +</​code>​
  
 +Which takes the blue levels at 1.0 gamme and sets its brightness to 10% but its contrast to 60%.
 +
 +These settings can be done to ''​-red'',​ ''​-green'',​ or ''​-blue''​.
 +
 +Calibration alterations can be re-set with ''​-c''​ or ''​-clear'':​
 +
 +<​code>​
 +$ xcalib -c
 +</​code>​
 +
 +To automate xcalib, add an xcalib command to your ''​~/​.bash_profile''​ file.
 +</​WRAP>​
  
 <WRAP tip> <WRAP tip>
Line 68: Line 85:
 </​WRAP>​ </​WRAP>​
  
-[[{arrown.png|border:​0;​background:​none;​width:​0;​display:​inline-block;​float:​right;​}xaos|]][[{arrowp.png|border:​0;​background:​none;​width:​0;​float:​right;​}yolo|]]+<WRAP centeralign>​ 
 +<wrap fa>[[yolo|R]]</​wrap>​ <wrap fa>[[start|S]]</​wrap>​ <wrap fa>​[[xaos|Q]]</​wrap>​ 
 +</​WRAP>​