First excuse me for my approximative english.
I was using Ubuntu 13.10 on my Asus UX32VD laptop because it was the only linux distro that support the fn keys on ma laptop. I wanted to get back on Mageia so I recently installed Mageia 3.
All is OK, except some fn keys.
fn + f1 (Zz) => OK
fn + f2 (toggle wifi) => Nothing happens
fn + f3/f4 (decrease, increase keyboard backlight) => Nothing happens
fn + f5/f6 (decrease, increase screen brightness) => Nothing happens
fn + f7 (turn off Screen 0) => OK
fn + f8 (toggle screens) => Not tested
fn + f9 (toggle trackpad) => Nothing happens
fn + f10/f11/f12 (mute, decrease, increase volume) => OK
using the tool xev, I can see that when I hit the combination keys to increase or decrease the brightness, xev sees nothing, so, it seems to be a kernel problem.
To be able to modifiy the screen brightness, I have to manually modify the file using echo :
- Code: Select all
echo 900 > sys/class/backlight/intel_backlight/brightness
Or, to modify the keyboard backlight :
- Code: Select all
echo 3 > /sys/class/leds/asus::kbd_backligh/brighness
I found some old bug report about this problem in Mageia 2, the problem is still present in Mageia 3. Do you know if it will be solved in Magiea 4?
Or maybe do you know how to solve this problem in Mageia 3 ?
Regards,