x11-video-nvidiaG02

Edit Package x11-video-nvidiaG02
No description set
Refresh
Refresh
Source Files
Filename Size Changed
NVIDIA-Linux-x86-304.137.run 0041504115 39.6 MB
NVIDIA-Linux-x86_64-304.137.run 0070087133 66.8 MB
NVIDIA_kernel-define_linux-x86.diff 0000000506 506 Bytes
NVIDIA_kernel-define_linux.diff 0000000506 506 Bytes
README 0000000431 431 Bytes
U_Use-secure_getenv-3-to-improve-security.patch 0000016642 16.3 KB
Xwrapper 0000000976 976 Bytes
check-build.sh 0000000166 166 Bytes
fetch.sh 0000000623 623 Bytes
kmp-filelist 0000000303 303 Bytes
kmp-filelist-old 0000000288 288 Bytes
kmp-post-old.sh 0000000805 805 Bytes
kmp-post.sh 0000001837 1.79 KB
kmp-preun-old.sh 0000000227 227 Bytes
kmp-preun.sh 0000000347 347 Bytes
libvdpau-0.4.tar.gz 0000452406 442 KB
modprobe.nvidia 0000000086 86 Bytes
my-find-supplements 0000000581 581 Bytes
nvidia-gfxG02.changes 0000066099 64.5 KB
nvidia-gfxG02.spec 0000008468 8.27 KB
nvidia-settings.desktop 0000000152 152 Bytes
pci_ids-304.137 0000011681 11.4 KB
pci_ids-304.137.legacy 0000003206 3.13 KB
pci_ids-304.137.new 0000007237 7.07 KB
preamble 0000000444 444 Bytes
rpmlintrc 0000000594 594 Bytes
u_nvidia_mtrr_k4_3.patch 0000000577 577 Bytes
vdpauinfo-0.0.6.tar.gz 0000077375 75.6 KB
vdpauinfo-missing-lX11.diff 0000000387 387 Bytes
x11-video-nvidiaG02.changes 0000061557 60.1 KB
x11-video-nvidiaG02.spec 0000020541 20.1 KB
xf86-video-nvidia-legacy-0010-kernel-4.14.patch 0000001260 1.23 KB
Latest Revision
Pascal COMBES's avatar Pascal COMBES (pascom) committed (revision 1)
- Copied source from nvidia-gfxG02

Diff for working copy: .
Index: check-build.sh
===================================================================
--- check-build.sh	(revision 0)
+++ check-build.sh	(revision 0)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# build fails on machines with Xen kernel (see also Bug #355317)
+if [ -e /proc/xen ]; then
+  echo "FATAL: kernel contains xen support!"
+  exit 1
+fi
+exit 0

Index: fetch.sh
===================================================================
--- fetch.sh	(revision 0)
+++ fetch.sh	(revision 0)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+driver_version=$(grep -i ^version: nvidia-gfxG0?.spec |awk -F" " '{print $2}')
+
+for arch in x86 x86_64; do
+  file=NVIDIA-Linux-${arch}-${driver_version}.run
+  if [ ! -s ${file} ]; then
+    echo -n "Dowloading ${file} ... "
Comments 0
openSUSE Build Service is sponsored by