Screen brightness not working [Solved]

Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)

Moderator: Moderators

Screen brightness not working [Solved]

Postby bcostacurta » Sat Mar 17, 2012 15:47

Hello,
the keys works as the screen brightness is reacting, but the screen light itself do not change.
The windows manager is XFCE.

Hardware is laptop Acer Aspire 4750 / Core i3 / Intel HD Graphics 3000.
Sabayon is 8 CDX with XFCE.

Same stuff works fine under Xubuntu. For Xubuntu I setup ACPI=off in the grub config.
Unfortunately this does not work for Sabayon 8 CDX.

Bye,
Bruno
bcostacurta
Baby Hen
 
Posts: 8
Joined: Fri Mar 02, 2012 12:15

Re: Screen brightness not working

Postby Fitzcarraldo » Sat Mar 17, 2012 20:01

Try adding the following parameters to GRUB_CMDLINE_LINUX_DEFAULT in the file /etc/default/grub:

Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi_backlight=acer"

and then generate a new /boot/grub/grub.cfg as follows:

Code: Select all
grub-mkconfig -o /boot/grub/grub.cfg
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7334
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Screen brightness not working [Solved]

Postby bcostacurta » Tue Mar 20, 2012 21:35

Superbe ! It works !
Many thanks for your help.
Bruno
bcostacurta
Baby Hen
 
Posts: 8
Joined: Fri Mar 02, 2012 12:15

Re: Screen brightness not working

Postby koge » Mon Oct 15, 2012 7:17

How do I exactly edit that file /etc/default/grub? I'm kinda new to Sabayon so commands are not that familiar to me?
koge
Baby Hen
 
Posts: 6
Joined: Thu Sep 20, 2012 13:56

Re: Screen brightness not working [Solved]

Postby Fitzcarraldo » Mon Oct 15, 2012 11:58

The same way you would do it in other distributions. Here are just four of the possibilities:

Option 1: Open a Konsole/Terminal window, log in a root user, then run the nano editor on the command line:

Code: Select all
$ su
Password:
# nano /etc/default/grub
# exit
exit
$


Option 2 for KDE users: Open a Konsole window then use kdesu to run the kwrite editor (you'll be prompted to enter the root user's password):

Code: Select all
$ kdesu kwrite /etc/default/grub
$


Option 3 for GNOME users: Open a Terminal window then use gksu to run the gedit editor (you'll be prompted to enter the root user's password):

Code: Select all
$ gksu gedit /etc/default/grub
$


Option 4 for Xfce users: Open a Terminal window then use sudo to run the leafpad editor (you'll be prompted to enter your password):

Code: Select all
$ sudo leafpad /etc/default/grub
$
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7334
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Screen brightness not working [Solved]

Postby koge » Mon Oct 15, 2012 17:38

(gksu:12661): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
GConf Error: No D-BUS daemon running


(gksu:12661): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
GConf Error: No D-BUS daemon running


(gksu:12661): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
GConf Error: No D-BUS daemon running


(gedit:12662): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported


** (gedit:12662): WARNING **: Could not connect to session bus

this is the outcome and I'm using gnome/cinnamon
koge
Baby Hen
 
Posts: 6
Joined: Thu Sep 20, 2012 13:56

Re: Screen brightness not working [Solved]

Postby Fitzcarraldo » Tue Oct 16, 2012 14:56

Then use nano as per my previous post.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7334
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom


Return to Hardware

Who is online

Users browsing this forum: No registered users and 0 guests

cron