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