* [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP!
@ 2005-03-05 19:57 Slobodian Viacheslav
2005-03-05 22:31 ` Alexey Rusakov
0 siblings, 1 reply; 4+ messages in thread
From: Slobodian Viacheslav @ 2005-03-05 19:57 UTC (permalink / raw)
To: Community
В руководстве по настройке ВСЕХ клавиш моей мыши (http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46) указано использовать протокол evdev.
Делается это следующей строчкой в xorg.conf:
Option "Protocol" "evdev"
Однако при загрузке иксов выдаётся следующее в логах:
(EE) Mouse[0]: Unknown protocol "evdev"
Сейчас мышь подключена в иксах так:
Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice"
И xev определяет сигналы от скрола вниз и одной из дополнительных клавиш одинаковым образом.
Ниже привожу выводы команд и версии основных задействованных пакетов..
[slv@slava slv]$ rpm -q xorg-x11
xorg-x11-6.8.2-alt3
[root@slava log]# lsmod
Module Size Used by
usbhid 31680 0
binfmt_misc 11784 1
sd_mod 17552 0
sg 37792 0
lp 11176 0
autofs4 19204 0
sisfb 252584 0
snd_pcm_oss 52768 0
snd_mixer_oss 18688 1 snd_pcm_oss
snd_intel8x0 32320 0
snd_ac97_codec 70904 1 snd_intel8x0
snd_pcm 90504 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 25604 1 snd_pcm
snd 55268 6 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 9824 1 snd
snd_page_alloc 9860 2 snd_intel8x0,snd_pcm
i2c_sis96x 5380 0
i2c_core 22160 1 i2c_sis96x
sis_agp 8068 1
analog 11808 0
ns558 5632 0
gameport 4608 2 analog,ns558
tsdev 7488 0
psmouse 26764 0
parport_pc 40388 1
parport 35016 2 lp,parport_pc
8250_pnp 8576 0
8250 32484 1 8250_pnp
serial_core 22272 1 8250
floppy 58064 0
evdev 9216 0
pcspkr 3816 0
ohci_hcd 22152 0
ehci_hcd 32644 0
usbcore 116728 4 usbhid,ohci_hcd,ehci_hcd
nls_cp866 5376 4
smbfs 63736 5
sis900 19588 0
nls_koi8_r 5376 5
ntfs 172688 1
subfs 7936 2
dm_mod 57980 0
processor 27948 0
button 8592 0
sr_mod 18212 0
cdrom 38172 1 sr_mod
ac 6404 0
battery 12292 0
agpgart 33064 1 sis_agp
ide_scsi 15748 0
scsi_mod 119296 4 sd_mod,sg,sr_mod,ide_scsi
rtc 12728 0
reiserfs 257876 2
ide_disk 19328 5
ide_generic 1408 0 [permanent]
sis5513 14344 0 [permanent]
ide_core 126288 4 ide_scsi,ide_disk,ide_generic,sis5513
[root@slava log]# uname -a
Linux slava.310.ru 2.6.10-std26-up-alt3 #1 Thu Feb 10 16:24:18 MSK 2005 i686 unknown unknown GNU/Linux
Спасибо за ответы!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP!
2005-03-05 19:57 [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP! Slobodian Viacheslav
@ 2005-03-05 22:31 ` Alexey Rusakov
2005-03-09 7:58 ` Slobodian Viacheslav
0 siblings, 1 reply; 4+ messages in thread
From: Alexey Rusakov @ 2005-03-05 22:31 UTC (permalink / raw)
To: community
Slobodian Viacheslav wrote:
>В руководстве по настройке ВСЕХ клавиш моей мыши (http://www.linux-gamers.net/modules/wfsection/article.php?articleid=46) указано использовать протокол evdev.
>Делается это следующей строчкой в xorg.conf:
> Option "Protocol" "evdev"
>
>
>Однако при загрузке иксов выдаётся следующее в логах:
>(EE) Mouse[0]: Unknown protocol "evdev"
>
>
Сие означает, что вы поленились выполнить первый пункт в указанном вами
руководстве. X.org из Sisyphus не поддерживает evdev
>Сейчас мышь подключена в иксах так:
>Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice"
>
>И xev определяет сигналы от скрола вниз и одной из дополнительных клавиш одинаковым образом.
>
>Ниже привожу выводы команд и версии основных задействованных пакетов..
>
>[slv@slava slv]$ rpm -q xorg-x11
>xorg-x11-6.8.2-alt3
>
>
Cамое нужное вы как раз и не привели: кусок xorg.conf для
соответствующего InputDevice - полностью.
--
Alexey "Ktirf" Rusakov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP!
2005-03-05 22:31 ` Alexey Rusakov
@ 2005-03-09 7:58 ` Slobodian Viacheslav
2005-03-09 8:43 ` Slobodian Viacheslav
0 siblings, 1 reply; 4+ messages in thread
From: Slobodian Viacheslav @ 2005-03-09 7:58 UTC (permalink / raw)
To: community
On Sun, 06 Mar 2005 01:31:06 +0300
Alexey Rusakov <ktirf@altlinux.ru> wrote:
> Сие означает, что вы поленились выполнить первый пункт в указанном вами
> руководстве. X.org из Sisyphus не поддерживает evdev
Сделал всё как в руководстве, кроме патча драйвера клавиатуры. Не нашёл я нужного файлика.. Ну да не должны они пересекаться..
# strings /usr/X11R6/bin/X | grep evdev
evdevStart
evdevNewDriver
evdevGetFDForDriver
evdev
%s: cannot register with evdev brain
%s: cannot start evdev brain
/tmp/.X11-unix/evdev%d
evdev brain
Как в руководстве. Типа всё нормалёк.
В xorg.conf пишу следующее:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Name" "Logitech MX700"
# Option "Protocol" "evdev"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection
Так работает. С протоколом evdev пишет
(EE) Mouse1: cannot register with evdev brain
Пробую как в руководстве:
Section "InputDevice"
Identifier "Mouse[0]"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse" # cat /proc/bus/input/devices
Option "Dev Phys" "usb-*/input0" # cat /proc/bus/input/devices
# Option "Dev Phys" "usb-0000:00:03.0-1/input0" # cat /proc/bus/input/devices
Option "Device" "/dev/input/mice" # (/dev/input/mice also appears to work)
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection
Невозможно открыть устройство, хоть какой вариант указан в Dev Phys..
Нашёл единственное, вроде, место, где обсуждают подобную проблему:
http://forums.gentoo.org/viewtopic-t-122174-postdays-0-postorder-asc-highlight-logitechapplet-start-25.html
но там руководства к действию не нашёл- из-за чего конкретно возникают ошибки..
Я уже evdev и в hotplug прописал, как говорится в идущей с Альтом документации.. А всё без толку.. Я опять чего-то недопонимаю.
Помогите!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP!
2005-03-09 7:58 ` Slobodian Viacheslav
@ 2005-03-09 8:43 ` Slobodian Viacheslav
0 siblings, 0 replies; 4+ messages in thread
From: Slobodian Viacheslav @ 2005-03-09 8:43 UTC (permalink / raw)
To: community
Вдогонку, размещение у меня USB-мыши:
[root@slava X11]# cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0003 Vendor=046d Product=c506 Version=1600
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:03.0-1/input0
H: Handlers=mouse0 event1 ts0
B: EV=20007
B: KEY=ffff0000 0 0 0 0 0 0 0 0
B: REL=103
B: LED=fc00
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event2
B: EV=40001
B: SND=6
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-09 8:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05 19:57 [Comm] MOUSE Option "Protocol" "evdev" PLEASE HELP! Slobodian Viacheslav
2005-03-05 22:31 ` Alexey Rusakov
2005-03-09 7:58 ` Slobodian Viacheslav
2005-03-09 8:43 ` Slobodian Viacheslav
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