Page 5 of 5 FirstFirst ... 345
Results 41 to 47 of 47

Thread: Sony Vaio VPCCW1E1R Brightness control Ubuntu 9.10

  1. #41
    Join Date
    May 2005
    Location
    Karditsa , Greece
    Beans
    107
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 11.10

    Thanks Anton9121 !!!
    It worked perfect for Vaio VPCCW1
    salagata

  2. #42
    Join Date
    Jul 2008
    Beans
    2

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 9.10

    Anton, thanks for the solution.
    However on reboot it doesn't remember the brightness level what I set earlier and on first brightness '-' operation it goes to 0 from maximum. How can I overcome this?

    Thanks.

    Arun

  3. #43
    Join Date
    Apr 2012
    Beans
    26

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 9.10

    Hi Anton,

    Few years down the lone now, ran through all of the steps on a VPCCW16FG Vaio but didn't help adjust screen brightness. Keys are fn+F5+F6. Bar moves but no action.

    Any new update on this would be kindly appreciated.
    Regards
    Last edited by rfictus; April 12th, 2012 at 12:55 AM.

  4. #44
    Join Date
    Apr 2012
    Beans
    26

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 11.10

    This one hits it right on the head! Much gratitude.
    My case: VPCCW16FG, Ubuntu 11.10. Sec. + Rec. Updates!

    Quote Originally Posted by Anton9121 View Post
    *New version for new strategy =)*
    Tested in Vaio vpccw1e1r, ubuntu 11.10.

    0) Download last version nvidiabl-dkms, from https://github.com/guillaumezin/nvidiabl/downloads
    For example
    Code:
    wget https://github.com/downloads/guillaumezin/nvidiabl/nvidiabl-dkms_0.72_all.deb
    sudo dpkg -i nvidiabl-dkms_0.72_all.deb
    1) See you version gnome-settings-daemon in synaptic and download source from launchpad, for example in Oneiric: https://launchpad.net/ubuntu/+source...3.2.2-0ubuntu2

    Code:
    wget https://launchpad.net/ubuntu/+archive/primary/+files/gnome-settings-daemon_3.2.2.orig.tar.bz2
    bzip2 -cd ~/gnome-settings-daemon_3.2.2.orig.tar.bz2 | tar xvf -
    2) after need edit ~/gnome-settings-daemon-3.2.2/plugins/power/gsd-backlight-helper.c

    Code:
    gedit ~/gnome-settings-daemon-3.2.2/plugins/power/gsd-backlight-helper.c
    Find “sony” and replace “nvidia_backlight”, string 60

    3) after save, and

    Code:
    cd ~/gnome-settings-daemon-3.2.2
    sudo apt-get install intltool
    sudo apt-get build-dep gnome-settings-daemon
    ./configure
    make
    4) after compiling, need replace gsd-backlight-helper

    Code:
    sudo mv /usr/lib/gnome-settings-daemon/gsd-backlight-helper /usr/lib/gnome-settings-daemon/gsd-backlight-helper.old
    cd ~/gnome-settings-daemon-3.2.2/plugins/power/
    sudo cp gsd-backlight-helper /usr/lib/gnome-settings-daemon/.
    and. . DUNE!
    Last edited by rfictus; April 18th, 2012 at 04:48 PM.

  5. #45
    Join Date
    Oct 2011
    Beans
    1

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 11.10

    It doesn't work with Ubuntu 10.04
    but after upgrading to 11.10, it works!!!
    thanks a lot!

    Quote Originally Posted by rfictus View Post
    This one hits it right on the head! Much gratitude.
    My case: VPCCW16FG, Ubuntu 11.10. Sec. + Rec. Updates!

  6. #46
    Join Date
    Feb 2010
    Location
    Russia
    Beans
    7

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 9.10

    For ubuntu 12.04

    1. Download nvidiabl last version from hear
    Code:
    wget https://github.com/downloads/guillaumezin/nvidiabl/nvidiabl-dkms_0.79_all.deb
    2. Installed it
    Code:
    sudo dpkg -i nvidiabl-dkms_0.79_all.deb
    4. Download oBacklight Script
    Code:
    wget http://dev.osource.se/files/oBacklight_0.3.8.tar.gz
    5. Untar it
    Code:
    tar -xvf oBacklight_0.3.8.tar.gz
    6. cd to the untared directory
    Code:
    cd oBacklight_0.3.8
    7. Give the script execution permission
    Code:
    chmod +x oBacklight
    8. Edit oBacklight, set string BMT="1" to BMT="2"
    Code:
    gedit oBacklight
    9. Copy oBacklight script to the /etc/init.d directory
    Code:
    sudo cp ./oBacklight /etc/init.d/.
    10. Add it to the start up
    Code:
    sudo update-rc.d oBacklight defaults
    and Dune!

  7. #47
    Join Date
    Feb 2010
    Location
    Russia
    Beans
    7

    Re: Sony Vaio VPCCW1E1R Brightness control Ubuntu 9.10

    For ubuntu 12.10

    1. Download nvidiabl last version from hear
    Code:
    wget https://github.com/downloads/guillaumezin/nvidiabl/nvidiabl-dkms_0.79_all.deb
    2. Installed it
    Code:
    sudo dpkg -i nvidiabl-dkms_0.79_all.deb
    4. Download oBacklight Script
    Code:
    wget http://dev.osource.se/files/oBacklight_0.3.8.tar.gz
    5. Untar it
    Code:
    tar -xvf oBacklight_0.3.8.tar.gz
    6. cd to the untared directory
    Code:
    cd oBacklight_0.3.8
    7. Give the script execution permission
    Code:
    chmod +x oBacklight
    8. Edit oBacklight, set string BMT="1" to BMT="2", and replace all "nvidia_backlight" to "nv_backlight"
    Code:
    gedit oBacklight
    9. Copy oBacklight script to the /etc/init.d directory
    Code:
    sudo cp ./oBacklight /etc/init.d/.
    10. Add it to the start up
    Code:
    sudo update-rc.d oBacklight defaults
    11. Run:
    sudo gedit /etc/default/grub
    Update these lines:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    ... with the following arguments:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=nv_backlight"
    GRUB_CMDLINE_LINUX="acpi_osi=Linux"

    12. Then run sudo update-grub and reboot.

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •