diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-20 16:53:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-20 16:53:38 (GMT) |
commit | 6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (patch) | |
tree | 443e6b7f12822b8a0a3fdb5a290757a817e7eb5b /abs/core/system-templates | |
parent | 95d651edb72e7b278c9ba02e9afa64eb6a0d911e (diff) | |
parent | d0b37ccccc013118824437c8afdf3c48dd4d6530 (diff) | |
download | linhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.zip linhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.tar.gz linhes_pkgbuild-6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/system-templates')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/system-templates/templates/xorg/nvidia_disable_msi.txt | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index c685bae..b496d1c 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=8.4 -pkgrel=1 +pkgrel=2 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core/system-templates/templates/xorg/nvidia_disable_msi.txt b/abs/core/system-templates/templates/xorg/nvidia_disable_msi.txt new file mode 100644 index 0000000..0a679dc --- /dev/null +++ b/abs/core/system-templates/templates/xorg/nvidia_disable_msi.txt @@ -0,0 +1,10 @@ +Devices listed will have the MSI interrupts disabled via the NVIDIA kernel module parameter "NVreg_EnableMSI=0" + +NVIDIA GPU product Device PCI ID Subdevice PCI ID +GeForce 8300 GS 0x0406 +GeForce 8300 GS 0x0423 +GeForce 8200M 0x0840 +GeForce 8200M G 0x0845 +GeForce 8300 0x0848 +GeForce 8200 0x0849 +GeForce 8200M G 0x086F |