mesa: Enable virgl driver
This gets NixOS tests requiring X11 to work on aarch64: https://nix-cache.s3.amazonaws.com/log/nj4dwi3wkxx0cxv230ii4a99yz71b4km-vm-test-run-keymap-neo.drv
This commit is contained in:
parent
db215a62b7
commit
164601faa2
@ -34,10 +34,10 @@ else
|
|||||||
let
|
let
|
||||||
defaultGalliumDrivers =
|
defaultGalliumDrivers =
|
||||||
if stdenv.isAarch32
|
if stdenv.isAarch32
|
||||||
then ["nouveau" "freedreno" "vc4" "etnaviv" "imx"]
|
then ["virgl" "nouveau" "freedreno" "vc4" "etnaviv" "imx"]
|
||||||
else if stdenv.isAarch64
|
else if stdenv.isAarch64
|
||||||
then ["nouveau" "vc4" ]
|
then ["virgl" "nouveau" "vc4" ]
|
||||||
else ["svga" "i915" "r300" "r600" "radeonsi" "nouveau"];
|
else ["virgl" "svga" "i915" "r300" "r600" "radeonsi" "nouveau"];
|
||||||
defaultDriDrivers =
|
defaultDriDrivers =
|
||||||
if (stdenv.isAarch32 || stdenv.isAarch64)
|
if (stdenv.isAarch32 || stdenv.isAarch64)
|
||||||
then ["nouveau"]
|
then ["nouveau"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user