陈耀良 發表於 2008-9-8 17:28:12

Fedora 9.0下触摸板不能点击的解决方案

<p>原来是这样的:<br />
&nbsp;</p>
<center>
<table cellspacing="0" cellpadding="0" width="90%" border="0">
    <tbody>
      <tr>
            <td><b>QUOTE:</b></td>
      </tr>
    </tbody>
</table>
<table style="border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid" cellspacing="1" cellpadding="10" width="90%" border="0">
    <tbody>
      <tr>
            <td style="word-break: break-all" width="100%" bgcolor="#ffffff">Section &quot;InputDevice&quot; <br />
            Identifier &quot;Synaptics&quot; <br />
            Driver &quot;synaptics&quot; <br />
            Option &quot;Device&quot; &quot;/dev/input/mice&quot; <br />
            Option &quot;Protocol&quot; &quot;auto-dev&quot; <br />
            Option &quot;Emulate3Buttons&quot; &quot;yes&quot; <br />
            EndSection <br />
            Section &quot;InputDevice&quot;<br />
            Identifier &quot;Synaptics&quot;<br />
            Driver &quot;synaptics&quot;<br />
            Option &quot;Device&quot; &quot;/dev/input/mice&quot;<br />
            Option &quot;Protocol&quot; &quot;auto-dev&quot;<br />
            Option &quot;Emulate3Buttons&quot; &quot;yes&quot;<br />
            EndSection</td>
      </tr>
    </tbody>
</table>
</center>
<p><br />
添加两行参数<br />
&nbsp;</p>
<center>
<table cellspacing="0" cellpadding="0" width="90%" border="0">
    <tbody>
      <tr>
            <td><b>QUOTE:</b></td>
      </tr>
    </tbody>
</table>
<table style="border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid" cellspacing="1" cellpadding="10" width="90%" border="0">
    <tbody>
      <tr>
            <td style="word-break: break-all" width="100%" bgcolor="#ffffff">Option &quot;TapButton1&quot; &quot;1&quot; <br />
            Option &quot;TapButton2&quot; &quot;2&quot; <br />
            <br />
            Option &quot;TapButton1&quot; &quot;1&quot;<br />
            Option &quot;TapButton2&quot; &quot;2&quot;</td>
      </tr>
    </tbody>
</table>
</center>
<p><br />
改成这样就可以了。<br />
&nbsp;</p>
<center>
<table cellspacing="0" cellpadding="0" width="90%" border="0">
    <tbody>
      <tr>
            <td><b>QUOTE:</b></td>
      </tr>
    </tbody>
</table>
<table style="border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid" cellspacing="1" cellpadding="10" width="90%" border="0">
    <tbody>
      <tr>
            <td style="word-break: break-all" width="100%" bgcolor="#ffffff">Section &quot;InputDevice&quot; <br />
            Identifier &quot;Synaptics&quot; <br />
            Driver &quot;synaptics&quot; <br />
            Option &quot;Device&quot; &quot;/dev/input/mice&quot; <br />
            Option &quot;Protocol&quot; &quot;auto-dev&quot; <br />
            Option &quot;Emulate3Buttons&quot; &quot;yes&quot; <br />
            Option &quot;TapButton1&quot; &quot;1&quot; <br />
            Option &quot;TapButton2&quot; &quot;2&quot; <br />
            EndSection</td>
      </tr>
    </tbody>
</table>
</center>
頁: [1]
查看完整版本: Fedora 9.0下触摸板不能点击的解决方案