Brightness problem with Xubuntu

8,759

Solution 1

http://www.iasptk.com/save-screen-brightness-settings-in-ubuntu-1204-laptop

Some Ubuntu laptops screen brightness reset to the lowest or highest on every boot and you have to configure the screen birghtness on every login.

To save the screen brightness settings in Ubuntu laptop.

Open a terminal window, and execute this command to edit /etc/rc.local:

sudo nano /etc/rc.local

Add this before the last line “exit 0″:

echo 5 > /sys/class/backlight/acpi_video0/brightness

number 5 is the value of your screen brightness. With this command check the maximum:

cat /sys/class/backlight/acpi_video0/max_brightness

Solution 2

My m6700 use the disk from another PC, which has xubuntu 12.04.

I had the same problem then I downloaded the kernel from

http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-precise.git  

and compiled using the command:

fakeroot make-kpkg --revision 00.m6700 --initrd --append-to-version=-localmod  kernel-image kernel-headers

and then installed the generated packages by the command dpkg -i *.deb, then after a reboot the problem was solved.

The Git branch I checkout out was:

  • Commit 35fd156f210074f981de9963ecd07fb3630e072d
  • Author: Brad Figg
  • Date: Tue Dec 3 08:37:09 2013 -0800
Share:
8,759

Related videos on Youtube

user1327157
Author by

user1327157

Updated on September 18, 2022

Comments

  • user1327157
    user1327157 almost 2 years

    I use Xubuntu Linux

    Brightness is good without using suspend mode but after using suspend mode I got problem with brightness It's lower than before ! I need your help

    • Histo
      Histo almost 12 years
      Do you have brightness keys like on most laptops? Have you tried adjusting it back up with those?
    • user1327157
      user1327157 almost 12 years
      Brightness keys don't work after using suspend mode !!
    • Histo
      Histo almost 12 years
      What model & make of laptop?
    • user1327157
      user1327157 almost 12 years