Commit Graph

1041 Commits

Author SHA1 Message Date
Vladislav Yarmak
b8ff5322c7
Merge pull request #47 from Snawoot/1337_diff_tool
Add tool for producing .1337 patches
2019-02-06 00:20:46 +02:00
Vladislav Yarmak
0123fbd6ae Add tool for producing .1337 patches 2019-02-06 00:15:55 +02:00
Vladislav Yarmak
241a8aa81a
Merge pull request #46 from keylase/upstream_linux_418.30
support for linux driver version 418.30
2019-02-05 18:27:07 +02:00
Vladislav Yarmak
98ea77a605 support for linux driver version 418.30 2019-02-05 18:22:48 +02:00
Vladislav Yarmak
ed3a0b85db
Merge pull request #45 from keylase/upstream_win_418.81
support for windows driver version 418.81
2019-02-05 17:58:36 +02:00
Vladislav Yarmak
d275beb0ee support for windows driver version 418.81 2019-02-05 17:39:07 +02:00
Vladislav Yarmak
0c34ecc967 README: add mention for driver version 410.93 2019-02-04 12:21:03 +02:00
Vladislav Yarmak
c798ea468a
Merge pull request #42 from CmdrDatux/patch-1
Add support for driver version 410.93
2019-02-04 11:46:57 +02:00
CmdrDatux
617350c999
Add support for driver version 410.93 2019-02-04 10:35:54 +01:00
Vladislav Yarmak
ffd8f15fbd
Merge pull request #38 from tomashavlas/master
add support for version 390.77
2019-01-19 19:39:45 +02:00
Tomáš Havlas
1549bebcca add support for version 390.77 2019-01-19 18:35:33 +01:00
3PO
8e05297988 Update patch.sh
Done.
2019-01-19 18:39:12 +02:00
3PO
1000312b62 Update patch.sh
Find Path to nvidia-smi. 
For example on gentoo is: "/opt/bin/nvidia-smi"
2019-01-19 18:39:12 +02:00
Vladislav Yarmak
6f533954f6
Merge pull request #36 from keylase/linux_upstream_415.27
linux: support for driver version 415.27
2019-01-19 16:16:26 +02:00
Vladislav Yarmak
e04664cdab linux: support for driver version 415.27 2019-01-19 16:12:24 +02:00
Vladislav Yarmak
8191f86d41
Merge pull request #33 from keylase/upstream_417.71
win: add support for 417.71
2019-01-18 17:51:52 +02:00
Vladislav Yarmak
7397b192a7 win: add support for 417.71 2019-01-18 17:09:46 +02:00
Vladislav Yarmak
57263a244e
Merge pull request #31 from ggerganov/master
Address #30 - Fix version check on old version of Ubuntu (12.04)
2019-01-12 16:56:14 +02:00
miner1
e510b763f7 Address #30
Fix version check on old version of Ubuntu (12.04)
2019-01-12 16:48:54 +02:00
Vladislav Yarmak
0183f3ee6c
Merge pull request #29 from Snawoot/download_doc_fix
Better description of download process for Win users
2019-01-11 12:19:07 +02:00
Vladislav Yarmak
2a56fe5511 better description of download process for Win users 2019-01-11 12:15:40 +02:00
Vladislav Yarmak
7aa4cf53af request more info in issue templates to distinct quadro drivers 2019-01-11 11:24:07 +02:00
Vladislav Yarmak
17c28bb400
Merge pull request #28 from Snawoot/international_links
International links
2019-01-10 19:57:26 +02:00
Vladislav Yarmak
b0c687ec4c international links 2019-01-10 19:54:43 +02:00
Vladislav Yarmak
0fcf25e096
Merge pull request #27 from keylase/upstream_win_quadro_412.16
support for Quadro 412.16
2019-01-10 19:46:11 +02:00
Vladislav Yarmak
b13ec8c8b2 support for Quadro 412.16 2019-01-10 19:39:01 +02:00
Vladislav Yarmak
d4329f9cf2
Merge pull request #26 from keylase/upstream_417.58
win: support for 417.58
2019-01-10 15:04:55 +02:00
Vladislav Yarmak
36622bf711 win: support for 417.58 2019-01-10 12:40:28 +02:00
Vladislav Yarmak
57fb6972fa fix issue template 2019-01-10 11:47:59 +02:00
Vladislav Yarmak
b8aec68550 fix typo 2019-01-08 20:46:21 +02:00
Vladislav Yarmak
7080042f94
Merge pull request #25 from Snawoot/win
Initial windows support
2019-01-08 01:11:08 +02:00
Vladislav Yarmak
b5e8a55da1 initial windows support 2019-01-08 01:07:10 +02:00
Vladislav Yarmak
7b2e145e16
Merge pull request #24 from Snawoot/readme_revamp
revamp docs and help
2019-01-05 16:05:10 +02:00
Vladislav Yarmak
ee66288b66 revamp docs and help 2019-01-05 15:43:43 +02:00
Vladislav Yarmak
4805641d8b
Merge pull request #23 from Snawoot/shellcheck
* Fixes bug: message 'Something went wrong. Check nvidia driver' never displayed because $? always zero due to pipe containing last head which always succeeds.
* Fix: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing
* Fix: https://www.shellcheck.net/wiki/SC2181 -- Check exit code directly with
* Introduces strict mode of BASH operation
2019-01-05 01:15:49 +02:00
Vladislav Yarmak
5182417990
strict mode of bash operation: pipefail, stop on errors, stop on undefined variables
fixes https://www.shellcheck.net/wiki/SC2181 -- Check exit code directly with e.g...

fixes nvidia-smi exit code checking bug. without pipefail check always successful because of `head` command.
2019-01-05 00:36:48 +02:00
Vladislav Yarmak
d10c45c232
Fix https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... 2019-01-04 23:59:29 +02:00
Vladislav Yarmak
b356c879d7
Upstream series415 (#22)
new patch for 415.18 and 415.25
2019-01-04 21:59:11 +02:00
Vladislav Yarmak
da34ae5167
Merge pull request #21 from Snawoot/requirements_update
README update
2019-01-01 23:01:35 +02:00
Vladislav Yarmak
285c7c7441
address issue #13 and remove outdated info 2019-01-01 22:43:17 +02:00
Vladislav Yarmak
cbfddbc929
README.md: improve formatting, escape underscores 2019-01-01 22:36:48 +02:00
Vladislav Yarmak
5ff76cf712
Merge pull request #20 from Snawoot/https_links
Tidy download links
2019-01-01 22:25:13 +02:00
Vladislav Yarmak
6a9c03515a
Replace broken links where possible. Use Global download site where possible. Prefer HTTPS for downloads. 2019-01-01 22:19:45 +02:00
Vladislav Yarmak
817b5deb3b
Merge pull request #19 from Snawoot/country_agnostic_urls
README: country agnostic URLs
2019-01-01 20:56:20 +02:00
Vladislav Yarmak
0a1e625ab1
README: country agnostic URLs 2019-01-01 20:52:29 +02:00
Vladislav Yarmak
fe07bde5da
Merge pull request #15 from keylase/issue-templates
Add issue templates
2018-12-31 10:26:48 +02:00
Vladislav Yarmak
88bce2fb2f
Merge pull request #16 from keylase/pull-request-templates
Add PR template
2018-12-31 10:26:31 +02:00
Vladislav Yarmak
7f986e0ec9
Merge pull request #17 from YangAb/patch-1
add 410.79 patch (same with 410.78)
2018-12-30 22:15:04 +02:00
YangAb
1d0999a4df
add 410.79 patch
8338,8339c8338,8339
< 0020910: 3820 2053 6174 204e 6f76 2031 3020 3232  8  Sat Nov 10 22
< 0020920: 3a30 373a 3238 2043 5354 2032 3031 3800  :07:28 CST 2018.
---
> 0020910: 3920 2054 6875 204e 6f76 2031 3520 3130  9  Thu Nov 15 10
> 0020920: 3a33 363a 3530 2043 5354 2032 3031 3800  :36:50 CST 2018.
2018-12-31 04:03:14 +09:00
Vladislav Yarmak
ba49654c09
add some idea of patch purpose 2018-12-28 16:52:20 +02:00