patches provided by Tobias Hammerschmidt
svn path=/nixos/trunk/; revision=10055
This commit is contained in:
parent
c6cf1481b0
commit
598848d6af
@ -855,6 +855,14 @@
|
|||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraDisplaySettings = mkOption {
|
||||||
|
default = "";
|
||||||
|
example = "Virtual 2048 2048";
|
||||||
|
description = "
|
||||||
|
Just anything to add into Display subsection (located in Screen section).
|
||||||
|
";
|
||||||
|
};
|
||||||
|
|
||||||
extraModules = mkOption {
|
extraModules = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
example = "
|
example = "
|
||||||
|
@ -62,14 +62,17 @@ Section "Screen"
|
|||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 16
|
Depth 16
|
||||||
Modes @resolutions@
|
Modes @resolutions@
|
||||||
|
@extraDisplaySettings@
|
||||||
EndSubSection
|
EndSubSection
|
||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
Modes @resolutions@
|
Modes @resolutions@
|
||||||
|
@extraDisplaySettings@
|
||||||
EndSubSection
|
EndSubSection
|
||||||
#SubSection "Display"
|
#SubSection "Display"
|
||||||
# Depth 32
|
# Depth 32
|
||||||
# Modes @resolutions@
|
# Modes @resolutions@
|
||||||
|
# @extraDisplaySettings@
|
||||||
#EndSubSection
|
#EndSubSection
|
||||||
|
|
||||||
@screen@
|
@screen@
|
||||||
|
@ -118,6 +118,7 @@ let
|
|||||||
|
|
||||||
extraDeviceConfig = cfg.extraDeviceConfig;
|
extraDeviceConfig = cfg.extraDeviceConfig;
|
||||||
extraMonitorSettings = cfg.extraMonitorSettings;
|
extraMonitorSettings = cfg.extraMonitorSettings;
|
||||||
|
extraDisplaySettings = cfg.extraDisplaySettings;
|
||||||
extraModules = cfg.extraModules;
|
extraModules = cfg.extraModules;
|
||||||
serverLayoutOptions = cfg.serverLayoutOptions;
|
serverLayoutOptions = cfg.serverLayoutOptions;
|
||||||
defaultDepth = cfg.defaultDepth;
|
defaultDepth = cfg.defaultDepth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user