[[FrontPage]]

* yukiguni

#contents

** 再起動?

USB-PS2なマウス?を繋ぐとBIOSの画面すら出ない。~
Resetボタンを押しても起動しない。~
電源のところのランプが消えるまでは不能なだけ???~

とりあえず待つべし。~

** カーネル再構築

Fusion MPTを組み込まないとSCSIが読めない(要確認

** Arvelのフリーボールマウス

/etc/X11/XF86Config-4

	Section "InputDevice"
		Identifier	"Configured Mouse"
		Driver		"mouse"
		Option		"CorePointer"
		Option		"Device"		"/dev/psaux"
		Option		"Protocol"		"ExplorerPS/2"
		Option		"Emulate3Buttons"	"true"
		Option		"Buttons"		"9"
		# nomal
		#Option		"ZAxisMapping"		"4 5 6 7"
		# reverse (for Synergy)
		Option		"ZAxisMapping"		"4 5 8 9"
	EndSection
	
	Section "InputDevice"
		Identifier	"Generic Mouse"
		Driver		"mouse"
		Option		"SendCoreEvents"	"true"
		Option		"Device"		"/dev/input/mice"
		Option		"Protocol"		"ExplorerPS/2"
		Option		"Emulate3Buttons"	"true"
		Option		"Buttons"		"9"
		# nomal
		#Option		"ZAxisMapping"		"4 5 6 7"
		# reverse (for Synergy)
		Option		"ZAxisMapping"		"4 5 8 9"
	EndSection

/etc/X11/imwheel/startup.conf

 IMWHEEL_START=1

~~/.imwheelrc

	".*"
	
	# normal
	#, Thumb1, Alt_L|Left
	#, Thumb2, Alt_L|Right
	
	# reverse
	, Left, Alt_L|Left
	, Right, Alt_L|Right
	, Thumb1, Left
	, Thumb2, Right


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS