[Bug 145337] Re: Brightness key stopped working after update [Gutsy]

2007-12-16 Thread Ryan P. Bitanga
I didn't download Luka's packages but changing those lines causes the brightness keys to work on my machine. Check your /usr/share/apps/kxkb/ubuntu.xmodmap. Add the XF86Launch1 and XF86Launch2 lines if they don't exist. Something like: keycode 101 = XF86Launch2 keycode 212 = XF86Launch1 I wasn't

[Bug 145337] Re: Brightness key stopped working after update [Gutsy]

2007-12-16 Thread Ryan P. Bitanga
The only problem for me now is the brightness popup of guidance-power- manager is ugly. I have kmilo-legacy installed so the asus plug-in shows the kmilo osd. Wish we could disable the popup from guidance-power- manager. Nothing is exposed via dcop so it has to be edit in guidance- power-manager it

[Bug 145337] Re: Brightness key stopped working after update [Gutsy]

2007-12-16 Thread Ryan P. Bitanga
Luka, You have a typo in your sources. It doesn't work because these lines: { "BrightnessUp", KShortcut("XF86Launch1", SLOT(pmBrightnesUp()) }, { "BrightnessDown", KShortcut("XF86Launch2"), SLOT(pmBrightnesDown()) }, are supposed to be these linese: {

[Bug 156934] Re: Fn + Fx is not functioning on Asus A8HE

2007-11-24 Thread Ryan P. Bitanga
Check your xorg.conf in /etc/X11/. The touchpad should have a the SHMConfig property set to "on". So it would look like: Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents""true" Option