diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:01 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:48:01 +0200 |
commit | 6b72f197227dacb3ddff02b632bf8313cb37df81 (patch) | |
tree | 901292fc0501ab4ee513f21e7a1b176771140a5d /system/pm-utils/patches/99video.diff | |
parent | 61f203657a9c4ae1c3d3c0a833cccf74982961d1 (diff) |
system/pm-utils: Removed from 12.2 repository
Diffstat (limited to 'system/pm-utils/patches/99video.diff')
-rw-r--r-- | system/pm-utils/patches/99video.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/system/pm-utils/patches/99video.diff b/system/pm-utils/patches/99video.diff deleted file mode 100644 index f38b001117..0000000000 --- a/system/pm-utils/patches/99video.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- a/pm/sleep.d/99video -+++ b/pm/sleep.d/99video -@@ -144,7 +144,7 @@ suspend_video() - local acpi_flag=0 - quirk "${QUIRK_S3_BIOS}" && acpi_flag=$(($acpi_flag + 1)) - quirk "${QUIRK_S3_MODE}" && acpi_flag=$(($acpi_flag + 2)) -- [ 0 -ne $acpi_flag ] && sysctl -w kernel.acpi_video_flags=$acpi_flag -+ sysctl -w kernel.acpi_video_flags=$acpi_flag - - quirk "${QUIRK_NOFB}" && die_if_framebuffer - quirk "${QUIRK_VBESTATE_RESTORE}" && vbe_savestate -@@ -166,8 +166,6 @@ resume_video() - quirk "${QUIRK_RADEON_OFF}" && radeon_on - quirk "${QUIRK_DPMS_ON}" && vbe dpms on - quirk "${QUIRK_RESET_BRIGHTNESS}" && reset_brightness -- # always reset acpi_video_flag -- makes quirk testing more reliable. -- sysctl -w kernel.acpi_video_flags=0 - return 0 # avoid spurious hook exit failure message. - } - |