[sisyphus] xorg-x11-server-1.4-alt2 и проблемы с мышью

Sergey N. Yatskevich =?iso-8859-1?q?syatskevich_=CE=C1_mail=2Eru?=
Пт Сен 14 19:55:46 MSD 2007


В Птн, 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 <syatskevich на mail.ru>
----------- следующая часть -----------
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
----------- следующая часть -----------
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 <avm на altlinux.ru>

# 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 <syatskevich на altlinux.ru> 0.14.6-alt2.1
- Build with xorg-1.4

* Sun Feb 04 2007 Alex V. Myltsev <avm на altlinux.ru> 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 <avm на altlinux.ru> 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 <rider на altlinux.ru> 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 <rider на altlinux.ru> 0.14.3-alt1
- new version

* Tue May 17 2005 Anton Farygin <rider на altlinux.ru> 0.14.2-alt1
- new version

* Tue Apr 12 2005 Anton Farygin <rider на altlinux.ru> 0.14.1-alt1
- new version

* Fri Oct 29 2004 Anton Farygin <rider на altlinux.ru> 0.13.6-alt1
- new version

* Mon Aug 16 2004 Anton Farygin <rider на altlinux.ru> 0.13.5-alt1
- new version

* Tue Jul 20 2004 Anton Farygin <rider на altlinux.ru> 0.13.3-alt1
- new version

* Tue May 11 2004 Anton Farygin <rider на altlinux.ru> 0.13.2-alt1
- 0.13.2

* Mon Apr 26 2004 Anton Farygin <rider на altlinux.ru> 0.13.0-alt2
- new version

* Tue Apr 20 2004 Anton Farygin <rider на altlinux.ru> 0.12.5-alt2
- place of the manpages fixed (#3934)
- more docs packaged

* Mon Mar 15 2004 Anton Farygin <rider на altlinux.ru> 0.12.5-alt1
- new version

* Tue Oct 28 2003 Rider <rider на altlinux.ru> 0.12.0-alt1
- first build for Sisyphus
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : synaptics-0.14.6.alt.patch
Тип     : text/x-patch
Размер  : 530 байтов
Описание: =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Url     : <http://lists.altlinux.org/pipermail/sisyphus/attachments/20070914/a00c4255/attachment-0002.bin>


Подробная информация о списке рассылки Sisyphus