xorg-server: prefer nvidia driver if available rather than nouveau.

This commit is contained in:
Juan RP 2012-09-15 09:50:02 +02:00
parent 8209443e79
commit 9a82c5a1d9
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
+ driverList[idx++] = "nouveau";
+ break;
+ default:
+ driverList[idx++] = "nouveau";
+ driverList[idx++] = "nvidia";
+ driverList[idx++] = "nouveau";
+ break;
+ }
#endif

View File

@ -1,7 +1,7 @@
# Template build file for 'xorg-server'.
pkgname=xorg-server
version=1.12.4
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb