Displaying 2 results from an estimated 2 matches for "1d276cf".
2019 Jan 27
1
[PATCH] update known chipsets list
...750
-GM107
+GM107, GM108
+.TP 22
+.B GeForce GTX 9XX
+GM200, GM204, GM206
+.TP 22
+.B GeForce GTX 10XX
+GP102, GP104, GP106, GP107, GP108
+
.SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 1d276cf..2f8c89c 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -140,8 +140,12 @@ static struct NvFamily NVKnownFamilies[] =
{ "GeForce 6", "NV4x" },
{ "GeForce 7", "G7x" },
{ "GeForce 8", "G8x" },
- { "GeForce GTX 200&...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
- gitignore fully covers potential build artifacts
- Simplify logic given stated minimum required version of xorg-server 1.8
- Remove use of deprecated, outdated or no longer required macros
- Utilize xorg macros where