June 14, 2008
June 9, 2008
EmulateWheelが動かない
Xの設定で
という設定がある。ThinkPadとかでトラックポイントを使ってスクロールさせるための設定なんだけど、Fedora 9で動かなくなった。というのもFedora 9で本来予定されていたxorg.confに何もかかなくても動くように自動でデバイスを認識して〜という機能の副作用みたいなもので、evdevが有効にされてしまうため。他にもキーボードのレイアウトがとか問題も多く、Fedora 10まで延期にされたfeature。
ともあれ、この問題を解決するために以下の行を追加すると動くようになる(参考)。
Section "InputDevice"
Driver "mouse"
Option "EmulateWheel" "true"
...
EndSection
という設定がある。ThinkPadとかでトラックポイントを使ってスクロールさせるための設定なんだけど、Fedora 9で動かなくなった。というのもFedora 9で本来予定されていたxorg.confに何もかかなくても動くように自動でデバイスを認識して〜という機能の副作用みたいなもので、evdevが有効にされてしまうため。他にもキーボードのレイアウトがとか問題も多く、Fedora 10まで延期にされたfeature。
ともあれ、この問題を解決するために以下の行を追加すると動くようになる(参考)。
Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection
June 6, 2008
Arguments on gconf-cleaner
just realized that linuxinsight.com posted an article about gconf-cleaner. that's good to see. thanks for picking that up.
Aside from that, actually I have sometimes seen someone was picking up and eventually ending up to have similar comments every times. like wonder if it affects the performance. this is an XML file though. and complaint of GConf, typically that may comes on the flamewar like GNOME v.s. KDE then. please not heat up so much about the kind of the joke software, even though you have complaint on GConf and GNOME. that may improves the performance after cleaning up. dunno. but I just wanted to get rid of the unnecessary keys and values there as we sometimes do clean up the unnecessary dot files from $HOME. that's all. at least I have never expected anything else :)
Aside from that, actually I have sometimes seen someone was picking up and eventually ending up to have similar comments every times. like wonder if it affects the performance. this is an XML file though. and complaint of GConf, typically that may comes on the flamewar like GNOME v.s. KDE then. please not heat up so much about the kind of the joke software, even though you have complaint on GConf and GNOME. that may improves the performance after cleaning up. dunno. but I just wanted to get rid of the unnecessary keys and values there as we sometimes do clean up the unnecessary dot files from $HOME. that's all. at least I have never expected anything else :)
Subscribe to:
Posts (Atom)