ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / no-nv.patch
CommitLineData
7217e0ca
ML
1commit b770266fa9c3fab5374bdf109676e0b129ac4546
2Author: Bryce Harrington <bryce@canonical.com>
3Date: Wed Apr 3 13:36:20 2013 -0700
4
5 Don't bother probing -nv on linux.
6
7 For linux this driver is long obsolete now. It may have some relevance
8 on non-linux systems.
9
7217e0ca
ML
10--- a/hw/xfree86/common/xf86pciBus.c
11+++ b/hw/xfree86/common/xf86pciBus.c
4db25562 12@@ -1220,8 +1220,9 @@ xf86VideoPtrToDriverList(struct pci_devi
7217e0ca
ML
13 driverList[idx++] = "nvidia";
14 #ifdef __linux__
15 driverList[idx++] = "nouveau";
16-#endif
17+#else
18 driverList[idx++] = "nv";
19+#endif
20 break;
21 }
22 case 0x1106: