[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:50044] Re: タッチパッドが飛びまくる。



こんばんは。初めまして小野ともうします。
アドバイス大変ありがとうございます。沖縄ですか〜、羨ましい...
こちら秋田は鬼の様に雪が降っております。本日屋根の雪降し3件やって腕と腰
から火が吹き出しそうです。


>  http://ukid.dip.jp/blog/index.php?itemid=16
> の情報が参考になるかと思います。この記述どおりにいけば、
> xfree86-driver-synaptics パッケージをインストールして、/etc/xorg.conf に
> 必要な設定を記述するという流れになるでしょう。

この情報を拝見しましたが、カーネルの再構築が必要でしょうか?(←よく分
かっていない)だとすれば私には相当難しそうです...
とりあえず、いろいろやって見たいと思います。


> さらに質問を重ねる場合は、状況報告のために
>   $ dmesg | grep input
> の出力結果と設定ファイル
>   /etc/X11/xorg.conf
> を送付した方が良いかと思います。
> 

了解いたしました。.....で、以下がそのもの達です。

***************************************************
  $ dmesg | grep inputの結果

input: AT Translated Set 2 keyboard as /class/input/input0
input: PC Speaker as /class/input/input1
input: PS/2 Logitech Mouse as /class/input/input2
***************************************************



***************************************************
/etc/X11/xorg.confの内容

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual
page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"jp106"
	Option		"XkbLayout"	"jp"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	#Option		"Emulate3Buttons"	"true"
        
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	#Option		"HorizScrollDelta"	"20"
        Option          "LeftEdge"              "120"
        Option          "RightEdge"             "830"
        Option        "SHMConfig"     "true"

EndSection

Section "Device"
	Identifier	"ATI Technologies Inc 3D Rage LT Pro AGP-133"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc 3D Rage LT Pro AGP-133"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

***************************************************

となっております。大変ありがとうございました。


2008-01-18 (金) の 23:47 +0900 に Makoto Adachi さんは書きました:
> 足立@沖縄 です。
> 
> http://www.hitachi.co.jp/Prod/comp/OSD/pc/flora/download/snl99015/99015_15/update_bm15.htm
> から判断して、FLORA 270EX は ALPS のタッチパッドのようですね。
>   http://ukid.dip.jp/blog/index.php?itemid=16
> の情報が参考になるかと思います。この記述どおりにいけば、
> xfree86-driver-synaptics パッケージをインストールして、/etc/xorg.conf に
> 必要な設定を記述するという流れになるでしょう。
> 
> さらに質問を重ねる場合は、状況報告のために
>   $ dmesg | grep input
> の出力結果と設定ファイル
>   /etc/X11/xorg.conf
> を送付した方が良いかと思います。
> 
> 以上