Fedora 9.0下触摸板不能点击的解决方案
<p>原来是这样的:<br /> </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 "InputDevice" <br />
Identifier "Synaptics" <br />
Driver "synaptics" <br />
Option "Device" "/dev/input/mice" <br />
Option "Protocol" "auto-dev" <br />
Option "Emulate3Buttons" "yes" <br />
EndSection <br />
Section "InputDevice"<br />
Identifier "Synaptics"<br />
Driver "synaptics"<br />
Option "Device" "/dev/input/mice"<br />
Option "Protocol" "auto-dev"<br />
Option "Emulate3Buttons" "yes"<br />
EndSection</td>
</tr>
</tbody>
</table>
</center>
<p><br />
添加两行参数<br />
</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 "TapButton1" "1" <br />
Option "TapButton2" "2" <br />
<br />
Option "TapButton1" "1"<br />
Option "TapButton2" "2"</td>
</tr>
</tbody>
</table>
</center>
<p><br />
改成这样就可以了。<br />
</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 "InputDevice" <br />
Identifier "Synaptics" <br />
Driver "synaptics" <br />
Option "Device" "/dev/input/mice" <br />
Option "Protocol" "auto-dev" <br />
Option "Emulate3Buttons" "yes" <br />
Option "TapButton1" "1" <br />
Option "TapButton2" "2" <br />
EndSection</td>
</tr>
</tbody>
</table>
</center>
頁:
[1]