aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-05 18:34:55 +0200
committerTharre <tharre3@gmail.com>2018-05-05 18:38:12 +0200
commitbc0d60b693aa0b10196f9950bd6ceafc3fd57bee (patch)
tree63627dd249bac1b4dff3959c93f47998c57544c6
parentb8a806dfc701118ce1f10d5332093ac1f710d808 (diff)
downloadpkgbuilds-bc0d60b693aa0b10196f9950bd6ceafc3fd57bee.tar.gz
pkgbuilds-bc0d60b693aa0b10196f9950bd6ceafc3fd57bee.tar.xz
pkgbuilds-bc0d60b693aa0b10196f9950bd6ceafc3fd57bee.zip
arch-system: update i915 module options
enable_fbc=1: already enabled by default enable_rc6: already enabled by default modeset: keep it at -1, kernel will enable it by default
-rw-r--r--arch-system/PKGBUILD2
-rw-r--r--arch-system/xps13-i915.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD
index d1adbd0..b2a9b65 100644
--- a/arch-system/PKGBUILD
+++ b/arch-system/PKGBUILD
@@ -30,7 +30,7 @@ sha256sums=('bb00c42f2802c12536c46700b948d41a43153d97a6986827b7c61203880e1ad1'
'27a22dfc1904c8c35e3855b4e1a52b96239d390de1c497ea9ab994ef8bd2b52b'
'e1bf3dc5978a7641f86975b7ee770a6914b30a8e4b7e3be2f1b07eaa7098591d'
'ad3e8af09bfa1084e6ea70cab11088219d609398c61f162cabbf5a524b54783b'
- '4e30b6dc062849a8217f419ca4752f062a8dafbbfb1f6f24ba894eb8dc78c736')
+ 'b9f38ad0731a5b65d49eaacd0fb8cfe051b6ca7ea68496d89919701842183d89')
package_base-system() {
depends=('gvim' 'zsh' 'tmux' 'htop' 'git' 'reflector' 'sudo' 'avahi'
diff --git a/arch-system/xps13-i915.conf b/arch-system/xps13-i915.conf
index d563780..4b4653d 100644
--- a/arch-system/xps13-i915.conf
+++ b/arch-system/xps13-i915.conf
@@ -1 +1 @@
-options i915 modeset=1 enable_rc6=1 enable_fbc=1 enable_guc_loading=1 enable_guc_submission=1 enable_psr=2
+options i915 enable_guc_loading=1 enable_guc_submission=1 enable_psr=2