Author Topic: Laptop LCD brightness.  (Read 1977 times)

Offline Capt Turk

  • Full Member
  • ***
  • Posts: 141
    • Raspberry Gulch Shortline Rail Road.
Laptop LCD brightness.
« on: August 01, 2011, 03:12:07 PM »
I've come across a number of posts about laptop LCD brightness controls not working.  Mine doesn't work either.  No one seems to have a fix/patch for it.

What I'm wondering, is, does anyone know the memory locations that control it?  I used to know how to program in basic. It has the poke command.  I think I can remember enough so that If I can find out the memory locations, I might be able to write a small program that would control the brightness.  It wouldn't be as convenient as getting a proper patch, but would be better than nothing.
 
President: Raspberry Gulch Shortline Rail Road.
http://raspberrygulch.org

Offline MaddogF16

  • Hero Member
  • *****
  • Posts: 2711
Re: Laptop LCD brightness.
« Reply #1 on: August 01, 2011, 03:18:17 PM »
Are you running KDE? Mine works great using the power app in the system tray, just open it and adjust right from there.
Why?

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Laptop LCD brightness.
« Reply #2 on: August 01, 2011, 03:30:23 PM »
I've come across a number of posts about laptop LCD brightness controls not working.  Mine doesn't work either.  No one seems to have a fix/patch for it.

What I'm wondering, is, does anyone know the memory locations that control it?  I used to know how to program in basic. It has the poke command.  I think I can remember enough so that If I can find out the memory locations, I might be able to write a small program that would control the brightness.  It wouldn't be as convenient as getting a proper patch, but would be better than nothing.
 

The issue with brightness control 'generally' depend from non standard acpi commands used to control brightness, therefore an additional kernel module is required depending on laptop brand/model.

On some Laptop there are also issue related to recognize the keyboard keys used to control brightness.

What brand/model is your Laptop ?

AS

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Laptop LCD brightness.
« Reply #3 on: August 01, 2011, 03:53:28 PM »
I've come across a number of posts about laptop LCD brightness controls not working.  Mine doesn't work either.  No one seems to have a fix/patch for it.

What I'm wondering, is, does anyone know the memory locations that control it?  I used to know how to program in basic. It has the poke command.  I think I can remember enough so that If I can find out the memory locations, I might be able to write a small program that would control the brightness.  It wouldn't be as convenient as getting a proper patch, but would be better than nothing.
 

Since you didn't mention which laptop and who the mfg was just how do you really expect someone to know the memory location(s) to your specific computer?  You really need to give a bit more information that "it doesn't work" when asking for help.  None of use have crystal balls we use when trying to help out.  The more information that you can give use the faster we can help provide a solution to most problems.
« Last Edit: August 01, 2011, 03:57:32 PM by YouCanToo »




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline maxpro4u

  • Jr. Member
  • **
  • Posts: 20
  • In dog years, I'm dead
Re: Laptop LCD brightness.
« Reply #4 on: August 01, 2011, 04:02:19 PM »
when I press the f7=f8 keys along with the fn key, the brightness goes up and down here-no problem ;)
running kde fully updated 8)
Max Wachtel
Registered Linux User #393236

Offline Capt Turk

  • Full Member
  • ***
  • Posts: 141
    • Raspberry Gulch Shortline Rail Road.
Re: Laptop LCD brightness.
« Reply #5 on: August 01, 2011, 04:33:03 PM »
You can too -

From what I remember of my basic programing, the computer and operating system didn't matter for memory locations.  My memory is probably wrong. It usually is.
Sometimes you have to ask the dumb questions first to get enough info to start asking intelligent ones. 
Ok,  info on the system.

Acer Aspire 7741Z-5731
OS is PCLOS 2011
Kernel 2.6.38.8-pclos1.bfs
Gnome 2.32.0

I've run into several articles on how to fix this, but none seem to work for me.  I did find one that had me add a line to the etc/grub/default file.  I turned the brightness all the way down, but then I couldn't turn it up.
I did discover that if I go into Winders and turn the brightness down, then reboot into PCLOS, the brightness stayed down to the level I set in Windows.
« Last Edit: August 01, 2011, 04:40:09 PM by Capt Turk »
President: Raspberry Gulch Shortline Rail Road.
http://raspberrygulch.org

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Laptop LCD brightness.
« Reply #6 on: August 01, 2011, 05:50:54 PM »
i was going to suggest you the upgrade kernel suggestion but you are using latest kernel, that fixed this problem for me on my toshiba

what video card do you have on that acer?
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Laptop LCD brightness.
« Reply #7 on: August 01, 2011, 05:54:31 PM »
I've run into several articles on how to fix this, but none seem to work for me.  I did find one that had me add a line to the etc/grub/default file.  

Exactly, there are several report on the net about the following params to be added to the grub file /boot/grub/menu.lst

"acpi_osi=Linux acpi_backlight=vendor"  did you try to add those 2 parameters ?


Offline maxpro4u

  • Jr. Member
  • **
  • Posts: 20
  • In dog years, I'm dead
Re: Laptop LCD brightness.
« Reply #8 on: August 01, 2011, 06:51:33 PM »
So when you press fn+arrow L or R nothing happens?
Max Wachtel
Registered Linux User #393236

Offline Capt Turk

  • Full Member
  • ***
  • Posts: 141
    • Raspberry Gulch Shortline Rail Road.
Re: Laptop LCD brightness.
« Reply #9 on: August 09, 2011, 03:11:29 AM »
The brightness menu thingy pops up and shows it changing as I press the L/R keys, but nothing changes.

T6 - I have an Intel integrated card.  The hardware lister shows = Core Processor Integrated Graphics Controller


"acpi_osi=Linux acpi_backlight=vendor"  did you try to add those 2 parameters ?
I added the acpi_osi line to the menu.lst.  No change. Was I supposed to change vendor to Intel or something?

What other (2 parameters?)?
« Last Edit: August 09, 2011, 03:35:01 AM by Capt Turk »
President: Raspberry Gulch Shortline Rail Road.
http://raspberrygulch.org

Offline joseucker

  • Full Member
  • ***
  • Posts: 89
    • Linux counter
Re: Laptop LCD brightness.
« Reply #10 on: August 24, 2011, 10:26:21 AM »
In the file /etc/X11/xorg.conf can you try this?

Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection

On my laptop works fine after adding this line.

Regards
Linux counter #137331

Lo mismo te digo una cosa que te digo la otra.

PCLinuxOS 2011.9 KDE 2.6.38.8-pclos3.bfs

Samsung RF710 i5-480M/8GB/640GB-128GB SSD/GF GT330M/17.3"/Blu Ray NP-RF710-S03ES Portátil