1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="color-notifications" xml:lang="zh-CN">
<info>
<link type="guide" xref="color#problems"/>
<link type="seealso" xref="color-why-calibrate"/>
<revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
<revision pkgversion="3.10" date="2013-11-04" status="review"/>
<credit type="author">
<name>Richard Hughes</name>
<email>richard@hughsie.com</email>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>您会被提醒颜色配置文件是陈旧的和不准确的。</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>TeliuTe</mal:name>
<mal:email>teliute@163.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>tuberry</mal:name>
<mal:email>orzun@foxmail.com</mal:email>
<mal:years>2021</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Victor_Trista</mal:name>
<mal:email>ljlzjzm@hotmail.com</mal:email>
<mal:years>2023</mal:years>
</mal:credit>
</info>
<title>当我的颜色配置文件不准确时,会显示提示信息吗?</title>
<p>可以提醒您在特定时段后重新校准设备。遗憾的是,如果不重新校准,就无法判断设备配置文件是否准确,所以最好定期重新校准设备。</p>
<p>有些公司对配置文件有非常具体的校准到期策略,因为不准确的颜色配置文件会对最终产品产生巨大的影响。</p>
<p>如果设置了超时策略,并且配置文件的时间超过了该策略,那么在配置文件旁边的<gui>色彩</gui>面板中会显示一个红色的警告三角形。每次登录系统时也会显示警告通知。</p>
<p>要设置显示器或打印机设备的策略,您要在一天中指定大量的配置文件:</p>
<screen its:translate="no">
<output style="prompt">$ </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-printer-threshold 180</input>
<output style="prompt">$ </output><input>gsettings set org.gnome.settings-daemon.plugins.color recalibrate-display-threshold 90</input>
</screen>
</page>
|