ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Kharitonov A. Dmitry" <kharpost@rambler.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] При старте KDE отваливается тачпад
Date: Fri, 10 Apr 2015 21:29:22 +0300
Message-ID: <55281682.6090504@rambler.ru> (raw)
In-Reply-To: <5528097E.60009@rambler.ru>

10.04.2015 20:33, Kharitonov A. Dmitry пишет:
> 10.04.2015 16:28, Sergey V Turchin пишет:
>> On Friday 10 April 2015 11:43:08 Kharitonov A wrote:
>>> При старте KDE отваливается тачпад.
>>>
>>> В окне ввода пароля тачпад работает. В процессе загрузки KDE перестаёт
>>> работать.
>>> При завершении сеанса KDE появляется окно вода пароля там опять 
>>> работает.
>> Видимо, запуск
>> /usr/share/kde4/autostart/synaptiks_*.desktop
>> влияет. synaptiks настраивали?
> Не настраивал.
> На запуск вручную появляется меню настройки.
> Но настройка ни к чему не приводит.

по совету http://ubuntuforums.org/showthread.php?t=2189117
sudo modprobe -r psmouse
sudo modprobe psmouse

Помогает, но создание
user@eee2 ~ 21:21:17> cat /etc/pm/sleep.d/65fixtouchpad
#!/bin/sh
#
# 65fixtouchpad: unload/reload psmouse module

case "$1" in
     hibernate|suspend)
         modprobe -r psmouse
         ;;
     thaw|resume)
         modprobe psmouse
         ;;
     *) exit $NA
         ;;
esac

эффекта не даёт




  parent reply	other threads:[~2015-04-10 18:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10  8:43 Kharitonov A. Dmitry
2015-04-10 13:28 ` Sergey V Turchin
2015-04-10 17:33   ` Kharitonov A. Dmitry
2015-04-10 17:48     ` Kharitonov A. Dmitry
2015-04-10 18:29     ` Kharitonov A. Dmitry [this message]
2015-04-11  3:48       ` Kharitonov A. Dmitry
2015-04-11  7:00         ` Vasiliy D. Sevostyanov
2015-04-11  8:25           ` Kharitonov A. Dmitry
2015-04-11  9:39             ` Vasiliy D. Sevostyanov
2015-04-11 11:24               ` Kharitonov A. Dmitry
2015-04-11 18:39 ` Kharitonov A. Dmitry

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=55281682.6090504@rambler.ru \
    --to=kharpost@rambler.ru \
    --cc=community@lists.altlinux.org \
    /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 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