Hi guys,
I have a little problem with Emulate3Buttons option. I have enabled Emulate3Buttons option in the xorg.conf file and when I starts the machine it works. If I hibernate and resume it stops working. I'm currently playing with .fdi files in the /etc/hal/fdi/policy/ folder because I suspect there are some conflicts with xorg and hal configuration.
Any suggestion?
Thank you all.
Emulate3Buttons stops working after hibernating and resuming
Re: Emulate3Buttons stops working after hibernating and resuming
Maybe try to force a HAL restart on resume...
It's just a vague guess...
It's just a vague guess...

Re: Emulate3Buttons stops working after hibernating and resuming
Forcing hal restart after resuming wasn't necessary. I demanded the three buttons emulation to hal. I commented the row in the xorg.conf then I copied the file /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi to /etc/hal/fdi/policy/ and I added the Emulate3Buttons key to the evdev driver section.
Now it works.
Now it works.

Code: Select all
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
</match>

Re: Emulate3Buttons stops working after hibernating and resuming
Cool
Really sweet solution.
Can you post your solution on the wiki when you have time ?

Can you post your solution on the wiki when you have time ?

Re: Emulate3Buttons stops working after hibernating and resuming
I tried to do that but I don't have privileges to do it. It's there some section that normal users can edit?
Last edited by Arael on 12. Apr 2010, 20:49, edited 1 time in total.

Re: Emulate3Buttons stops working after hibernating and resuming
Just navigate to a page that don't exists yet, having the title that you want, and you'll get an option to create it.
Re: Emulate3Buttons stops working after hibernating and resuming
I'm happy to contribute.
How can I put the link to the new page here?
http://www.salixos.org/wiki/index.php/C ... umentation

How can I put the link to the new page here?
http://www.salixos.org/wiki/index.php/C ... umentation

Re: Emulate3Buttons stops working after hibernating and resuming
Just tag it at the end with the right category. This page for example: http://www.salixos.org/wiki/index.php/H ... _Alsa_card
ends with
ends with
Code: Select all
[[Category:User Documentation|Alsa]]