#contents

* Xmodmap

[[Synergy]]参照

* xlibsが上がったとき?のトラブル

\ _ ろ なキーが利かなくなる。~
6.8.2.dfsg.1-3に上がって、/etc/X11/xkbいかがごろごろ代わっているので容疑者xlibs。

他に上がっていたもの
  adduser base-config base-files console-common grep-dctrl gzip libgcc1
  libgpg-error0 libice6 libkrb53 libncurses5 libncurses5-dev libncursesw5
  libpam-modules libpam-runtime libpam0g libsm6 libtasn1-2 libxext6 libxi6
  libxml2 libxmu6 libxmuu1 libxp6 libxpm4 libxrandr2 libxt6 libxtrap6 libxtst6
  login m4 mailx nano ncurses-base ncurses-bin netkit-inetd nis passwd xlibs
  xlibs-data zlib1g zlib1g-dev zsh

** 行き当たりばったりな解決方法

- xevでは keycode=123 が飛んでいる
- xmodmap -pke では keycode=211

/etc/X11/Xmodmap ~/.Xmodmap に以下の行を追加
 keycode 123 = backslash underscore kana_RO

* 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