ALT Linux hardware support
 help / color / mirror / Atom feed
From: "izi chniperson" <xodok11@gmail.com>
To: hardware@lists.altlinux.org
Subject: [Hardware] ps/2 и тачпад на ноутбуке
Date: Tue, 3 Jun 2008 09:09:11 +0400
Message-ID: <980757a0806022209r43a28f94pa719cd262a1295ec@mail.gmail.com> (raw)

>> Подскажите пожалуйста как решить такую проблему:
>> на двух ноутах (COMPAQ и FUJITSU-SIEMENS) в Х не работает мыш через ps/2 ,а
>> по USB проблем нет! Секция InputDevice для мыша в xorg.conf такая же, как и
>> на десктопе с работающиим ps/2.
>> С портом под виндой проблем нет!
>> Я подозреваю что проблема не новая , если не сложно подскажите как с ней
>> справляться.
> 2) Покажите для начала xorg.conf с обоих компов

На ноуте xorg.conf после всех манипуляций выглядит так:

...

Section "InputDevice"
    Identifier  "mouse0"
    Option  "Device"    "/dev/input/mice"
    #"SynPS/2 Synaptics TouchPad"
    Driver  "synaptics"
    Option  "Protocol"  "auto-dev"
    Option  "LeftEdge"      "1700"
    Option  "RightEdge"     "5300"
    Option  "TopEdge"       "1700"
    Option  "BottomEdge"    "4200"
    Option  "FingerLow" "25"
    Option  "FingerHigh"    "30"
    Option  "MaxTapTime"    "180"
    Option  "MaxTapMove"    "220"
    Option  "VertScrollDelta" "100"
    Option  "MinSpeed"  "0.06"
    Option  "MaxSpeed"  "0.12"
    Option  "AccelFactor" "0.0010"
    Option  "SHMConfig" "on"
EndSection

Section "InputDevice"
    Identifier  "mouse1"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/psaux"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

...

Section "ServerLayout"
    Identifier      "Default Layout"
    Screen  "Screen at Device0"
    InputDevice  "mouse0"     "CorePointer"
    InputDevice  "mouse1"     "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

...

Вывод cat /var/log/Xorg.0.log | grep '(EE)' на ноутбуке:

$ cat /var/log/Xorg.0.log | grep '(EE)'
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) Failed to load module "type1" (module does not exist, 0)

Использовал также

Section "InputDevice"
    Identifier  "mouse1"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

эффект тот же - внешняя мышь ps/2 не работает!

                 reply	other threads:[~2008-06-03  5:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=980757a0806022209r43a28f94pa719cd262a1295ec@mail.gmail.com \
    --to=xodok11@gmail.com \
    --cc=hardware@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 hardware support

This inbox may be cloned and mirrored by anyone:

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

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


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