Because systemd hibernation upon resume for some reason shuts down my laptop screen, I decided to write a post-hibernation script containing a command to reenable it:/usr/lib/systemd/system-sleep/screen-on.sh#!/bin/bash
[ "$1" = "post" ] && exec sleep 10 && xrandr --output LVDS-0 --auto && xrandr --output LVDS-0 --primary && xrandr --output LVDS-
Linus Torvalds announced the immediate availability for download of the second released candidate for the Linux 3.7 kernel series.
Linux kernel 3.7 RC2 comes with a lot of new features, according to Linus Torvalds. Among the listed changes, we find that now the "uapi" includes file cleanups.
Linus Torvalds warned us that a... (read more)
After yet another seven Release Candidate versions, Linus Torvalds proudly announced yesterday, July 21st, the immediate availability for download of Linux kernel 3.5. Linux kernel 3.5 brings various interesting features (check out the highlights below and the quote from Linus Torvalds’ announcement) among which we can mention supp... (read more)
Linus Torvalds announced the immediate availability for download of the third released candidate for the Linux 3.7 kernel series. According to Linus Torvalds, this new release candidate for the Linux kernel 3.7.x branch holds nothing extraordinary, with just a few memory leak fixes in USB serial drivers and some other stuff.
Contents
GNU/Linux
Distributions
Devices/Embedded
Free Software/Open Source
Leftovers
Clip of the Day
GNU/Linux
Kernel Space
Linux 2.6.35.7
I’m announcing the release of the 2.6.35.7 kernel. This is only needed if you run Xen, there was a typo that caused problems. My fault, sorry.
Linux 2.6.36-rc6 Kernel Released
The Linux 2.6.36 kernel is just about here.
Linus Torvalds announced yesterday, October 14th, the immediate availability for download of the first released candidate for the Linux 3.7 kernel series. Linux kernel 3.7 RC1 comes with a lot of new features, according to Linus Torvalds. Among the listed changes, we find that now the "uapi" includes file cleanups.
Quote:
Linus Torvalds has released version 2.6.32 of the Linux kernel.
Linus Torvalds released the Linux 2.6.34-rc6 kernel late last night, but the Linux kernel mailing list has been down this morning so there is no release announcement available. Beyond offering up a slew of fixes, the Linux 2.6.34-rc6 kernel ships with VMware's new standalone balloon driver for adju...
After latest kernel upgrade (to 3.6.2), when resuming from hibernation, the display is flickering.Additionally, the /var/log/messages.log say (at time of resume): Oct 17 06:29:09 localhost kernel: [ 5642.562850] ------------[ cut here ]------------ Oct 17 06:29:09 localhost kernel: [ 5642.562867] WARNING: at drivers/gpu/drm/i915/intel_display.c:1225 assert_pipe+0x8e/0x90 [i915]()