LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-01-2004, 11:31 AM   #1
epicadop
LQ Newbie
 
Registered: Oct 2002
Location: Costa Rica
Distribution: Mandrake 10.0
Posts: 6

Rep: Reputation: 0
Fn Keys & Brightness


Hi everyone!

I have Mandrake 10.0 on my Toshiba 5205-s505 running 99%, the 1% left is the problem with the Fn Keys, specially the brightness ones (up - down). I have installed the FnFx, but doesn't work.

Any ideas, i will appreciated so much


Thanks


Edgar
 
Old 11-01-2004, 05:29 PM   #2
dennisk
Member
 
Registered: May 2004
Location: Southwestern USA
Distribution: CentOS
Posts: 279

Rep: Reputation: 30
I found that I can type
Code:
setbrightness xxx
at the command prompt on my Sony to dim the screen substituting a value, say 150 for xxx. It's part of ACPI, I think. So, you'll need an ACPI kernel installed. Let us know if the same command works on your Toshiba.

dennisk
 
Old 11-02-2004, 08:27 AM   #3
epicadop
LQ Newbie
 
Registered: Oct 2002
Location: Costa Rica
Distribution: Mandrake 10.0
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks Dennisk, but it don't work at all. I re-compile the kernel undex /usr/src/linux with the toshiba module, but i don't see the module /etc/acpi/toshiba, i don't know if i made the right compilation process.

The FnFx give me the same error, that i don't have the Toshiba ACPI module enable. But really, now i am more confused.

Edgar
 
Old 11-16-2004, 10:23 PM   #4
JackRipper
LQ Newbie
 
Registered: Jan 2002
Distribution: Fedora Core
Posts: 5

Rep: Reputation: 2
Here's a script that I use under Fedora Core 2 to control the brightness and fan. It expects that you have /proc/acpi/toshiba, however.

#!/bin/sh
TOSHIBA=/proc/acpi/toshiba


case "$1" in
low)
echo "Setting brightness to low"
echo "Setting fan to auto"

echo "force_on: 0" >$TOSHIBA/fan
echo "brightness: 2" >$TOSHIBA/lcd
;;

medium)
echo "Setting brightness to medium"
echo "Setting fan to auto"

echo "force_on: 0" >$TOSHIBA/fan
echo "brightness: 4" >$TOSHIBA/lcd
;;

high)
echo "Setting brightness to high"
echo "Forcing fan on"

echo "force_on: 1" >$TOSHIBA/fan
echo "brightness: 7" >$TOSHIBA/lcd
;;

*)
echo "Usage: $0 (low|medium|high)"
exit 1
esac

Hope this helps.

The hotkeys can be read from /proc/acpi/toshiba/keys I don't know if there's a more efficient way.

Do you have problems with your touchpad being erratic sometimes? Occasionally, when I touch the pad to move the cursor, the mouse pointer jumps across the screen. It's kind of annoying.


-Vic
 
  


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
CVS & SSH & Public/private keys guideweb Linux - Software 15 09-09-2005 01:06 PM
" & ' keys delayed on console nadroj Linux - General 2 09-03-2005 08:08 PM
Brightness & Contrast yet to be optimized in SuSE 9.2 Pro Box ? bedi-beparwah SUSE / openSUSE 1 04-01-2005 11:29 AM
CVS - SSH Keys & Cervisia vi0lat0r Linux - General 2 05-30-2004 09:46 PM
CRC Chechksums & keys linear Linux - Security 1 10-24-2001 02:20 AM

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

All times are GMT -5. The time now is 11:34 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