Brightness adjustment


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Brightness adjustment
# 1  
Old 07-23-2010
Brightness adjustment

Hi all,
I am using Ubuntu 10.04 LTS in Samsung N148. I can't see any option to adjust brightness in System->Preference->monitor. Is there any shell command to adjust brightness ? I have used xgamma -gamma but it change the gamx not brightness.

Cheers
# 2  
Old 07-23-2010
It *might* be different in your system, but this works just fine in mine.

Code:
echo "80" > /proc/acpi/video/VGA/lcd/brightness

Change "80" to some reasonable number.

Smilie
# 3  
Old 07-23-2010
But I don't have video folder under /proc/acpi/ Smilie

these are the folder i have

ac_adapter/ event processor/
battery/ fadt sleep
button/ fan/ thermal_zone/
dsdt info wakeup

What would be the solution then??
# 4  
Old 07-25-2010
I'm assuming you've got a laptop since the question wouldn't make much sense otherwise, though you didn't say.
Quote:
Originally Posted by gvj
But I don't have video folder under /proc/acpi/ Smilie
Try 'modprobe video'. If you still don't have it, blame the folks that wrote your standards-incompliant proprietary windows-only BIOS.

Doesn't your laptop have special keys to adjust the monitor brightness? What do those do?
# 5  
Old 07-25-2010
Quote:
Try 'modprobe video'. If you still don't have it, blame the folks that wrote your standards-incompliant proprietary windows-only BIOS.

Doesn't your laptop have special keys to adjust the monitor brightness? What do those do?
What is this 'modprobe video' and of course keys are not working. I have smartdimmer installed but i am getting an error init_nvclock() failed!.

lsmode command also gives me video in that so that means to me that I have video.ko installed. But I don't know why proc/acpi don't have video folder

I m nt a expert in ubuntu, pls help me
Geo
# 6  
Old 07-26-2010
Quote:
Originally Posted by gvj
What is this 'modprobe video'
It's a command that you run in the shell as root. It should load the 'video' module if it isn't loaded already, which may give you ACPI control of your laptop monitor.
Quote:
lsmode command also gives me video in that so that means to me that I have video.ko installed. But I don't know why proc/acpi don't have video folder
Because, as already said, your laptop may have a proprietary BIOS which controls video in a non-ACPI way, hence only works in windows and even then probably only with special drivers. What is your laptop?

Last edited by Corona688; 07-26-2010 at 03:44 PM..
# 7  
Old 08-23-2010
Hi sorry for the late reply. I tried modprobe -c which gave me many video named modules. Could you please tell me the extract command which i have to run?

Quote:
What is your laptop?
its SAMSUNG N148 ( same as N150 but comes without any OS)

Thank you for your cooperation Corona688. I hope you may have some solution which solve my problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Chromosomal Bin Size Adjustment

Dear All, Hope you are rocking. I was using publicly available tools to do a task to chop a region into equal number of bins. But the glitch with this tool is that it causes the last region to carry lower number of bases than requested. But I want the first bin to have the lower ones. Here... (7 Replies)
Discussion started by: jacobs.smith
7 Replies

2. Shell Programming and Scripting

Adjustment to current awk statement

Hello all, I have a script that currently works very well but I would like to make a change so that I could prompt for user input for a 2 digit numeric field that would represent the month instead of using the system date for the month. This is my current awk script that Don so graciously... (1 Reply)
Discussion started by: ziggy6
1 Replies

3. Shell Programming and Scripting

awk adjustment to print total

im trying to print all lines in the /var/log/syslog file that contain the pattern CRON. and after all the lines have been printed, i want a total of all the lines that contained "CRON" to be printed at the end. the below command is printing the correct lines, but it is giving me the sum of all... (1 Reply)
Discussion started by: SkySmart
1 Replies

4. Shell Programming and Scripting

File character adjustment based on specific character

i have a reqirement to adjust the data in a file based on a perticular character the sample data is as below 483PDEAN CORRIGAN 52304037528955WAGES 50000 89BP ABCD MASTER352 5434604223735428 4200 58BP SOUTHERN WA848 ... (1 Reply)
Discussion started by: pema.yozer
1 Replies

5. HP-UX

How to disable time auto adjustment ??

We do not use ntp.conf file. However time's changed automatically. How can i disbale automatic time adjustment ? Thank you in advance. (6 Replies)
Discussion started by: v838
6 Replies
Login or Register to Ask a Question