ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] ps/2 и тачпад на ноутбуке
@ 2008-06-03  5:09 izi chniperson
  0 siblings, 0 replies; only message in thread
From: izi chniperson @ 2008-06-03  5:09 UTC (permalink / raw)
  To: hardware

>> Подскажите пожалуйста как решить такую проблему:
>> на двух ноутах (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 не работает!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-03  5:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-03  5:09 [Hardware] ps/2 и тачпад на ноутбуке izi chniperson

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