xorg-server: prefer nvidia driver if available rather than nouveau.
This commit is contained in:
parent
8209443e79
commit
9a82c5a1d9
2 changed files with 2 additions and 2 deletions
srcpkgs/xorg-server
|
@ -18,8 +18,8 @@
|
||||||
+ driverList[idx++] = "nouveau";
|
+ driverList[idx++] = "nouveau";
|
||||||
+ break;
|
+ break;
|
||||||
+ default:
|
+ default:
|
||||||
+ driverList[idx++] = "nouveau";
|
|
||||||
+ driverList[idx++] = "nvidia";
|
+ driverList[idx++] = "nvidia";
|
||||||
|
+ driverList[idx++] = "nouveau";
|
||||||
+ break;
|
+ break;
|
||||||
+ }
|
+ }
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.12.4
|
version=1.12.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
||||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||||
|
|
Loading…
Reference in a new issue