From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <33044.213.227.195.166.1146640378.squirrel@mail.imbg.org.ua> In-Reply-To: <200605031032.58729.shrek@freesource.info> References: <46164.213.227.195.166.1146579752.squirrel@mail.imbg.org.ua> <200605022333.02874.shrek@freesource.info> <33008.213.227.195.166.1146637876.squirrel@mail.imbg.org.ua> <200605031032.58729.shrek@freesource.info> Date: Wed, 3 May 2006 10:12:58 +0300 (EEST) From: "Dmytro Kovalskyy" To: "ALT Linux Community" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [Comm] touchpad+mouse in Xorg X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: 150 Zavbolotnogo , Kiev <03143@imbg.org.ua>, Ukraine@imbg.org.ua, ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 07:06:13 -0000 Archived-At: List-Archive: List-Post: 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