ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Dmytro Kovalskyy" <dikov@imbg.org.ua>
To: "ALT Linux Community" <community@lists.altlinux.org>
Subject: Re: [Comm] touchpad+mouse in Xorg
Date: Wed, 3 May 2006 10:12:58 +0300 (EEST)
Message-ID: <33044.213.227.195.166.1146640378.squirrel@mail.imbg.org.ua> (raw)
In-Reply-To: <200605031032.58729.shrek@freesource.info>


Valery V. Inozemtsev сообщил(а):
>> >> можно ли в Хорг сделать так что бы и
>> >> мыша
>> >> (USB) и тачпад работали одновременно,
>> >> причем мышу можно было вытыкать и
>> >> втыкать без перезагрузки Иксов?
>> >
>> > можно. конфиг в атаче
>>
>> насколько я понял из Вашего конфига, Вы
>> thinkpad'у присвоили драйвер и свойства
>> клавиатуры, я прав?
>
> thinkpad это клавиатура, трекпоинт/мышь -
> trackpaint
тогда, у вас не указан тачпад (может у вас
его и нет на ноуте)

Я разгреб идею
ключевым моментом был раздел

Section "ServerFlags"
        AllowMouseOpenFail
        Option "DontZap"
EndSection

Таким образом, конфиг на две "мышки"
выглядит так:


[root@dnote X11]# cat xorg.conf
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Screen at Device0" 0 0
        Screen         "Screen at Device1" 0 0
        InputDevice    "mouse0" "AlwaysCore"
        InputDevice    "mouse1" "CorePointer"
        InputDevice    "ruwin_ct_sh" "CoreKeyboard"
EndSection

Section "ServerFlags"
        AllowMouseOpenFail
        Option "DontZap"
EndSection

Section "Files"
        FontPath     "unix/:-1"
EndSection

Section "Module"
        Load  "dbe"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
        Load  "type1"
        Load  "freetype"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "ruwin_ct_sh"
        Driver      "kbd"
        Option      "XkbLayout" "us,ru"
        Option      "XkbOptions" "grp:ctrl_shift_toggle"
        Option      "XkbVariant" ",winkeys"
EndSection



Section "InputDevice"
        Identifier  "mouse0"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        #"SynPS/2 Synaptics TouchPad"
        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      "Device" "/dev/input/mouse1"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "cmo1506|0"
        DisplaySize  300        230
EndSection

Section "Monitor"
        Identifier   "cmo1506|1"
        DisplaySize  300        230
EndSection

Section "Device"
        Identifier  "Intel 8xx/9xx (generic)|0"
        Driver      "i810"
        VideoRam     65536
EndSection

Section "Device"
        Identifier  "Intel 8xx/9xx (generic)|1"
        Driver      "i810"
        VideoRam     65536
EndSection

Section "Screen"
        Identifier "Screen at Device0"
        Device     "Intel 8xx/9xx (generic)|0"
        Monitor    "cmo1506|0"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen at Device1"
        Device     "Intel 8xx/9xx (generic)|1"
        Monitor    "cmo1506|1"
        DefaultDepth     16
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "1024x736" "1024x600" "960x720"
"848x480" "832x624" "800x600" "720x576" "640x480"
        EndSubSection
EndSection

Section "DRI"
#       Group        "xgrp"
        Mode         0666
EndSection


Пасиба за хинт :0)!

Дима

>
> --
> Valery V. Inozemtsev
> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
PhD Dmytro Kovalskyy        dikov@imbg.org.ua
IMBG of UAS           tel:+380445265405
150, Zabolotnogo str,        fax:+380445260759
Kiev, 03143 Ukraine          mob:+380442019198


  reply	other threads:[~2006-05-03  7:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-02 14:22 Dmytro Kovalskyy
2006-05-02 19:32 ` Valery V. Inozemtsev
2006-05-03  6:31   ` Dmytro Kovalskyy
2006-05-03  6:32     ` Valery V. Inozemtsev
2006-05-03  7:12       ` Dmytro Kovalskyy [this message]
2006-05-03  7:12         ` Valery V. Inozemtsev

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=33044.213.227.195.166.1146640378.squirrel@mail.imbg.org.ua \
    --to=dikov@imbg.org.ua \
    --cc=03143@imbg.org.ua \
    --cc=Ukraine@imbg.org.ua \
    --cc=community@lists.altlinux.org \
    --cc=str@imbg.org.ua \
    /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