Is there a way to find what values comes from what file in HAL under Ubuntu?
Posted
by vava
on Super User
See other posts from Super User
or by vava
Published on 2010-03-30T08:16:17Z
Indexed on
2010/03/30
8:23 UTC
Read the original article
Hit count: 335
I've been playing with multitouch on my Thinkpad and read a few tutorials on how to setup it. One of them mentioned /usr/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi
, I edited it and enabled SHMConfig through it. Later I found out about /etc/hal/policy/
directory and put some customization for my touchpad there as well in separate fdi file.
But now it looks like touchpad doesn't care about my customizations. I have gsynaptec installed and can configure it though GUI, I can configure it with synclient
but I can't set any values through fdi files. I even turned off SHMConfig, reverting 11-x11-synaptics,fdi
file to it's original state but it seems like SHMConfig still enabled, otherwise I wouldn't be able to configure properties in runtime.
So, I was thinking, maybe there's additional hal files I don't know about. How can I find them, particularly ones responsible for turning SHMConfig on?
© Super User or respective owner