[[FrontPage]]

* yukiguni
// * yukiguni

#contents

** 再起動?
* 再起動?

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

とりあえず待つべし。~

** カーネル再構築
* カーネル再構築

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

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

kirとのバージョンの関係でholdしてた気がする

scorpionやspars2は普通にバージョン上げられてるみたいなので上げてみようか

** 二重autofs

/lab/spaceに対してautofsが二重に動いていた。~
/lab/audioなどいろいろなものに対して ls が停止。

# どちらかへのマシンの参照をやめた気がするが・・・曖昧

* eclipse

/home/kir下だとロックできないので eclipseのインストールもワークスペースの設置も不可

とりあえず /usr/local/eclipse と その下に workspace/

GNOMEなので?gtk版があっさり導入される。


* 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

** 二重autofs

/lab/spaceに対してautofsが二重に動いていた。~
/lab/audioなどいろいろなものに対して ls が停止。

** eclipse

/home/kir下だとロックできないので eclipseのインストールもワークスペースの設置も不可

とりあえず /usr/local/eclipse と その下に workspace/

GNOMEなので?gtk版があっさり導入される。


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