[Bug 76274] Re: Brightness Settings Don't Work

2008-01-19 Thread lostangel78
Try typing the following command in a terminal:

xgamma -gamma 0.75

If that doesn't work you need to install xgamma from the repos.

I have posted my own solution here on setting it up:

http://ubuntuforums.org/showthread.php?p=4168042#post4168042

-- 
Brightness Settings Don't Work
https://bugs.launchpad.net/bugs/76274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-09-21 Thread Launchpad Janitor
[Expired for hal (Ubuntu) because there has been no activity for 60
days.]

-- 
Brightness Settings Don't Work
https://bugs.launchpad.net/bugs/76274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-04-27 Thread artt
same problem on vgn-fe31z

here the problem is solved using smartdimmer (only with nvidia)
on feisty change /usr/lib/hal/scripts/hal-system-lcd-set-brightness

elif [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "sony" ]; then
# echo "{1..8}" > /proc/acpi/sony/brightness
# http://popies.net/sonypi/2.6-sony_acpi4.patch
echo "$((value + 1))" > $HAL_PROP_LINUX_ACPI_PATH

by

elif [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "sony" ]; then
# echo "{1..8}" > /proc/acpi/sony/brightness
# http://popies.net/sonypi/2.6-sony_acpi4.patch
smartdimmer -s"$(($value * 3))" 


and /usr/lib/hal/scripts/hal-system-lcd-get-brightness

elif [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "sony" ]; then
# cat /proc/acpi/sony/brightness
#  7
value="`cat $HAL_PROP_LINUX_ACPI_PATH`"
value=$(($value-1))

by

elif [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "sony" ]; then
# cat /proc/acpi/sony/brightness
#  7
value="`smartdimmer -g`"
value=$(($value/3))

-- 
Brightness Settings Don't Work
https://bugs.launchpad.net/bugs/76274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-04-08 Thread Guido Conaldi
Can confirm the same issue with my vaio S1XP.

DMI decode data:
Sony Corporation
VGN-S1XP(IT)
J0009F44

I guess my bug report:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/92478
and this one:
https://bugs.launchpad.net/ubuntu/+bug/103890
are duplicates.

-- 
Brightness Settings Don't Work
https://bugs.launchpad.net/bugs/76274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-01-31 Thread Paul Campbell
I'm not sure quite what you mean by does it work. Please clarify.

DMI data:

Sony Corporation
VGN-S4XP_B
J000VXDY

-- 
Brightness Settings Don't Work
https://launchpad.net/bugs/76274

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-01-30 Thread Paul Sladen
This is more likely a 'hal' or kernel issue:

  /usr/share/hal/scripts/hal-system-lcd-set-brightness

Currently has the following code for Sonys:

  elif [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "sony" ]; then
# echo "{1..8}" > /proc/acpi/sony/brightness
# http://popies.net/sonypi/2.6-sony_acpi4.patch
echo "$((value + 1))" > $HAL_PROP_LINUX_ACPI_PATH

Does this work on your laptop.  Could you also please include the DMI
decode data for your laptop as detailed on the HotkeyResearch page above
so that we can identify your laptop.

** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: gnome-power-manager => hal
   Importance: Undecided => Wishlist
   Status: Unconfirmed => Needs Info

-- 
Brightness Settings Don't Work
https://launchpad.net/bugs/76274

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2007-01-30 Thread Chris Burgan
Setting this to Gnome-Power-Manager package,

** Changed in: Ubuntu
Sourcepackagename: None => gnome-power-manager

-- 
Brightness Settings Don't Work
https://launchpad.net/bugs/76274

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2006-12-18 Thread Paul Campbell
I don't think you understand... I said the function keys *do* work.

-- 
Brightness Settings Don't Work
https://launchpad.net/bugs/76274

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76274] Re: Brightness Settings Don't Work

2006-12-18 Thread Ben T
See https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch

-- 
Brightness Settings Don't Work
https://launchpad.net/bugs/76274

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs