FS#34352 - [linux] 3.8.x Resume from supend issue
Attached to Project:
Arch Linux
Opened by Daniel Buch (dbuch) - Monday, 18 March 2013, 10:40 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 27 March 2013, 17:27 GMT
Opened by Daniel Buch (dbuch) - Monday, 18 March 2013, 10:40 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 27 March 2013, 17:27 GMT
|
Details
Description:
Resume from suspend is broken with intel-driver. Might consider: http://pkgs.fedoraproject.org/cgit/kernel.git/tree/backlight_revert.patch?h=f18 ? Additional info: * Linux kernel 3.8 * Intel driver (Intel-dri, xf86-video-intel, mesa) |
This task depends upon
- removed "acpi_backlight=vendor" in the boot parameters (which I was using in the past)
- Used the program "light" available in AUR to control the brightness (with appropriate global keyboard shortcuts)
- added this -> light `light -c` <- in a hook in /usr/lib/systemd/system-sleep to execute it right after wake up to restore the brightness.
Tada! The screen turns on and the brightness can be controlled with the keyboard shortcuts.
I did git clone -b packages/linux --single-branch git://projects.archlinux.org/svntogit/packages.git and changed pkgbuild and added the patch from fedora. Now im waiting for compiler, zzz.
Ill report if it wo