[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2010-11-07 Thread ochach
I have dell vostro 3500 and added this line to my /etc/Xorg/xorg.conf Option "RegistryDwords" "EnableBrightnessControl=1" in Section "device" this solved the issue for me. Theyve changed sth in drivers so this is now needed to control brightness which is pretty stupid but its good to know t

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2009-12-22 Thread Syarif
hai..im using acer aspire 4736 laptop. im also having the same problem as you guys. My diplay brightness is not functioning. i hve a simple solution but working. It works like charm for Ubuntu 9.04 Jaunty. Here my solution and tutorial. My solution is: --- 1. Install COmpiz (Advanced

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2009-05-19 Thread ifj. Kalman Tarnay
** Changed in: ubuntu Status: Incomplete => Fix Released -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-12-24 Thread Ahmet Arat
I can confirm that the stock kernel on Ubuntu 8.10 32bit DOES NOT CONTAIN this problem anymore! Brightness controls are fully functional, also 'dim when idle' seems to work outstanding. Seems like that also A LOT of other things seem to be fixed in Ibex Intrepid... -- Brightness Control doesn'

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-05-03 Thread zanonmark
Thanks Ahmet and James, the scripts did work, still reporting the bug, though, since it should work "out-of-the-box": but thanks for the temporary solution, MZ -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification becaus

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-04-25 Thread Ahmet Arat
What I forgot to mention in my previous post were James' scripts, which you can get here: https://bugs.launchpad.net/ubuntu/+bug/159255/comments/9 -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a me

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-04-25 Thread Ahmet Arat
Just try the solution I posted here: https://bugs.launchpad.net/ubuntu/+bug/159255/comments/7 Remember to make the scripts executable (+x) It works on Hardy 8.04, 64bit, on my Vostro 1000. You'll see the onscreen brightness indicator level up or level down when you increase or decrease your br

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-04-25 Thread zanonmark
Hi, using Hardy 8.04 here, now the brightness keys show the brightness progress indicator at 100%, but when I press the "brightness up" or "brightness down" keys the progress bar is still at 100% (i.e: no way to lower that using the keyboard), thanks, MZ -- Brightness Control doesn't work on De

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-03-15 Thread Alikus
Here's solution for Dell Vostro 1400 with Intel® GMA X3100 http://www.pastebin.ca/943749 P.S. Thanks for James :) -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-03-13 Thread Borahshadow
Thanks worked for me. Also Hardy alpha 6 the brightness works out of the box. FYI But that could change by the final release. -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2008-02-20 Thread alexrussell
James, you're a genius! Those scripts did the trick for me. -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

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 Control doesn't work on Dell Vostr

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-28 Thread James
** Attachment added: "video_brightnessup.sh" http://launchpadlibrarian.net/11085094/video_brightnessup.sh -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-27 Thread James
ok so there are two scripts called by the brightness keys which hit acpi_fakekey (doesnt work) Below are a couple quick and dirty replacements that work on dell vostro 1000 these replace : /etc/acpi/video_brightnessup.sh http://www.pastebin.ca/834518 /etc/acpi/video_brightnessdown.sh http://www.p

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-24 Thread Андон Сикавица
Thanks, that is working. I actually tried running the echo command prefixing it with sudo and it gave the same permission denied result. That why I didn't try it with the su prompt. -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-24 Thread Ahmet Arat
to Андон Сикавица : try this in a terminal window: sudo su - This will give you root clearance on the shell . then : echo -n VALUE > /proc/acpi/video/VGA/LCD/brightness where argument VALUE represents any these: 12, 25, 37, 50, 62, 75, 87, or 100 for example a brightness level of 37 goes like

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-23 Thread Андон Сикавица
The "echo -n VALUE > /proc/acpi/video/VGA/LCD/brightness" does not work on my Vostro 1000 on Ubuntu 7.10 64bit. It gives "bash: /proc/.../brightness: Permission denied". If I do "cat /proc/.../brightness" it gives: levels: 100 37 12 25 37 50 62 75 87 100 current: 0 Also, the brightness keys are w

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-23 Thread Ahmet Arat
I'm using Ubuntu 7.10 Gutsy Gibbon 64-Bit version on the Dell Vostro 1000 laptop. I can also confirm that "echo -n VALUE > /proc/acpi/video/VGA/LCD/brightness" works likes a charm. -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-18 Thread Rodrigo Saraiva
Ubuntu 7.10 Gutsy Gibbon. Please, it has somebody working in this case? -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs m

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-12-15 Thread Nikhil
Maybe this could work; Install Kpowersave, it's an application that lets you manager power settings, i had the same problem, my fn keys still don't work (using vostro 1500) i'm using Kubuntu Gutsy 7.10 btw -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/15

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-11-22 Thread zanonmark
same here, using Ubuntu Gutsy, but doing an "echo -n VALUE > /proc/acpi/video/VGA/LCD/brightness" works, thanks, MZ -- Brightness Control doesn't work on Dell Vostro 1000 https://bugs.launchpad.net/bugs/159255 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 159255] Re: Brightness Control doesn't work on Dell Vostro 1000

2007-11-01 Thread Luka Renko
Is this Kubuntu or Ubuntu? Which version? Can you provide data as requested in https://wiki.ubuntu.com/KubuntuLaptopKeycodes ? ** Changed in: ubuntu Assignee: (unassigned) => Luka Renko (lure) Status: New => Incomplete -- Brightness Control doesn't work on Dell Vostro 1000 https://b