انجمن‌های فارسی اوبونتو

کمک و پشتیبانی => سایر توزیع‌های گنو/لینوکس => ردهت/فدورا => نویسنده: فرهاد فرامرزی در 05 آذر 1388، 07:05 ب‌ظ

عنوان: حل مشکل touchpad فدورا در kde
ارسال شده توسط: فرهاد فرامرزی در 05 آذر 1388، 07:05 ب‌ظ
سلام
این راهنما رو برای کسانی می زارم که با touchpad لپ تاپ شون در گیر هستند . همان طور که می دونید در kde گزینه ی touchpad در تنظیمات موس وجود ندارد برای همین برای کلیک با صفحه ی touchpad مشکل داریم برای این کار راه حلی پیدا کردم که خیلی مفیده و خودم دارم ازش استفاده می کنم

برای اینکار اول فایل /usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi به داخل etc/hal/fdi/policy کپی کنید سپس فایل رو ویرایش کنید و این چهار خط زیر رو

<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>

بعد از

  <merge key="input.x11_options.TapButton2" type="string">2</merge>
             <merge key="input.x11_options.TapButton3" type="string">3</merge>
        -->

اضافه کنید . یعنی می شود

<merge key="input.x11_options.TapButton1" type="string">1</merge>
             <merge key="input.x11_options.TapButton2" type="string">2</merge>
             <merge key="input.x11_options.TapButton3" type="string">3</merge>
        -->
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
    </match>

بعد فایل رو ذخیره کنید و یک بار دستگاه رو reboot کنید .

به همین سادگی به همین خوشمزگی