diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-13 14:16:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-13 14:16:55 +0000 |
commit | 230f1fc68eb6b0104f70617e0d4c1c332d532f12 (patch) | |
tree | a989fdf75867a8ef3fbeedb04eb88862d97bac77 /perl-install/Xconfig/parse.pm | |
parent | 90395d9b0d55741c8292c162c24741804514a877 (diff) | |
download | drakx-230f1fc68eb6b0104f70617e0d4c1c332d532f12.tar drakx-230f1fc68eb6b0104f70617e0d4c1c332d532f12.tar.gz drakx-230f1fc68eb6b0104f70617e0d4c1c332d532f12.tar.bz2 drakx-230f1fc68eb6b0104f70617e0d4c1c332d532f12.tar.xz drakx-230f1fc68eb6b0104f70617e0d4c1c332d532f12.zip |
handle DefaultDepth (which is the same as DefaultColorDepth)
Diffstat (limited to 'perl-install/Xconfig/parse.pm')
-rw-r--r-- | perl-install/Xconfig/parse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/parse.pm b/perl-install/Xconfig/parse.pm index 609534b54..71062a093 100644 --- a/perl-install/Xconfig/parse.pm +++ b/perl-install/Xconfig/parse.pm @@ -140,7 +140,7 @@ my %kind_names = ( Monitor => [ qw(Identifier VendorName ModelName HorizSync VertRefresh) ], Device => [ qw(Identifier VendorName BoardName Chipset Driver VideoRam Screen BusID DPMS power_saver) ], Display => [ qw(Depth Modes Virtual) ], # Subsection in Device - Screen => [ qw(Identifier Driver Device Monitor DefaultColorDepth) ], + Screen => [ qw(Identifier Driver Device Monitor DefaultDepth DefaultColorDepth) ], InputDevice => [ qw(Identifier Driver Protocol Device Type Mode XkbModel XkbLayout XkbDisable Emulate3Buttons Emulate3Timeout EmulateWheel EmulateWheelButton) ], WacomCursor => [ qw(Port) ], #-\ WacomStylus => [ qw(Port) ], #--> Port must be first |