Brightness control at startup with systemd

I finally upgraded to systemd (I know... a bit later than I should have), and the transistion has been smooth, except for enabling brightness controll at boot.
I currently have a bit of a hack working to enable brightness control on my Dell XPS 13 ultrabook. I have two backlight interfaces (/sys/class/backlight/intel_backlight and /sys/class/backlight/acpi_video0), and I have found that the only way to alter my screen brightness is to set the intel_backlight brightness value to 0 and then alter the brightness file under the acpi_video0 interface. I must always write the 0 to the intel_backlight/brightness file, even if it already contains 0, to enable brightness control through acpi_video0.
I had had this code in my rc.local previously, and it worked exactly as I needed to enable brightness control:
#!/bin/bash
# set intel interface to 0, allowing acpi interface to take precedence
echo 0 > /sys/class/backlight/intel_backlight/brightness
# set the permissions of the acpi brightness file for video group (me) regular user modification
chgrp video /sys/class/backlight/acpi_video0/brightness
chmod 664 /sys/class/backlight/acpi_video0/brightness
# initialize brightness to a low level
echo 3 > /sys/class/backlight/acpi_video0/brightness
exit 0
Currently when I run this script normally it grants me the brightness control I desire through the modification of /sys/class/backlight/acpi_video0/brightness. I have made this script into a systemd service initiated at startup, with the service file below:
[Unit]
Description=Brightness Control Initialization
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/bright_init
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
My issue is that although the service is initiated at startup without error, my brightness control does not function like it does when I run the script manually myself. I have verified that systemd considers the service to have run successfully after startup, and I have also enabled both the multi-user.target and above service.
My questions are twofold:
1. Is there a better way to allow brightness control other than the somewhat hacky method of zeroing the /sys/class/backlight/intel_backlight/brightness file with the above script?
2. And does anyone have an idea as to why my service doesn't work, even though I can run the script after startup and it functions as I desire?
Last edited by tyler.heck (2012-11-16 01:45:46)

It is interesting to see that this is working for you. I had to add OWNER="root" to the rule. Otherwise when testing the rule with `udevadm test` I always recieved a permission denied error. But even with OWNER="root" Udev did not actually write the ATTR{brightness}="2" into the file.
Manually doing that by echo 2 > ... works well. I searched a bit on this topic and found a thread on the Gentoo forum where they say that it is not wise to use Udev for writing anything to /sys. Instead you should use Udev to run a script that does that:
[orschiro@thinkpad ~]$ cat /etc/udev/rules.d/50-powersave.rules
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="0", RUN+="/home/orschiro/Scripts/powersaving battery"
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="/home/orschiro/Scripts/powersaving AC"
[orschiro@thinkpad ~]$ cat /usr/local/bin/powersaving
#!/bin/sh
case $1 in
battery)
echo "Running powersaving on AC in 3 seconds"
sleep 3
# screen power saving"
echo 200000 > /sys/class/backlight/intel_backlight/brightness
AC)
echo "Running powersaving on battery in 3 seconds"
sleep 3
# screen power saving
echo 4270725 > /sys/class/backlight/intel_backlight/brightness
esac
Last edited by orschiro (2013-03-01 15:29:02)

Similar Messages

  • How do I run a command at startup with systemd?

    I need to run
    # hdparm -B 255 /dev/sda
    at startup. I used to do this in /etc/rc.local using initscrips. How do I do this using systemd?

    Hi@ All!
    I've tried to get power management work on my RTL8187SE Wireless LAN Controller.
    # iwconfig wlan0 power on
    works fine [edit] for some seconds, then connection is lost!
    RTL8187SE is known for such issues due to 'too' aggressive HW-PM - i have been warned ;-)
    [/edit]
    but ...same procedure as last time... how to get it set automatic at boot?
    Tried creating : /etc/udev/rules.d/wlan0_power_save.rules
    with
    ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan0", RUN+="/usr/sbin/iwconfig wlan0 power on"
    which does not work cause 'iwconfig wlan0' seems to be executed while 'power on' produces an error.
    The way given here depends on 'iw' - but 'iw' does not work due to missing 'nl80211'... *confused*
    Any ideas?
    renegat
    Edit:
    'iw' is the 'newer' set of wireless-tools - and does not support such old cards as mine.
    Last edited by renegat (2013-02-16 09:43:35)

  • Brightness controls gone mad with lastest -Syu

    Hello.
    I have an ASUS M51VA with an ATI HD3650.
    Recently, when I updated my system it installed latest gnome and kernel packages.
    After that I lost control of the brightness FN keys, which I previously used with the help of lapsus and worst of all, the brightness has gone crazy! It keeps blinking, slowly increasing or decreasing, then it stays stable for some time but then it get all crazy again.
    Right now I can barely see what I'm typing, but when I started this post it was blinking.
    Here's the pacman log:
    http://www.pastebin.ca/1620546 (please consider the update at 13:XX, after that I tried other graphics drivers).

    My problems started when I restarted right after the update.
    I'm afraid it might damage the backlighting system because it's always changing the brightness level.
    This doesn't seem good for the eyes and less for the screen.
    Does anyone at least can help me on how to make it brighter?
    I used lapsus, but it's no longer working. I already tried changing lapsus settings through dbus, but with no luck.
    $ cat /proc/acpi/video/VGA/LCDD/brightness
    levels: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    current: 1
    It's always on 1, even when the screen is at the highest brightness level.
    # xbacklight -inc 25%
    No outputs have backlight property
    # echo "10" > /sys/class/backlight/acpi_video0/brightness
    Does nothing.
    Also tried to add  "acpi_backlight=vendor" in the end of the kernel line, but didn't make any difference.
    Here I have a small video capturing the center of the screen. That's not me playing with the controls or the camera ajusting to lightning conditions, it's the backlight goofing me around!!!
    http://www.mediafire.com/download.php?z4mi4uzidjn
    Last edited by VuDu (2009-10-15 20:41:12)

  • Brightness control not working in Windows 8 x64 after sleep with Boot Camp 5.0.2

    Hi,
    I am using Boot Camp 5.0.2 with Windows 8 x64.
    Wheen the computer has been in sleep mode, and wakes up again, the brightness control won't work as expected.
    Usually the screen is to dark (darker than before, what it should be), and after some time pops up brighter as it should be.
    Has onyone else seen this issue?
    I mean, it seems that for brightness we use the internal control GUI of Windows 8, and not the Apple one that is used in Windows 7 and in Windows 8 for the sound control.
    Macbook Pro 13" Retina, early 2013 (brand new) with 8GB RAM and 512GB SSD and 3.0GHz i7.

    I have been having the issue of no brighness control when running windows through bootcamp for about 6 months now and have not found any applicable solution online.
    While messing around trying to figure it out yet again I noticed that my monitor driver was signed by team viewer...
    Sure enough clicking the roll driver back button resolved the issue by rolling the driver back to the Microsoft driver...
    So long story short:
    Right click "My Computer" click properties
    Click device manager (lop left of window)
    Expand Monitors section
    Double Click monitor
    Click driver tab
    If the driver here is not signed by Microsot or Apple click the roll back button. My driver version is 6.1.7600.16385 (Driver date 6/21/2006)
    Rolling this back instantly resolved my issue. I will now propagate this post to all the threads I saw regarding this issue.
    I am running windows 7 x64 Ulti on a 15" rMBP.
    Best of luck

  • IMac G5 (iSight) with 10.4.11:  Screen always dimmed. Starts at full bright and a second later dimms and stays like that forever.  Brightness controls work normally under this circunstance.  Please help !!!

    iMac G5 (iSight) with 10.4.11:  Screen always dimmed. Starts at full bright and a second later dimms and stays like that forever.  Brightness controls work normally under this circunstance.  Please help !!!
    Please don't tell me to adjust anything on the preferences, since I have tried all.  I think it may be anoter kind of problem, maybe hardware related or anything.
    I ran the Hardware repair DVD and everything was ok, but when the imac restarted the screen was very lit again, but when it went sleep, when it went awake again the screen got dimmed again.  Because of that I think that the problem could be software related, but who knows.  Excuse my english.

    I can't see another possible answer - the longer your machine is up, the more the power supply is stressed, it protects itself by dimming the screen to lower the draw on it.

  • Brightness control does not work with the bluetooth keyboard connected on my iPad2. Please someone could help me ?

    Brightness control does not work with the bluetooth keyboard connected on my iPad2. Please someone could help me ?

    Julien-
    I have the Apple MC184LL/A Bluetooth Wireless Keyboard.  The brigtness control works with mine, as do most of the other functions.
    Try cycling the keyboard off and on.  Hold the power button until the green LED goes out.  Then press it one more time to turn it back on.
    You might try resetting the iPad's network.  Go to Settings-General-Reset-Reset Network Settings.  Then you may need to reconnect your WiFi and Bluetooth.
    If that doesn't help, try resetting/rebooting the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart in a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred

  • Problem with brightness control on Toshiba Satellite R830 [SOLVED]

    Ever since I've been using Linux on my Toshiba Satellite R830 laptop I had problems with the brightness setting after wakeup from sleep. The solution I had found was to use a custom xorg.conf setup. Actually I was creating a 20-intel.conf file in /usr/share/X11/xorg.conf.d/ with the following content:
    Section "Device"
    Identifier "card0"
    Driver "intel"
    Option "Backlight" "intel_backlight"
    BusID "PCI:0:2:0"
    EndSection
    This worked until today. Now I realised that Xorg is somewhat ignoring this configuration file. I looked in the wiki and this suggested that any such config files should be in /etc/X11/xorg.conf.d/. I copied the file there and rebooted. I opened a terminal and checked the value of /sys/class/backlight/intel_backlight/actual_brightness. Modified the brightness with the Fn + F6/F7 and checked again and it was controlling these.
    But after closing the lid and leaving it for a while, and wakeing up the PC the Fn +F6/F7 keys started controlling /sys/class/backlight/toshiba/ which never worked after sleep. Somehow on wakeup the custom config files are being ignored. It seems this is related to the upgrade to Gnome 3.16. I'm using linux-lts kernel.
    How do I make Xorg use intel_backlight instead of Toshiba for brightness control?
    Last edited by entodoays (2015-05-18 15:21:04)

    It seems that the culprit is /usr/lib/gnome-settings-daemon/gsd-backlight-helper. In this page: http://ubuntuforums.org/showthread.php?p=11910629 there's a procedure to patch the source file (for an older version). There's a section of the code like this:
    /* available kernel interfaces in priority order */
    static const gchar *backlight_interfaces[] = {
    "nv_backlight",
    "asus_laptop",
    "toshiba",
    "eeepc",
    "thinkpad_screen",
    "acpi_video1",
    "mbp_backlight",
    "acpi_video0",
    "fujitsu-laptop",
    "nvidia_backlight",
    "samsung",
    NULL,
    Patching this file, eliminating the toshiba device from the preferred list and adding intel_backlight to it might solve the issue.
    On another page, https://github.com/mate-desktop/mate-po … issues/135 they suggest another possible hack: changing the priority of device type
    file plugins/power/gsd-backlight-helper.c
    /* search the backlight devices and prefer the types:
    * firmware -> platform -> raw */
    path = gsd_backlight_helper_get_type (devices, "firmware");
    if (path != NULL)
    goto out;
    path = gsd_backlight_helper_get_type (devices, "platform");
    if (path != NULL)
    goto out;
    path = gsd_backlight_helper_get_type (devices, "raw");
    if (path != NULL)
    goto out;
    Changing the order to firmware -> raw -> platform would solve the problem for me too.
    Unfortunately I've never done any patching yet. How would I go about it?
    Last edited by entodoays (2015-05-12 07:22:06)

  • Problem with my macbook air brightness control key

    i have a problem with my macbook air.my brightness control key ( F1 & F2 ) dont work.what can i do ?

    If keys on your keyboard don't work:
    http://support.apple.com/en-us/HT203162

  • Touchsmart 610 no longer has Beats, Brightness Control with Win8 Upgrade

    Hello,
    When upgrading to Windows 8/8.1 I lost all Beats audio functionality and brightness can no longer be adjusted (there is a brightness slider but it does nothing).
    Main Issues Noticed:
    -When putting the computer to sleep or shutting down the audio makes a loud "pop" noise even when speakers are muted. 
    -Beats is gone, can't find any drivers to restore it. 
    -Brightness cannot be adjusted via brightness control on Win8 nor via system graphics properties.
    -610 does not have any physical brightness buttons to adjust.
    I have tried restoration to previous configurations, reintalling drivers, etc and nothing has worked so far.
    Any help would be greatly appreciated. 
    Thanks.

    Hello @EvoGuy,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your desktop computer no longer has Beats Audio or Brightness Control after upgrading to Windows 8.1, and I would be happy to assist you!
    According to the available supported software for your computer, there do not appear to be any available drivers for your Windows 8.1 operating system. If you wish to utilize the features of Beats Audio and the display brightness, I suggest refreshing your system back to Windows 8.
    I hope this helps!
    Best Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • How to start dhclient with systemd at startup? [SOLVED]

    I have eth0 connected to DHCP server and want to use dhclient instead of dhcpcd. How can I start dhclient with systemd? Is there something similar to
    systemctl enable dhcpcd@eth0
    Last edited by mpelikan (2012-12-18 13:43:28)

    dhcpcd comes in package with completed systemd unit (/usr/lib/systemd/system/dhcpcd.service and /usr/lib/systemd/system/[email protected]) by package developer, but dhclient doesn't.
    mpelikan, you should write your own systemd unit for dhclient for yourself using
    1) dhcpcd units as example
    2) wiki page https://wiki.archlinux.org/index.php/Sy … vice_files
    3) man page for dhclient to get the right options
    Also I'm sure I saw somewhere an example of dhclient unit but I can't find it now. Anyway, it was not working out-of-box in Arch.
    I've done this previously but then I've realized disadvantages of dhclient (so I've removed it).
    Firstly, I didn't like how it's working in daemon-mode after some testing.
    Secondly, it depends on deprecated net-tools.
    You should try dhcpcd. If it doesn't work, you can make it work by editing configuration files / kernel options (like switching off IPv6 if you think you have an issues with it) or adding some parameters.

  • Just had my logic board replaced, dim screen with no brightness control

    My MacBook Pro 17 inch was just in for repair due to the nvidia 8600 issue (no video, Mac won't boot, etc.). I have it back as of this afternoon but when I turned it on the screen is unbelievably dim -- almost as if I have the brightness at the second-to-lowest level.
    Here's the catch: when I attempt to use the brightness control, either via F1/F2 keys or in System Preferences the brightness will not change. The icon overlay shows up on the screen as if it is working but the screen brightness just doesn't work.
    When I bring the brightness indicator all the way down, to the point where the screen would normally shut off, the screen stays on...but it's just the same dim screen.
    Any ideas?

    Test while started in Recovery : if the problem persists, then it likely is a hardware issue.
    Resetting the System Management Controller (SMC) probably won't change anything, but you can readily do it before contacting the repairers.

  • BLACK SCREEN startup with 3 beeps, FREEZES when unplugged, Splash screen freeze, HEAT-UP TO BOOT

    BLACK SCREEN startup with 3 beeps, FREEZES when power unplugged, IF IT BOOTS splash screen freezes, OVERHEATING REQUIRED TO BOOT - 0x7B, Event 41 kernel-powe
    Issue: One day I unplug the power, the screen freezes and I get frozen music sound. I shut down, start up, I get 3 beeps (1 short 2 long), which indicates a Video failure according to the Thinkpad Laptop beep code list.
    How I solve the issue day-to-day: I turn the heat up - I disconnect the battery and hard drive and plug in the power then turn it on. I will wait until the underneath is searing hot with a blanket blocking the fan's flow of air, I mean way hot because any cooler and it won't start. Plug stuff back in, Hard drive first, Battery second, turn off with power button hold, unplug power, replug power.
    I turn it on, no beeps, it goes past the first Lenovo screen, then gives me a prompt because it "didn't shut down properly" and continue regular startup. What happens next is the Windows logo appears, and just as the animated windows logo starts to move (you see 2 small colored dots on the screen), it freezes. I see this every time, I know naturally that it means that the laptop is still too hot to go past that point, so I shut it down and try again. After about 5 - 10 tries it will go past the splash screen and into the login area, then it's all fine.
    Sometimes when I unplug the power from the back by accident it will freeze. By accident I mean that the connector wiggles it's self out easily. This unplug freezing thing started happening about 1 week before the 3 beep black screen problem started rolling, so I'm putting 2 together.
    Errors:
    I got a Blue Screen of Death the first time I started it up with the overheating ritual, but I never got it since. It was 0X7B. I ended up changing a setting in BIOS from AHCI to Compatibility Mode, and I passed everything without the BSOD again. I have always had it on AHCI.
    I got another Blue Screen of Death about a week ago, but came as it was on already and I had been using it, and said something about disabling Cache or Shadowing in BIOS. I never got it since.
    BIOS:
    Also, the time was set to 1988 or something in the BIOS.
    Event Viewer events found:
    1. Kernel-Power, Summary page.
    There are critical events for a few things like Kernel-Power, Event ID 41, Task Category (63). There are 19 of them, each day 1 or 2 of them but mostly 1, so this maybe corresponds to my daily ritual.
    "The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly."
    2. Kernel-Processor-Power - Event ID 37, task category (7)
    "The speed of processor 1 in group 0 is being limited by system firmware. The processor has been in this reduced performance state for 71 seconds since the last report."
    3. LMS - HCMI - Event ID 2, Task Category: none
    "LMS Service cannot connect to HECI driver".
    I came across a very sluggish performing control panel for Nvidia before and after this problem, and I tried installing a newer version, which I had to jump through a few hoops to do, like uninstalling first, not just updating. At first it said that the driver wasnt made for the system, or that it wasnt compatible or something, which was wrong. I made it work somehow, but it was still sluggish after install. I rolled it back to an earlier driver, and now it works fine oddly. No sluggish performance / slight freeze window thing going on. No problem at all.
         MSCONFIG.exe, Boot Advanced Options: I have tried twice to change this 1 setting, check box "Number of processors" and change to 2 processors, because I do have 2 processors. I have been able to change this in the past, but it does not save the setting now, and I believe this option was selected before I started having problems, and settings did not disappear then.
    What could this be. The small round BIOS battery? The video card like everyone presumes? (I.E. the entire motherboard replacement), Software? The wiggly power input area? (Not enough power getting in?), Firmware of some sort? The BIOS software being wrong?
    SYSTEM INFO:
    Thinkpad T61p 6457-A24, Intel core 2 duo (T7700) 2.4GHz, Intel 120GB SSD 6Gb/s, NVIDIA Quadro FX 570M (256 MB),
    Windows 7 64 bit Home Premium (6.1, Build 7601), BIOS Ver 1.00PARTTBLx
    Display: 1680 x 1050 (32 bit 60 Hz), Integrated RAMDAC, Main driver: nvd3dumx.dll,nvwgf2umx,nvwgf2,
    Version 8.17.12.9688, Date 5/31/2012, DDI version 10, Driver model WDDM 1.1

    T61-Elwood wrote:
    Laptops of all Brands using Nvidia GPUsmade  from 2007-2008  are faulty.
    You wont get good Nvidia ones on Ebay/forumes anywhere.
    I'd beg to differ on both accounts.
    *61 series nVidia-based ThinkPads from late January through July of 2008 are a 50/50 shot, since the old chips were mixed with the new ones. Any machine built in August and later can be deemed "safe".
    As for the forums (I don't do feebay) there are people who sell genuine, properly-tested planars. However, these do not come at bargain basement prices, and with a good reason if I may add.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Windows 8.1 kills screen brightness control

    I have a touch smart 23 computer that came with windows 8.0. An auto upgrade to 8.1 caused the screen brightness control to stop working and the screen stays on super bright. I could not get a response on how to fix so I had to re-install 8.0 which fixed the problem. I set the system to not upgrade without my approval and yet it did it again last week (about 4 or 5 months later). When I have to reinstall 8.0, I have to re-install several primary programs as there are no restore points left except back to factory settings. Question one is - has there been a fix installed on windows 8.1 that will again let me control the brightness on my screen? If not, question 2 is how did the update override my setting to not allow updates to install without my approval. I have a full day of re-installs that I don't want to have to do a third time.

    Hi:
    You probably have to install the W8.1 graphics driver for your specific model.
    Normally when you can't control the screen brightness, that means the graphics driver isn't installed.
    As for your second question, that I do not know.

  • My screen gets dim and the brightness control buttons don't work

    My screen is frequently dim.  The brightness control buttons display that they are working, but the brightness doesn't actually change.  Any ideas why and what I can do?

    Thanks for the suggestion.  Actually, I had tried that but still had to go into preferences any time I wanted it brighter.  After I posted, I found a thread using some different keywords and found that people were having the same problem with OS versions up to 10.7.2 but solved it with the latest update (10.7.3).  I just installed it and now seem to be able to adjust the brightness with my keyboard no problem.  I appreciate your reply anyway!

  • Satellite C650-I5011 - Brightness control is not working

    Hi,
    I have a Toshiba C650 - I5011 model with Ubuntu 10.3 . I have a problem that even after pressing the Fn + F6 key, the brightness of my LCD does'nt change.
    It remains at maximum.
    I have installed both Toshutils and hotkey daemon. My volume control key (on numeric alternate) works perfectly fine but none of the Function keys work. Pls help.
    Also, I had errors during installation of Ubuntu on my laptop because of which I had to permanently disable ACPI, else it won't boot. Following is the lspci output :
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
    00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
    01:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)

    Hello,
    The backlight detection depends from acpi options selection on your kernel. Which kernel version do you use ?
    $ uname -a
    (Use at least a 2.6.36 kernel since a lot of improvement for recent Toshiba laptop have been done during summer 2010)
    This done, ACPI options beeing compiled into kernel or loaded as module, this line should appear in your /var/log/Xorg.0.log :
    "found backlight control interface /sys/class/backlight/acpi_video0"
    Having a C650-15Z, my brightness control works well.
    regards,
    alex

Maybe you are looking for

  • Front end and conc manager issue post db upgrade

    Hi, We have upgraded our database from 10.2.0.4 to 11.2.0.1. Our ebs application is on 12.0.6. Also the architechture is : DB+Conc on one node and Web+Forms on the other. We are not able to get the front end.Also concurrent managers arent cmg up ( Wh

  • Question on File Content Conversion

    Hi all,    I went through this blog(/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1) for File content conversion and I have a question regading File Content Conversion. Is i

  • Load data of various XML files

    Hi, Is possible load data of various XMLfiles in my form if is possible who is that please Thanks you Juan Carlos

  • Accruals for Purchase Orders

    Hello All, I have a couple of questions about accruals, our Apps. version is 11.0.2, we have set our Accrue Inventory Items set to On Reciept. We would like to set the Accrue Expense Items to On Receipt also. I have done some research on the issue, b

  • BW Security - RSSM hierarchy auths

    Hello, We have created our data security around the organisational unit hierarchy in BW (Tranx RSSM, mapping to 0RGUNIT hierarchy imported from R/3).  This works fine. Problem is the Organisational Unit structure is maintained in PRD and we have now