ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@freesource.info>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] touchpad+mouse in Xorg
Date: Tue, 2 May 2006 23:32:53 +0400
Message-ID: <200605022333.02874.shrek@freesource.info> (raw)
In-Reply-To: <46164.213.227.195.166.1146579752.squirrel@mail.imbg.org.ua>


[-- Attachment #1.1: Type: text/plain, Size: 291 bytes --]

В сообщении от 2 мая 2006 18:22 Dmytro Kovalskyy написал(a):
> Привет всем,
>
> можно ли в Хорг сделать так что бы и мыша
> (USB) и тачпад работали одновременно,
> причем мышу можно было вытыкать и
> втыкать без перезагрузки Иксов?

можно. конфиг в атаче

>
> Дима

-- 
Valery V. Inozemtsev

[-- Attachment #1.2: xorg.conf --]
[-- Type: text/plain, Size: 2114 bytes --]

Section "Files"
	RgbPath	"/usr/share/X11/rgb"
EndSection

Section "ServerFlags"
	AllowMouseOpenFail
	Option "DontZap"
EndSection

Section "InputDevice"
	Identifier	"ThinkPad"
	Driver	"kbd"
	Option 	"AutoRepeat"	"250 30"
	Option 	"XkbModel"	"thinkpad"
	Option 	"XkbLayout"	"us,ru"
	Option 	"XkbVariant"	",winkeys"
	Option 	"XkbOptions"	"grp:caps_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier	"TrackPoint"
	Driver      "mouse"
	Option	"Protocol"		"IMPS/2"
	Option	"Device"		"/dev/input/mice"
	Option	"ZAxisMapping"		"4 5"
	Option	"EmulateWheel"		"true"
	Option	"EmulateWheelButton"	"3"
	Option	"EmulateWheelInertia"	"10"
	Option	"EmulateWheelTimeout"	"200"
EndSection

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

Section "Monitor"
	Identifier	"Flat Panel 1024x768"
	VendorName	"IBM"
	ModelName	"TP X24"
	HorizSync	30.0-61.0
	VertRefresh	56.0-75.0
	DisplaySize	245 185
	Option		"DPMS"	"on"
EndSection

Section "Device"
	Identifier	"Radeon 7000"
	VendorName	"ATI"
	BusID		"PCI:1:0:0"
	BoardName	"Radeon Mobility M6 LY"
	Driver		"ati"
	Option		"AGPMode"	"4"
	Option		"AGPFastWrite"	"true"
	Option		"AccelMethod"	"XAA"
EndSection

Section "DRI"
	Group	"xgrp"
	Mode	0660
EndSection

Section "Screen"
	Identifier	"IBM"
	Device		"Radeon 7000"
	Monitor		"Flat Panel 1024x768"
	DefaultColorDepth	16
	Subsection	"Display"
		Depth	32
		Modes	"1024x768" "800x600" "640x480"
		ViewPort	0 0
	EndSubsection
	Subsection	"Display"
		Depth	24
		Modes	"1024x768" "800x600" "640x480"
		ViewPort	0 0
	EndSubsection
	Subsection	"Display"
		Depth	16
		Modes	"1024x768" "800x600" "640x480"
		ViewPort	0 0
	EndSubsection
	Subsection	"Display"
		Depth	15
		Modes	"1024x768" "800x600" "640x480"
		ViewPort	0 0
	EndSubsection
	Subsection "Display"
		Depth	8
		Modes	"1024x768" "800x600" "640x480"
		ViewPort	0 0
	EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"ThinkPad X24"
	Screen	"IBM"
	InputDevice	"TrackPoint"	"CorePointer"
	InputDevice	"ThinkPad"	"CoreKeyboard"
EndSection

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

  reply	other threads:[~2006-05-02 19:32 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 [this message]
2006-05-03  6:31   ` Dmytro Kovalskyy
2006-05-03  6:32     ` Valery V. Inozemtsev
2006-05-03  7:12       ` Dmytro Kovalskyy
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=200605022333.02874.shrek@freesource.info \
    --to=shrek@freesource.info \
    --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