I just installed Ubuntu 10.10 on a Sony Vaio laptop. The brightness functions keys don't change the brightness. When I try to change the brightness I can see the levels going up and down in the notification bubble but it doesn't actually change the brightness. Is there any way to fix this?
The solution for me was to edit the
/etc/X11/xorg.con
f file. It's a problem with the graphics driver not the keymap.Open the file for editing and add the line
in the
Section "Device"
section as shown below.These shortcuts are controlled by the
udev
subsystem.In technical terms, all shortcuts are defined in
/lib/udev/keymaps
. For example, for a standard Sony laptops, the file is/lib/udev/keymaps/module-sony
(new Sony laptops).For your case you may have to create a
module-mysony
and add any changes there.The link between laptop model and shortcut details is the file
/lib/udev/rules.d/95-keymap.rules
. Currently, there are two rules, for newer and older Sony laptops,This text was initially in Spanish.
I worked in Fedora 17. You should open
/etc/X11/xorg.conf
.Must add the line:
Example:
When you open your Ubuntu just connect it to internet and open 'Additional Drivers' application. Then it shows available graphics drivers for your system. You can install from there and it will be fine.