ALT Linux hardware support
 help / color / mirror / Atom feed
From: "Denis G. Samsonenko" <d.g.samsonenko@gmail.com>
To: hardware@lists.altlinux.org
Subject: Re: [Hardware] synaptics
Date: Wed, 10 Dec 2008 20:09:34 +0600
Message-ID: <957265820812100609y2fb5f694of1c3ff3b583b4a91@mail.gmail.com> (raw)
In-Reply-To: <957265820811250315n121ddb9dx5fdef22c20c28c03@mail.gmail.com>

Привет!

> Короче не распознаёт synaptics мой тачпад.
> Из приведённой ранее мною ссылки (http://arjan.opmeer.net/elantech/)
> следует, что нужно ядро 2.6.28 (там же есть патчи для 2.6.26.5 и
> 2.6.27-rc5-mm1) и Xorg Synaptics driver 0.99.1 или новее.

С новым ядром 2.6.25-alt8.M41.4 теперь мой тачпад правильно
определяется и нормально
работает с такими настройками в xorg.conf:

Section "ServerLayout"
        Identifier     "Minimal layout"
        Screen         "Screen0" 0 0
        InputDevice    "mouse"
        InputDevice    "Touchpad"
EndSection

Section "Module"
        Load  "freetype"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "evdev"
        Load  "synaptics"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "yes"
        Option      "ZAxisMapping" "4 5"
        Option      "CorePointer"
EndSection

Section "InputDevice"
    Identifier  "Touchpad"
    Driver      "synaptics"
    Option      "Device"               "/dev/psaux"
    Option      "Protocol"             "auto-dev"
    Option      "SHMConfig"            "on"
    Option      "SendCoreEvents"       "yes"
    Option      "VertTwoFingerScroll"  "1"
    Option      "HorizTwoFingerScroll" "1"
    Option      "VertEdgeScroll"       "0"
    Option      "HorizEdgeScroll"      "0"
EndSection

Работает скролинг двумя пальцами как вертикальный, так и горизонтальный.

Заодно прописал в ~/xsession.d запуск syndaemon -t  -d, чтобы при
наборе с клавиатуры тачпад не реагировал на случайные прикосновения.

-- 
Всего доброго,

Денис.

  reply	other threads:[~2008-12-10 14:09 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 [this message]
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
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=957265820812100609y2fb5f694of1c3ff3b583b4a91@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