ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Mouse scrolling
@ 2008-06-14 17:59 Vyatcheslav Perevalov
  2008-06-14 18:28 ` Sergey
  0 siblings, 1 reply; 7+ messages in thread
From: Vyatcheslav Perevalov @ 2008-06-14 17:59 UTC (permalink / raw)
  To: community

Господа, а это только у меня после вчерашнего обновления (Бранч 4.0) 
перестало работать колесо прокрутки на мышке? И как его вернуть обратно в 
рабочее состояние?
-- 
Всего хорошего
		/vip

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-14 17:59 [Comm] Mouse scrolling Vyatcheslav Perevalov
@ 2008-06-14 18:28 ` Sergey
  2008-06-14 18:31   ` Vyatcheslav Perevalov
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey @ 2008-06-14 18:28 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В сообщении от Sunday 15 June 2008 00:59:54 Vyatcheslav Perevalov написал(а):
> Господа, а это только у меня после вчерашнего обновления (Бранч 4.0)
> перестало работать колесо прокрутки на мышке? И как его вернуть обратно в
> рабочее состояние?

В xorg.conf
Option	    "ZAxisMapping" "4 5"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-14 18:28 ` Sergey
@ 2008-06-14 18:31   ` Vyatcheslav Perevalov
  2008-06-14 18:40     ` Sergey
  2008-06-15 18:27     ` Владимир Гусев
  0 siblings, 2 replies; 7+ messages in thread
From: Vyatcheslav Perevalov @ 2008-06-14 18:31 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В сообщении от 15 июня 2008 Sergey написал(a):
> В xorg.conf
> Option      "ZAxisMapping" "4 5"

Имеется такое дело.

Section "InputDevice"
        Identifier  "Logitech Optical USB Mouse|0"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
EndSection
-- 
Всего хорошего
		/vip

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-14 18:31   ` Vyatcheslav Perevalov
@ 2008-06-14 18:40     ` Sergey
  2008-06-15 18:27     ` Владимир Гусев
  1 sibling, 0 replies; 7+ messages in thread
From: Sergey @ 2008-06-14 18:40 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В сообщении от Sunday 15 June 2008 01:31:43 Vyatcheslav Perevalov написал(а):
> В сообщении от 15 июня 2008 Sergey написал(a):
> > В xorg.conf
> > Option      "ZAxisMapping" "4 5"
>
> Имеется такое дело.
>
> Section "InputDevice"
>         Identifier  "Logitech Optical USB Mouse|0"
>         Driver      "mouse"
>         Option      "Device" "/dev/input/mice"
>         Option      "Protocol" "IMPS/2"
>         Option      "ZAxisMapping" "4 5"
> EndSection

Вот мой....
Странно...одинаково....а у тебя не работает(((

Section "InputDevice"
	Identifier  "PS2++ Logitech MX Mouse|0"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "IMPS/2"
	Option	    "ZAxisMapping" "4 5"
EndSection

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-14 18:31   ` Vyatcheslav Perevalov
  2008-06-14 18:40     ` Sergey
@ 2008-06-15 18:27     ` Владимир Гусев
  2008-06-16  2:46       ` Vyacheslav Brunev
  1 sibling, 1 reply; 7+ messages in thread
From: Владимир Гусев @ 2008-06-15 18:27 UTC (permalink / raw)
  To: community

> > В xorg.conf
> > Option      "ZAxisMapping" "4 5"
> 
> Имеется такое дело.
> 
> Section "InputDevice"
>         Identifier  "Logitech Optical USB Mouse|0"
>         Driver      "mouse"
>         Option      "Device" "/dev/input/mice"
>         Option      "Protocol" "IMPS/2"
>         Option      "ZAxisMapping" "4 5"
> EndSection

Мышь какая? usb или ps/2?
Попробуйте /dev/psaux (предварительно убедитесь, что он там есть)..
Перегрузите иксы после изменения в конфиге.

-- 
С уважением,
Владимир Гусев


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-15 18:27     ` Владимир Гусев
@ 2008-06-16  2:46       ` Vyacheslav Brunev
  2008-06-17 14:16         ` Vyatcheslav Perevalov
  0 siblings, 1 reply; 7+ messages in thread
From: Vyacheslav Brunev @ 2008-06-16  2:46 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В сообщении от Monday 16 June 2008 01:27:25 Владимир Гусев написал(а):
> > > В xorg.conf
> > > Option      "ZAxisMapping" "4 5"
> >
> > Имеется такое дело.
> >
> > Section "InputDevice"
> >         Identifier  "Logitech Optical USB Mouse|0"
> >         Driver      "mouse"
> >         Option      "Device" "/dev/input/mice"
> >         Option      "Protocol" "IMPS/2"
> >         Option      "ZAxisMapping" "4 5"
> > EndSection
>
> Мышь какая? usb или ps/2?
Судя по названию мышь - USB:
  Identifier  "Logitech Optical USB Mouse|0"

> Попробуйте /dev/psaux (предварительно убедитесь, что он там есть)..
> Перегрузите иксы после изменения в конфиге.
Вообще говоря конфиг рабочий... может сам скрол сдох?

-- 

С уважением, Вячеслав.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Mouse scrolling
  2008-06-16  2:46       ` Vyacheslav Brunev
@ 2008-06-17 14:16         ` Vyatcheslav Perevalov
  0 siblings, 0 replies; 7+ messages in thread
From: Vyatcheslav Perevalov @ 2008-06-17 14:16 UTC (permalink / raw)
  To: bv, ALT Linux Community general discussions

В сообщении от 16 июня 2008 Vyacheslav Brunev написал(a):
> > Мышь какая? usb или ps/2?
>
> Судя по названию мышь - USB:
>   Identifier  "Logitech Optical USB Mouse|0"
>

Да, именно так

> > Попробуйте /dev/psaux (предварительно убедитесь, что он там есть)..
> > Перегрузите иксы после изменения в конфиге.
>
> Вообще говоря конфиг рабочий... может сам скрол сдох?

Судя по тому, что мистическим образом самопочинилось, вполне возможно

Странно, да?

-- 
Всего хорошего
		/vip

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-06-17 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-14 17:59 [Comm] Mouse scrolling Vyatcheslav Perevalov
2008-06-14 18:28 ` Sergey
2008-06-14 18:31   ` Vyatcheslav Perevalov
2008-06-14 18:40     ` Sergey
2008-06-15 18:27     ` Владимир Гусев
2008-06-16  2:46       ` Vyacheslav Brunev
2008-06-17 14:16         ` Vyatcheslav Perevalov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

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

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


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