diff -Nru gamemode-1.5.1/debian/changelog gamemode-1.5.1/debian/changelog --- gamemode-1.5.1/debian/changelog 2020-04-20 09:07:30.000000000 +0000 +++ gamemode-1.5.1/debian/changelog 2020-05-18 13:05:23.000000000 +0000 @@ -1,3 +1,11 @@ +gamemode (1.5.1-0ubuntu3.1) focal; urgency=medium + + * debian/patches/git_default_gov.patch: + - revert to previous governor instead of "powersave" when exiting + (lp: #1875740) + + -- Sebastien Bacher Mon, 18 May 2020 15:05:23 +0200 + gamemode (1.5.1-0ubuntu3) focal; urgency=medium * debian/patches/revert_libinih_depends.patch: diff -Nru gamemode-1.5.1/debian/control gamemode-1.5.1/debian/control --- gamemode-1.5.1/debian/control 2020-03-23 14:03:24.000000000 +0000 +++ gamemode-1.5.1/debian/control 2020-05-18 13:04:20.000000000 +0000 @@ -1,7 +1,8 @@ Source: gamemode Section: libs Priority: optional -Maintainer: Jonathan Carter +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jonathan Carter Build-Depends: debhelper-compat (= 12), git, libdbus-1-dev, diff -Nru gamemode-1.5.1/debian/patches/git_default_gov.patch gamemode-1.5.1/debian/patches/git_default_gov.patch --- gamemode-1.5.1/debian/patches/git_default_gov.patch 1970-01-01 00:00:00.000000000 +0000 +++ gamemode-1.5.1/debian/patches/git_default_gov.patch 2020-05-18 13:03:54.000000000 +0000 @@ -0,0 +1,25 @@ +From 1c9cd2de5bd47c04a124445eb5b567f37ec3e85f Mon Sep 17 00:00:00 2001 +From: Anjune <64501721+Anjune@users.noreply.github.com> +Date: Tue, 28 Apr 2020 23:40:24 +0200 +Subject: [PATCH] Make system revert to previous governor instead of + "powersave" + +See issue 214. +--- + example/gamemode.ini | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/example/gamemode.ini b/example/gamemode.ini +index 9c59857..a5bb248 100644 +--- a/example/gamemode.ini ++++ b/example/gamemode.ini +@@ -5,7 +5,7 @@ reaper_freq=5 + ; The desired governor is used when entering GameMode instead of "performance" + desiredgov=performance + ; The default governer is used when leaving GameMode instead of restoring the original value +-defaultgov=powersave ++;defaultgov=powersave + + ; The iGPU desired governor is used when the integrated GPU is under heavy load + igpu_desiredgov=powersave + diff -Nru gamemode-1.5.1/debian/patches/series gamemode-1.5.1/debian/patches/series --- gamemode-1.5.1/debian/patches/series 2020-04-20 09:02:53.000000000 +0000 +++ gamemode-1.5.1/debian/patches/series 2020-05-18 13:04:05.000000000 +0000 @@ -1 +1,2 @@ revert_libinih_depends.patch +git_default_gov.patch