Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 531950 Details for
Bug 652906
sys-power/gamemode - Optimise Linux system performance on demand
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gamemode-1.1.ebuild
gamemode-1.1.ebuild (text/plain), 1.18 KB, created by
egon2003
on 2018-05-17 18:09:09 UTC
(
hide
)
Description:
gamemode-1.1.ebuild
Filename:
MIME Type:
Creator:
egon2003
Created:
2018-05-17 18:09:09 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >SRC_URI="https://github.com/FeralInteractive/gamemode/releases/download/${PV}/${P}.tar.xz" >inherit meson ninja-utils > >MY_P="${P/_/-}" >DESCRIPTION="GameMode is a daemon/lib combo for Linux written in C that allows games to request a set of optimisations be temporarily applied to the host OS" >HOMEPAGE="https://github.com/FeralInteractive/gamemode" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND=">=dev-util/meson-0.43.0 > >=dev-util/ninja-1.8.2" >RDEPEND=" > sys-apps/systemd:=" > >S="${WORKDIR}/${MY_P}" > >src_configure() { > local emesonargs=( > --wrap-mode default > -Dwith-systemd-user-unit-dir=/etc/systemd/user > ) > meson_src_configure >} > >pkg_postinst() { > elog "gamemoded has now been installed and can be run with as your user:" > elog "'systemctl --user enable gamemoded' to enable at boot" > elog "'systemctl --user start gamemoded' to start now" > elog "" > elog "Add 'LD_PRELOAD=$LD_PRELOAD:/usr/\$LIB/libgamemodeauto.so %command%'" > elog "to the start options to any steam game to enable the performance" > elog "governor as you start the game" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 652906
:
527006
|
531950
|
531952
|
540588
|
547358