You are not logged in.
Pages: 1
Just installed the latest #! on a friend's Sony Vaio, and I can't get the brightness adjustement or volume control function keys to work. I have tried the solutions presented in these two posts:
http://crunchbanglinux.org/forums/topic … e-buttons/
http://crunchbanglinux.org/forums/topic … on-eee-pc/
but none of the solns worked. Any other ideas?
#! 10 “Statler” r20110207 32-bit & Openbox
Offline
Hi nabilalk,
I have a Vaio too. as far as I have understood, each model has its own way of dealing with fn keys, so there is no common solution for all of them. It is a big mess on the Internet, the model I own does not seem to be that common. I have found a workaround for the brightness, which consisted in mapping shortcuts Super+F5 and Super+F6 to change brightness, instead of FN. I have not found solution for extra keys for volume, I find it quite annoying not to have keys for that. as far as I understood next version of ubuntu will depreciate hal in favour of other solutions to handle fn keys, so I may wait for a karmic solution then (http://www.ubuntu.com/testing/karmic/al … %20started)
If you need the commands to change brightness I can probably get them to you tonight (CET) when i'm back in front of the Vaio.
the problem is not crunchbang-specific, it is between your vaio laptop and ubuntu jaunty, so you may find solutions outside #! website.
hope this helps,
Edit: added details
Last edited by alef (2009-08-10 07:28:48)
Eee-PC 1000H | Statler r20110207 Openbox
Vaio VGN-FE21H | CrunchBang 11 "Waldorf"
Thinkpad X1Carbon | Waldorf r20121015
-- I live well without owning a printer.
Offline
I was unaware of the issues with jaunty and sony vaios. I would appreciate the codes needed to adjust the brightness that you used. Thanks a lot.
#! 10 “Statler” r20110207 32-bit & Openbox
Offline
I ran into the same thing.
Kyte
Kyte: Always flittin' around with his head in the clouds!
Offline
Hi, here are the lines that I have added in the rc.xml file to get able to change brightness:
<keybind key="W-F5">
<action name="Execute">
<command>/usr/bin/smartdimmer -d</command>
</action>
</keybind>
<keybind key="W-F6">
<action name="Execute">
<command>/usr/bin/smartdimmer -s100</command>
</action>
</keybind>the command "smartdimmer -i" to increase the value strangely works in the terminal but not using the shortcut, so I assigned Super+F6 to reseting the brightness to 100%.
i don't remember in which site i have found this solution, maybe googling "smardimmer vaio" can help.
regards,
Eee-PC 1000H | Statler r20110207 Openbox
Vaio VGN-FE21H | CrunchBang 11 "Waldorf"
Thinkpad X1Carbon | Waldorf r20121015
-- I live well without owning a printer.
Offline
Hi, here are the lines that I have added in the rc.xml file to get able to change brightness:
<keybind key="W-F5"> <action name="Execute"> <command>/usr/bin/smartdimmer -d</command> </action> </keybind> <keybind key="W-F6"> <action name="Execute"> <command>/usr/bin/smartdimmer -s100</command> </action> </keybind>the command "smartdimmer -i" to increase the value strangely works in the terminal but not using the shortcut, so I assigned Super+F6 to reseting the brightness to 100%.
i don't remember in which site i have found this solution, maybe googling "smardimmer vaio" can help.
regards,
Thanks for the codes mate!
#! 10 “Statler” r20110207 32-bit & Openbox
Offline
alef wrote:Hi, here are the lines that I have added in the rc.xml file to get able to change brightness:
<keybind key="W-F5"> <action name="Execute"> <command>/usr/bin/smartdimmer -d</command> </action> </keybind> <keybind key="W-F6"> <action name="Execute"> <command>/usr/bin/smartdimmer -s100</command> </action> </keybind>the command "smartdimmer -i" to increase the value strangely works in the terminal but not using the shortcut, so I assigned Super+F6 to reseting the brightness to 100%.
i don't remember in which site i have found this solution, maybe googling "smardimmer vaio" can help.
regards,
Thanks for the codes mate!
I pasted the codes into rc.xml and nothing happend after I restarted. For some reason none of the keys I programmed are functioning. Any ideas how to remedy this?
#! 10 “Statler” r20110207 32-bit & Openbox
Offline
Try this:
Openbox menu > Preferences > Openbox Config > Reconfigure.
Then check if your shortcuts work. Also try using different keys for the shortcuts.
Offline
Try this:
Openbox menu > Preferences > Openbox Config > Reconfigure.
Then check if your shortcuts work. Also try using different keys for the shortcuts.
Tried all those things, and no joy. Here is my rc.xml. http://crunchbanglinux.org/pastebin/317
Let me know if anything looks awry. Thx
#! 10 “Statler” r20110207 32-bit & Openbox
Offline
I pasted the codes into rc.xml and nothing happend after I restarted. For some reason none of the keys I programmed are functioning. Any ideas how to remedy this?
have you tried whether the following command has effect in the terminal :
smartdimmer -d?
Eee-PC 1000H | Statler r20110207 Openbox
Vaio VGN-FE21H | CrunchBang 11 "Waldorf"
Thinkpad X1Carbon | Waldorf r20121015
-- I live well without owning a printer.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.