You are not logged in.

#1 2010-01-27 01:17:28

sironitomas
Member
From: Cordoba, Argentina
Registered: 2009-11-28
Posts: 174
Website

[SOLVED] Turn off backlight without X

Hi everyone. I have a laptop running Arch, and usually i don't use X, just the tty's. What i want to know is if there is any way to turn off the backlight frome there. In X i just use

xset dpms force off

But in tty that command is useless. Any ideas? Thanks!

Last edited by sironitomas (2010-09-09 18:31:19)

Offline

#2 2010-01-27 06:38:21

sironitomas
Member
From: Cordoba, Argentina
Registered: 2009-11-28
Posts: 174
Website

Re: [SOLVED] Turn off backlight without X

Can anyone give me a repply?!

Offline

#3 2010-01-27 06:39:17

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: [SOLVED] Turn off backlight without X

Offline

#4 2010-01-27 07:40:43

jt512
Member
Registered: 2009-02-19
Posts: 262

Re: [SOLVED] Turn off backlight without X

sudo vbetool dpms off

To turn it back on, blindly type "sudo vbetool dpms on" or switch to vt7.

Jay

Offline

#5 2010-01-27 20:01:40

sironitomas
Member
From: Cordoba, Argentina
Registered: 2009-11-28
Posts: 174
Website

Re: [SOLVED] Turn off backlight without X

Thanks! It would be more usefull if we could turn it back on just typing, or with a key combination..

Offline

#6 2010-01-27 20:49:00

Gusar
Member
Registered: 2009-08-25
Posts: 3,606

Re: [SOLVED] Turn off backlight without X

Another way to do it, doesn't require sudo:

setterm -blank force

Then, to turn back on, blindly type:

setterm -blank poke

Offline

#7 2010-01-28 16:29:21

barzam
Member
From: Sweden
Registered: 2009-01-27
Posts: 277

Re: [SOLVED] Turn off backlight without X

Laptop mode tools can fix this as well.

Offline

#8 2010-01-28 20:40:18

majiq
Member
Registered: 2009-03-06
Posts: 259

Re: [SOLVED] Turn off backlight without X

You could write a script to be executed at a keystroke in your terminal - assuming you don't autologout.

Offline

#9 2010-01-28 21:34:39

sironitomas
Member
From: Cordoba, Argentina
Registered: 2009-11-28
Posts: 174
Website

Re: [SOLVED] Turn off backlight without X

majiq wrote:

You could write a script to be executed at a keystroke in your terminal - assuming you don't autologout.

That seems to be a good option, but unfortunately i don't know how to do that kind of scripts sad

Offline

Board footer

Powered by FluxBB