ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Sergey N. Yatskevich" <syatskevich@mail.ru>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] xorg-x11-server-1.4-alt2 и проблемы с мышью
Date: Fri, 14 Sep 2007 15:36:07 +0400
Message-ID: <1189769767.12168.17.camel@snc.2100.gosniias.ru> (raw)
In-Reply-To: <578922516.1189767424.165063072.27719@mcgi35.rambler.ru>

[-- Attachment #1: Type: text/plain, Size: 2310 bytes --]

В Птн, 14/09/2007 в 14:57 +0400, Sergei Naumov пишет:
> Господа:
> с утра обновился до xorg-x11-server-1.4-alt2 (и соответственно все 
> зависимости) и мышь покривела конкретно: нет перехода на ссылку 
> (Konqueror, Firefox) по левой кнопке, правая перестала вываливать меню 
> действой в Kmail'е, интервал двойного щелчка стал таким, что любое 
> нажатие эквивалентно двум.
У меня сразу после обновления были такие же глюки, вот результат
переписки с shrek@

В Птн, 14/09/2007 в 14:41 +0400, Valery V. Inozemtsev пишет: 
> В сообщении от 14 сентября 2007 Sergey N. Yatskevich написал(a):
> > xorg.conf и log
> 
> посмотрите в конец Xorg.0.log, там две мыши (и клавиатуры тоже), какую
> из них  пытаетесь настраивать и какой из них пользуетесь? и откуда в
> ноутбуке ExplorerPS/2?
Две мыши и клавиатуры убрались после добавления "Core...":
    InputDevice "Keyboard" "CoreKeyboard"
    InputDevice "Mouse"    "CorePointer"

Уря-я-я! работает. Вроде все глюки исчезли. Спасибо за подсказку
куда копать.

P.S. а сразу после установки нового xorg у меня в xorg.conf всё
     это было прописано (!!!!) и не работало. Правда у меня ещё
     использовался и драйвер synaptics, может он глючил.

P.P.S. А ExplorerPS/2 это он сам определяет, причём установка
       протокола в ImPS/2 ни на что не влияет. Оба работают
       одинаково. С любым из этих протоколов и без синаптика
       тоучпад не работает как надо, поддерживается только
       базовая функциональность.

P.P.P.S. Аккуратненько добавил synaptics как CorePointer и убрал
         CorePointer у mouse. Вроде бы и тоучпад заработал как
         надо и внешняя мышка продолжает работать.

P.P.P.P.S. Сейчас ещё поэкспериментировал, вобщем похоже глюки
           были из-за отсутствия явного указания CorePointer.
           Несмотря на то, что X-сервер говорит в логе, что
           буду использовать как Core первое попавшееся устр-во
           он делает нечто странное и начинаются все эти глюки.
           Кроме того, в отличии от предыдущих версий нельзя
           указывать несколько Core девайсов, тогда один из
           них перестаёт работать.

Да, на всякий случай. Вот мой рабочий вариант xorg.conf. Менялось
относительно моего нерабочего варианта только содержимое Section
"ServerLayout".

-- 
Sergey N. Yatskevich <syatskevich@mail.ru>

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 1535 bytes --]

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 "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 "Mouse"    "CorePointer"
EndSection

  parent reply	other threads:[~2007-09-14 11:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14 10:57 Sergei Naumov
2007-09-14 10:58 ` Valery V. Inozemtsev
2007-09-14 11:36 ` Sergey N. Yatskevich [this message]
2007-09-14 12:30   ` [sisyphus] [SOLVED] xorg-x11-server-1.4-alt2 и проблемы с WindowMaker Michael Shigorin
2007-09-14 15:23   ` [sisyphus] xorg-x11-server-1.4-alt2 и проблемы с мышью Sergei O. Naumov
2007-09-14 15:31     ` Valery V. Inozemtsev
2007-09-14 15:55     ` Sergey N. Yatskevich
2007-09-14 16:41       ` Michael Shigorin
2007-09-14 16:48         ` Valery V. Inozemtsev
2007-09-14 16:51         ` Sergey N. Yatskevich

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=1189769767.12168.17.camel@snc.2100.gosniias.ru \
    --to=syatskevich@mail.ru \
    --cc=sisyphus@lists.altlinux.org \
    --cc=syatskevich@altlinux.ru \
    /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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git