diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-08 21:10:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-08 21:10:31 (GMT) |
commit | 964baf2dd323f8a3859626163b2e6d0cf39e63a7 (patch) | |
tree | e4d5fc6daf7c93459bc4f78fa7419011aebc1d3b | |
parent | f8faaf0027fea13e696696e0203440a0e7b344cd (diff) | |
download | linhes_pkgbuild-964baf2dd323f8a3859626163b2e6d0cf39e63a7.zip linhes_pkgbuild-964baf2dd323f8a3859626163b2e6d0cf39e63a7.tar.gz linhes_pkgbuild-964baf2dd323f8a3859626163b2e6d0cf39e63a7.tar.bz2 |
system-templates: add nvidia_disable_msi.txt for xconfig.sh
-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 |