LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-26-2010, 09:42 AM   #1
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Unhappy Can't adjust brightness on Toshiba A100


Nothing I found works. I need to reduce brightness of Toshiba Satellite A100, the screen is too bright. Gnome on Arch, "xf86-video-intel".

Fn buttons don't work.
"echo NNN > /proc/acpi/video/.../brightness" doesn't make any change.
Gnome power manager doesn't affect anything...
Brightness applet does nothing.
xbacklight is not even in Arch repos...

Please help.
 
Old 11-26-2010, 09:53 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
What does cat /proc/acpi/video/GFX0/LCD/brightness do?
 
Old 11-26-2010, 10:42 AM   #3
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Hi!

It looks like we have the same laptop!

I must say that lately I've been testing some distros on my Toshiba and on each one Fn keys did work. Even the multimedia keys too. So this is some "Arch thing", but I'm not using Arch and I'm using Xfce at the moment. Our laptop is supported. This used to be a problem with Toshiba laptops which did not have Phoenix BIOS, thus another project was created fnfx.

Try to change something in GConf key /apps/gnome-power-manager/

Quick Google search pointed to this;
Quote:
ACPI

First of all start /etc/rc.d/acpid and add it to DAEMONS in rc.conf.
Special buttons

Some special buttons work out-of-box, some not. Here is the list:

Button Comment
Power Recognized by ACPI, add event to /etc/acpi/events, see below
Web Works (xbindkeys)
Music (?) Doesn't work
Play Works (xbindkeys)
Stop Works (xbindkeys)
Rev Works (xbindkeys)
Ffd Works (xbindkeys)

Fn+Esc (Mute) Works (xbindkeys)
Lock Works (xbindkeys)
Magnify Doesn't work
Suspend to RAM Doesn't work
Suspend to disc Doesn't work
VGA switch Works out-of-box
Brightness Works, module "video"
WIFI Doesn't work (there is a switch, so what for?)
Touchpad on/off Doesn't work
Num Lock/Scroll Lock Work

Volume knob Works (xbindkeys)
And that is from Arch's wiki. Check out this guide here.
 
Old 11-26-2010, 11:55 AM   #4
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by catkin View Post
What does cat /proc/acpi/video/GFX0/LCD/brightness do?
Code:
# cat /proc/acpi/video/GFX0/LCD/brightness
levels:  0 20 40 60 80 100
current: 100
On the tty1 there is an error message after system booting is complete:

Code:
Cannot open display: default display
Maybe this is part of the reason?

Last edited by Mr. Alex; 11-26-2010 at 11:57 AM.
 
Old 11-26-2010, 12:05 PM   #5
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
alan_ri, did what you wrote. Gconf (brightness = 50).
acpid also. Nothing.
Brightness is still too high, can't work like this.

Last edited by Mr. Alex; 11-26-2010 at 12:07 PM.
 
Old 11-27-2010, 12:38 PM   #6
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Well, all that sounds weird to me.

The display error, try to set $DISPLAY variable with:
Code:
export DISPLAY=:0.0
As I said, I'm not using Arch an GNOME at the moment, so it's hard for me to give some advise at the moment, but if I think of something, I'll let you know.

Few ideas I have right now;
You could login without X and then start it with:
Code:
startx
...if you haven't already done so and look for the might be errors.

Check what modules Arch uses in the kernel for Toshiba laptops.

What do you get when you run:
Code:
whereis fnfxd
And what's your kernel? Sometimes with different kernel, things work.
 
Old 11-29-2010, 12:01 PM   #7
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
> export DISPLAY=:0.0
And it shows "Can't open display :0.0"...

> You could login without X and then start it with: startx
Will try.

> Check what modules Arch uses in the kernel for Toshiba laptops.
Code:
# modprobe toshiba_acpi 
FATAL: Error inserting toshiba_acpi (/lib/modules/2.6.36-ARCH/kernel/drivers/platform/x86/toshiba_acpi.ko): No such device
> whereis fnfxd
Code:
# whereis fnfxd
fnfxd:
> And what's your kernel? Sometimes with different kernel, things work.
2.6.36.1-3.
 
Old 11-29-2010, 12:09 PM   #8
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Original Poster
Rep: Reputation: Disabled
startx doesn't load X:

Code:
[    24.402] (II) LoadModule: "fbdev"
[    24.403] (WW) Warning, couldn't open module fbdev
[    24.403] (II) UnloadModule: "fbdev"
[    24.403] (EE) Failed to load module "fbdev" (module does not exist, 0)
 
Old 11-29-2010, 02:48 PM   #9
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Don't know why, but it looks like Arch is missing some modules. Install x11-drivers/xf86-video-fbdev. Try startx again.

Then try:
Code:
echo "brightness:50" > /proc/acpi/video/GFX0/LCD/brightness
I'm on Debian "testing" on my laptop now and here everything works. I will check my modules etc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't adjust brightness on X200 kenshinji Linux - Laptop and Netbook 1 11-11-2009 07:54 PM
how to adjust brightness on webcam? freeedom Linux - Laptop and Netbook 3 05-28-2009 10:41 PM
Adjust Brightness 3saul Linux - Software 5 10-31-2006 10:43 PM
How to adjust contrast/brightness JussiKp Linux - Newbie 7 08-05-2006 04:40 AM
Brightness Adjust? Mega Man X Linux - General 2 06-06-2003 01:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration