N130 brightness issue - Lubuntu running XBMCbuntu

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
numus
Newbie
Newbie
Posts: 2
Joined: 18 Jul 2012, 04:02

N130 brightness issue - Lubuntu running XBMCbuntu

Post by numus »

I have followed all the recommendations and samsung-brightness will not work...

xbacklight works tho so not sure it is a kernel issue. Fn left and right work (changing volume) so not sure where hte problem is.
numus
Newbie
Newbie
Posts: 2
Joined: 18 Jul 2012, 04:02

Re: N130 brightness issue - Lubuntu running XBMCbuntu

Post by numus »

Figured out a way to make it work....
edit keybinding in .config/openbox and add
<keybind key="XF86MonBrightnessUp">
<action name="Execute">
<command>xbacklight +15</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="Execute">
<command>xbacklight -15</command>
</action>
</keybind>

install xbacklight... now the function keys will work
Post Reply