From: "Denis G. Samsonenko" <d.g.samsonenko@gmail.com> To: hardware@lists.altlinux.org Subject: Re: [Hardware] synaptics Date: Tue, 16 Dec 2008 19:13:29 +0600 Message-ID: <957265820812160513l5babe0u7658286f52c34e84@mail.gmail.com> (raw) In-Reply-To: <9bd187690812160455m7428f5ccqd323d5ff14d2108@mail.gmail.com> Привет! 16 декабря 2008 г. 18:55 Andriy Dobrovol`s`kii написал: > Section "InputDevice" > Identifier "touchpad" > Driver "synaptics" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "TouchpadOff" "0" > Option "SHMConfig" "on" > Option "SendCoreEvents" "yes" > # Option "VertTwoFingerScroll" "1" > # Option "HorizTwoFingerScroll" "1" > Option "VertEdgeScroll" "true" > Option "HorizEdgeScroll" "true" У вас на тачпаде есть специальные области скролинга? На моём нет, скролинг делается одновременным движением 2 пальцев горизонтально или вертикально в любом месте тачпада. Если у вас нет специальных областей для скролинга (обычно справа и снизу по краю), то стоит записать так: Option "VertEdgeScroll" "0" Option "HorizEdgeScroll" "0" За скролинг двумя пальцами отвечают следующие опции: Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Если у вас модель, похожая на мою, то сделайте как я указал. Если же у вас действительно есть отдельные области для скролинга на тачпаде, то видимо у вас другая модель. > EndSection В любом случае можно попробовать оставить только минимум опций, чтобы остальные определялись по умолчанию. Попробуйте оставить только следующее: Section "InputDevice" Identifier "touchpad" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "SendCoreEvents" "yes" EndSection Если заработает, то можно дальше играться с настройками. -- Всего доброго, Денис.
next prev parent reply other threads:[~2008-12-16 13:13 UTC|newest] Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-11-15 18:52 Denis G. Samsonenko 2008-11-17 11:46 ` Denis G. Samsonenko 2008-11-17 13:44 ` Kharitonov A. Dmitry 2008-11-17 18:21 ` Denis G. Samsonenko 2008-11-25 11:15 ` Denis G. Samsonenko 2008-12-10 14:09 ` Denis G. Samsonenko 2008-12-15 23:17 ` Andriy Dobrovol`s`kii 2008-12-16 6:53 ` Denis G. Samsonenko 2008-12-16 11:15 ` Andriy Dobrovol`s`kii 2008-12-16 11:58 ` Denis G. Samsonenko 2008-12-16 12:55 ` Andriy Dobrovol`s`kii 2008-12-16 13:13 ` Denis G. Samsonenko [this message] 2008-12-16 14:39 ` Andriy Dobrovol`s`kii 2008-12-17 6:51 ` Alexey Novikov 2008-12-17 8:29 ` Denis G. Samsonenko 2008-12-17 9:00 ` Alexey Novikov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=957265820812160513l5babe0u7658286f52c34e84@mail.gmail.com \ --to=d.g.samsonenko@gmail.com \ --cc=hardware@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux hardware support This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \ hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org public-inbox-index hardware Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.hardware AGPL code for this site: git clone https://public-inbox.org/public-inbox.git