summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeresey2019-08-31 16:01:04 +0300
committerFeresey2019-08-31 16:01:04 +0300
commit31be995ff69c34946c21e79da08d9cd2f42aaeda (patch)
treea1a533aa3e29f5f3e85840f81eaf2fbc3b1c3189
parentb519f8a398e3c276dee1d119134784b39722f2a2 (diff)
downloadaur-31be995ff69c34946c21e79da08d9cd2f42aaeda.tar.gz
second step to kill bumbleble
-rw-r--r--.SRCINFO4
-rw-r--r--10-nvidia.conf12
-rw-r--r--PKGBUILD9
3 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb483f5d290d..552072bfb3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = prime
pkgdesc = PRIME Render Offload Launcher. Please visit https://download.nvidia.com/XFree86/Linux-x86_64/435.21/README/primerenderoffload.html to manually configure your Device.
pkgver = 0.0
- pkgrel = 1
+ pkgrel = 2
url = https://download.nvidia.com/XFree86/Linux-x86_64/435.21/README/primerenderoffload.html
arch = any
depends = bash
@@ -11,7 +11,7 @@ pkgbase = prime
source = prime
source = 10-nvidia.conf
md5sums = 6251c4caccc4786c13d253a7803e67ed
- md5sums = f8a84dde30eb3bfe4b9a61254d741788
+ md5sums = 317c1136a06f746bdeb02b0914c63ab4
pkgname = prime
diff --git a/10-nvidia.conf b/10-nvidia.conf
index 8cab17141f39..9481a8928f33 100644
--- a/10-nvidia.conf
+++ b/10-nvidia.conf
@@ -1,19 +1,9 @@
Section "ServerLayout"
+ Identifier "Layout0"
Option "AllowNVIDIAGPUScreens"
Screen 0 "iGPU" 0 0
EndSection
-# Section "Files"
-# ModulePath "/usr/lib/xorg/modules"
-# ModulePath "/usr/lib/nvidia/xorg"
-# FontPath "/usr/share/fonts/misc"
-# FontPath "/usr/share/fonts/TTF"
-# FontPath "/usr/share/fonts/OTF"
-# FontPath "/usr/share/fonts/Type1"
-# FontPath "/usr/share/fonts/100dpi"
-# FontPath "/usr/share/fonts/75dpi"
-# EndSection
-
Section "Device"
Identifier "iGPU"
Driver "modesetting"
diff --git a/PKGBUILD b/PKGBUILD
index cff3188e9961..413e97d1f194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=prime
pkgdesc="PRIME Render Offload Launcher. Please visit https://download.nvidia.com/XFree86/Linux-x86_64/435.21/README/primerenderoffload.html to manually configure your Device."
url="https://download.nvidia.com/XFree86/Linux-x86_64/435.21/README/primerenderoffload.html"
pkgver=0.0
-pkgrel=1
+pkgrel=2
arch=(any)
license=()
conflicts=(bumblebee optimus-manager)
@@ -12,13 +12,12 @@ depends=(bash xorg-server-devel-git)
source=(prime 10-nvidia.conf)
md5sums=('6251c4caccc4786c13d253a7803e67ed'
- 'f8a84dde30eb3bfe4b9a61254d741788')
-
+ '317c1136a06f746bdeb02b0914c63ab4')
package()
{
mkdir -p "${pkgdir}"/usr/bin/
- mkdir -p "${pkgdir}"/etc/prime/xorg.conf.d/
+ mkdir -p "${pkgdir}"/etc/X11/xorg.conf.d/
install -m a+xr ./prime "${pkgdir}"/usr/bin/
- cp 10-nvidia.conf "${pkgdir}"/etc/prime/xorg.conf.d/
+ cp 10-nvidia.conf "${pkgdir}"/etc/X11/xorg.conf.d/
}