* Synced with trunk @ 15346

svn path=/nixos/branches/modular-nixos/; revision=15373
This commit is contained in:
Marc Weber 2009-04-28 13:51:58 +00:00
parent fb1e6d5c80
commit fa9ceac862
2 changed files with 3 additions and 2 deletions

View file

@ -315,7 +315,7 @@ let
xorg.xf86inputevdev
]
++ getAttr ["modules"] [] videoDriverModules
++ (optional cfg.synaptics.enable ["${pkgs.synaptics}/${xorg.xorgserver}" /*xorg.xf86inputevdev*/]);
++ (optional cfg.synaptics.enable ["${xorg.xf86inputsynaptics}"]);
fontsForXServer =
@ -560,7 +560,7 @@ mkIf cfg.enable {
}
${if videoDriver != "nvidia"
then "env XORG_DRI_DRIVER_PATH=${pkgs.mesa}/lib/modules/dri"
then "env XORG_DRI_DRIVER_PATH=${pkgs.mesa}/lib/dri"
else ""
}

View file

@ -74,6 +74,7 @@ Section "ServerLayout"
@setCorePointer@
Screen "Screen[0]"
@serverLayoutOptions@
Option "AutoAddDevices" "0"
EndSection