From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-Yandex-Spam: 1 X-Yandex-Front: smtp16 X-Yandex-TimeMark: 1231353426 X-BornDate: 1119474000 X-Yandex-Karma: 0 X-Yandex-KarmaStatus: 0 X-MsgDayCount: 1 X-Comment: RFC 2476 MSA function at smtp16.yandex.ru logged sender identity as: queq Message-ID: <4964F64B.1040807@yandex.ru> Date: Wed, 07 Jan 2009 21:36:59 +0300 From: =?KOI8-R?Q?=22=E1=CC=2E_=E1=CC=2E=22?= User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: ALT Linux Sisyphus discussions References: <495A2BDF.9020004@yandex.ru> In-Reply-To: <495A2BDF.9020004@yandex.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: [sisyphus] =?koi8-r?b?79vJwsvBIEhBTA==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 18:37:17 -0000 Archived-At: List-Archive: List-Post: Возникает ошибка с мышкой при загрузке иксов. Мышка работает, но при переходе в спящий режим и возвращении мышка перестаёт работать. Привожу часть вывода из /var/log/Xorg.0.log: (**) Option "Protocol" "IMPS/2" (**) ImExPS/2 Logitech Wheel Mouse|0: Device: "/dev/input/mice" (**) ImExPS/2 Logitech Wheel Mouse|0: Protocol: "IMPS/2" (**) Option "CorePointer" (**) ImExPS/2 Logitech Wheel Mouse|0: always reports core events (**) Option "Device" "/dev/input/mice" (==) ImExPS/2 Logitech Wheel Mouse|0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) ImExPS/2 Logitech Wheel Mouse|0: ZAxisMapping: buttons 4 and 5 (**) ImExPS/2 Logitech Wheel Mouse|0: Buttons: 9 (**) ImExPS/2 Logitech Wheel Mouse|0: Sensitivity: 1 (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) evaluating device (ImExPS/2 Logitech Wheel Mouse|0) (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Wheel Mouse|0" (type: MOUSE) (II) ImExPS/2 Logitech Wheel Mouse|0: ps2EnableDataReporting: succeeded (II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse (EE) config/hal: NewInputDeviceRequest failed (II) config/hal: Adding input device AT Translated Set 2 keyboard (EE) config/hal: NewInputDeviceRequest faile а также часть конфига /etc/X11/xorg.conf: Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "ImExPS/2 Logitech Wheel Mouse|0" "CorePointer" EndSection Section "Module" Load "freetype" Load "glx" Load "dri" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "ImExPS/2 Logitech Wheel Mouse|0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection По мануалу здесь: http://freesource.info/wiki/AltLinux/Sisyphus/changes пробовал сделать изменения: Section "ServerFlags" Option "AllowEmptyInput" "false" Option "AllowMouseOpenFail" "true" Option "AutoAddDevices" "false" EndSection но безрезультатно, иксы не загружаются. Бага HAL или исправляется?