You are not logged in.
Pages: 1
Hi. I have Samsung N150 Plus. I've installed samsung-tools to manage backlight. But, i wan't the backlight to turn off after 5 minutes. I've tried setting dpms, with "xset dpms 600 600 600", and after 5 minutes it goes off, but after 2 seconds it goes on again, and the backlight is blinking. How can i fix that? I think this have something to do with samsung-tools, but i need it to even change the backlight.
Offline
Can your backlight support changing over /sys?
Lenovo Y450 + Arch x86_64 dual boot with Windows 7 + Openbox standalone + Arch default kernel + Nouveau + yours truly = A lot of *****in' in the Arch Forums.
Offline
I don't know. How can i check it?
Offline
For me, it is under /sys/class/backlight/acpi_video0. Try cd /sys and find | grep backlight
Lenovo Y450 + Arch x86_64 dual boot with Windows 7 + Openbox standalone + Arch default kernel + Nouveau + yours truly = A lot of *****in' in the Arch Forums.
Offline
There are some entries there, but i think they're there because of samsung-tools.
Offline
There are some entries there, but i think they're there because of samsung-tools.
Specifically, is there a file called 'brightness' in that tree? Also is there a file called 'max_brightness' in that tree?
ewaller@odin:/sys 1017 %find | grep backlight | grep brightness
./devices/virtual/backlight/acpi_video0/brightness
./devices/virtual/backlight/acpi_video0/actual_brightness
./devices/virtual/backlight/acpi_video0/max_brightness
ewaller@odin:/sys 1018 %cat ./devices/virtual/backlight/acpi_video0/max_brightness
10
ewaller@odin:/sys 1019 %cat ./devices/virtual/backlight/acpi_video0/brightness
10
ewaller@odin:/sys 1020 %sudo bash -c "echo 5 > ./devices/virtual/backlight/acpi_video0/brightness"
Password:
ewaller@odin:/sys 1021 %sets my display brightness to 50%
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
But the thread is not about that i can't control brightness at all, it's just that it won't turn off after a period of time (it just starts blinking).
Offline
But the thread is not about that i can't control brightness at all, it's just that it won't turn off after a period of time (it just starts blinking).
I really need to get more sleep ![]()
What environment are you using? (KDE, Awesome, *box, Gnome, tty, etc...)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Gnome.
Offline
Have you tried gnome power management? You probably would have but just making sure.
A quick and dirty fix would be to schedule a script which echoes a value into your sys backlight file.
Lenovo Y450 + Arch x86_64 dual boot with Windows 7 + Openbox standalone + Arch default kernel + Nouveau + yours truly = A lot of *****in' in the Arch Forums.
Offline
Same as with dpms, but it's not blinking. It just turns off for 2 seconds, then it turns back on again.
Offline
I have the same problem on a Samsung N140. If I remember correctly it worked flawless until Kernel 2.6.36 and I never used the samsung-tools. Since then also the steps for adjusting the brightness became bigger. Maybe the problem is related to that. I noticed, that it is also possible to get the blinking thing when you adjust the brightness manually.
Offline
Yea, that's right. Sometimes even the computer hangs up when i'm trying to change brightness, i need to reboot manually.
Offline
Pages: 1