* Add support for the Cirrus driver. This is useful in QEMU/KVM
because it emulates a Cirrus card. Author: eelco @ rev 14227 svn path=/nixos/branches/fix-style/; revision=14439
This commit is contained in:
parent
321763dd84
commit
2ec60d4023
@ -298,6 +298,7 @@ let
|
|||||||
nv = { modules = [xorg.xf86videonv]; };
|
nv = { modules = [xorg.xf86videonv]; };
|
||||||
ati = { modules = [xorg.xf86videoati]; };
|
ati = { modules = [xorg.xf86videoati]; };
|
||||||
via = { modules = [xorg.xf86videovia]; };
|
via = { modules = [xorg.xf86videovia]; };
|
||||||
|
cirrus = { modules = [xorg.xf86videocirrus]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Get a bunch of user settings.
|
# Get a bunch of user settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user