From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Sergey N. Yatskevich" To: ALT Linux Sisyphus discussions In-Reply-To: <200709141923.43306@VOMUS> References: <578922516.1189767424.165063072.27719@mcgi35.rambler.ru> <1189769767.12168.17.camel@snc.2100.gosniias.ru> <200709141923.43306@VOMUS> Content-Type: multipart/mixed; boundary="=-6Hfc3DYwhaY/GbgLZwrq" Date: Fri, 14 Sep 2007 19:55:46 +0400 Message-Id: <1189785346.27991.28.camel@snc.2100.gosniias.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-alt2) Subject: Re: [sisyphus] =?koi8-r?b?eG9yZy14MTEtc2VydmVyLTEuNC1hbHQyIMkg0NLP?= =?koi8-r?b?wszFzdkg0yDN2dvYwA==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: syatskevich@altlinux.ru, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2007 15:55:15 -0000 Archived-At: List-Archive: List-Post: --=-6Hfc3DYwhaY/GbgLZwrq Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit В Птн, 14/09/2007 в 19:23 +0400, Sergei O. Naumov пишет: > Мнда... Поставил явно CorePointer на мышь, а synaptics убрал. После этого мышь > глючить перестала. Только у меня до этого synaptics был AlwaysCore, a мышь > SendCoreEvents. Это можно интерпретировать как то, что Core-девайс был > указан? Более того, он один был. Х/з как это интерпретировать? Я тут действительно как шаман экспериментатор - там постучал, здесь попинал :) > При этом сейчас, когда synaptics вообще убран из ServerLayout, он тачпад > продолжает отрабатывать двойные стуки. Нормально отрабатываются стуки, двойные стуки и две крайние кнопки, а вот правый край тачпада как scroll и две центральные кнопки, аналог колёсика на мыше не работают. Собственно это я и назвал работой только базовых функций. > Но у вас я не увидел synaptics вообще... Я отправил xorg.conf без synaptics. Для того, чтобы synaptics заработал мне пришлось его пересобрать (там ещё патч на Makefile надо наложить, иначе он не находит заголовки libpixman). К письму прилагаю свой итоговый xorg.conf, в котором у меня работает всё, патч и spec для synaptics. -- Sergey N. Yatskevich --=-6Hfc3DYwhaY/GbgLZwrq Content-Disposition: attachment; filename=xorg.conf Content-Type: text/plain; name=xorg.conf; charset=koi8-r Content-Transfer-Encoding: 7bit Section "Module" Load "dbe" Load "ddc" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "dri" Load "glx" Load "int10" Load "record" Load "vbe" Load "v4l" Load "freetype" EndSection Section "dri" Mode 0666 EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "ImPS/2" EndSection Section "Monitor" Identifier "LVDS" Option "DPMS" "yes" EndSection Section "Device" Identifier "LVDS" Driver "ati" EndSection Section "Screen" Identifier "LVDS" Device "LVDS" # DefaultColorDepth 16 DefaultColorDepth 24 Monitor "LVDS" SubSection "Display" Depth 1 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection SubSection "Display" Depth 4 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection SubSection "Display" Depth 8 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1024x768" Virtual 1400 1050 EndSubSection EndSection Section "ServerLayout" Identifier "Xorg" Screen 0 "LVDS" InputDevice "Keyboard" "CoreKeyboard" InputDevice "Touchpad" "CorePointer" InputDevice "Mouse" EndSection --=-6Hfc3DYwhaY/GbgLZwrq Content-Disposition: attachment; filename=synaptics.alt.spec Content-Type: text/plain; name=synaptics.alt.spec; charset=koi8-r Content-Transfer-Encoding: 7bit Name: synaptics Version: 0.14.6 Release: alt2.1 Summary: Synaptics TouchPad driver for XFree86 License: GPL Group: System/XFree86 URL: http://w1.894.telia.com/~u89404340/touchpad Source0: %url/files/%name-%version.tar.bz2 Patch0: %name-%version.alt.patch Packager: Alex V. Myltsev # Automatically added by buildreq on Fri Jan 27 2006 BuildRequires: libX11-devel libXext-devel xorg-x11-proto-devel xorg-x11-sdk %set_verify_elf_method unresolved=relaxed %description This is a driver for the Synaptics TouchPad for XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad become available. %package -n xorg-x11-drv-%name Summary: Synaptics TouchPad driver for XFree86 License: GPL Group: System/XFree86 Obsoletes: %name Provides: %name %description -n xorg-x11-drv-%name This is a driver for the Synaptics TouchPad for XFree86 4.x. A Synaptics touchpad by default operates in compatibility mode by emulating a standard mouse. However, by using a dedicated driver, more advanced features of the touchpad becomes available. %prep %setup -q %patch -p1 %build %make clean %make ARCH=%_arch LD=gcc PREFIX=%prefix %install %make DESTDIR=%buildroot PREFIX=%prefix MANDIR=%buildroot%_mandir install %files -n xorg-x11-drv-%name %doc README.alps README NEWS COMPATIBILITY INSTALL %_libdir/X11/modules/input/synaptics_drv.so %_bindir/synclient %_bindir/syndaemon %_man1dir/synclient.* %_man1dir/syndaemon.* %_man5dir/synaptics.* %changelog * Fri Sep 14 2007 Sergey N. Yatskevich 0.14.6-alt2.1 - Build with xorg-1.4 * Sun Feb 04 2007 Alex V. Myltsev 0.14.6-alt2 - Fix TEXTREL on i586 (link with gcc instead of ld). - Upstream git head: compatibility list fixes, 2-finger-emulation on ALPS. * Sun Sep 17 2006 Alex V. Myltsev 0.14.6-alt1 - New version: pressure-dependent motion speed, two-finger scroll, etc - Now compatible with Xorg-7.1. * Tue Jan 31 2006 Anton Farygin 0.14.4-alt2 - new version - updated for xorg-7.0 - binary package renamed to xorg-x11-drv-%name * Thu Sep 15 2005 Anton Farygin 0.14.3-alt1 - new version * Tue May 17 2005 Anton Farygin 0.14.2-alt1 - new version * Tue Apr 12 2005 Anton Farygin 0.14.1-alt1 - new version * Fri Oct 29 2004 Anton Farygin 0.13.6-alt1 - new version * Mon Aug 16 2004 Anton Farygin 0.13.5-alt1 - new version * Tue Jul 20 2004 Anton Farygin 0.13.3-alt1 - new version * Tue May 11 2004 Anton Farygin 0.13.2-alt1 - 0.13.2 * Mon Apr 26 2004 Anton Farygin 0.13.0-alt2 - new version * Tue Apr 20 2004 Anton Farygin 0.12.5-alt2 - place of the manpages fixed (#3934) - more docs packaged * Mon Mar 15 2004 Anton Farygin 0.12.5-alt1 - new version * Tue Oct 28 2003 Rider 0.12.0-alt1 - first build for Sisyphus --=-6Hfc3DYwhaY/GbgLZwrq Content-Disposition: attachment; filename=synaptics-0.14.6.alt.patch Content-Type: text/x-patch; name=synaptics-0.14.6.alt.patch; charset=koi8-r Content-Transfer-Encoding: 7bit diff -Naur synaptics-0.14.6/Makefile synaptics-0.14.6.alt/Makefile --- synaptics-0.14.6/Makefile 2007-02-04 01:58:11 +0300 +++ synaptics-0.14.6.alt/Makefile 2007-09-14 12:13:04 +0400 @@ -37,7 +37,7 @@ SDKDIR = $(shell pkg-config xorg-server --variable=sdkdir) ALLINCLUDES = -I. -I$(INSTALLED_X)/include/X11 \ -I$(INSTALLED_X)/include/X11/extensions \ - -I$(SDKDIR) + -I$(SDKDIR) -I$(INSTALLED_X)/include/pixman-1 else INSTALLED_X = /usr/X11R6 INPUT_MODULE_DIR = $(DESTDIR)/$(INSTALLED_X)/$(LIBDIR)/modules/input --=-6Hfc3DYwhaY/GbgLZwrq--