* Synced with trunk @ 15346
svn path=/nixos/branches/modular-nixos/; revision=15373
This commit is contained in:
parent
fb1e6d5c80
commit
fa9ceac862
@ -315,7 +315,7 @@ let
|
|||||||
xorg.xf86inputevdev
|
xorg.xf86inputevdev
|
||||||
]
|
]
|
||||||
++ getAttr ["modules"] [] videoDriverModules
|
++ getAttr ["modules"] [] videoDriverModules
|
||||||
++ (optional cfg.synaptics.enable ["${pkgs.synaptics}/${xorg.xorgserver}" /*xorg.xf86inputevdev*/]);
|
++ (optional cfg.synaptics.enable ["${xorg.xf86inputsynaptics}"]);
|
||||||
|
|
||||||
|
|
||||||
fontsForXServer =
|
fontsForXServer =
|
||||||
@ -560,7 +560,7 @@ mkIf cfg.enable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
${if videoDriver != "nvidia"
|
${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 ""
|
else ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ Section "ServerLayout"
|
|||||||
@setCorePointer@
|
@setCorePointer@
|
||||||
Screen "Screen[0]"
|
Screen "Screen[0]"
|
||||||
@serverLayoutOptions@
|
@serverLayoutOptions@
|
||||||
|
Option "AutoAddDevices" "0"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user