Added radeonhd support to xserver job
svn path=/nixos/trunk/; revision=12206
This commit is contained in:
@@ -49,6 +49,7 @@ let
|
||||
++ optional (videoDriver == "intel") xorg.xf86videointel
|
||||
++ optional (videoDriver == "nv") xorg.xf86videonv
|
||||
++ optional (videoDriver == "ati") xorg.xf86videoati
|
||||
++ optional (videoDriver == "radeonhd") xorg.xf86videoradeonhd
|
||||
++ (optional cfg.synaptics.enable ["${pkgs.synaptics}/${xorg.xorgserver}" /*xorg.xf86inputevdev*/]);
|
||||
|
||||
|
||||
@@ -166,6 +167,12 @@ let
|
||||
';
|
||||
fi;
|
||||
|
||||
if [ "${toString videoDriver}" = radeonhd ]; then
|
||||
export extensions='
|
||||
Option "Composite" "Enable"
|
||||
';
|
||||
fi;
|
||||
|
||||
substituteAll $src $out
|
||||
''; # */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user