diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 13:35:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-09 13:35:19 +0000 |
commit | ede533057612d4a01c554f449f047399c0226532 (patch) | |
tree | dd71837ec556c564fcc72c8b38627f31e4817009 /perl-install/Xconfigurator_consts.pm | |
parent | 90de85d9f5905f92507b78f32a43e354a6181e2f (diff) | |
download | drakx-ede533057612d4a01c554f449f047399c0226532.tar drakx-ede533057612d4a01c554f449f047399c0226532.tar.gz drakx-ede533057612d4a01c554f449f047399c0226532.tar.bz2 drakx-ede533057612d4a01c554f449f047399c0226532.tar.xz drakx-ede533057612d4a01c554f449f047399c0226532.zip |
handle XkbModel (especially for abnt2 (br))
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 9c6e67c5f..95e3f8020 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -487,7 +487,6 @@ if (arch() =~ /^sparc/) { # XkbSymbols "sun/us(sun5)" XkbRules "sun" - XkbModel "sun" XkbLayout "us" XkbCompat "compat/complete" XkbTypes "types/complete" @@ -497,7 +496,6 @@ if (arch() =~ /^sparc/) { '; $keyboardsection_part3_v4 = ' Option "XkbRules" "sun" - Option "XkbModel" "sun" Option "XkbLayout" "us" Option "XkbCompat" "compat/complete" Option "XkbTypes" "types/complete" @@ -538,12 +536,10 @@ $keyboardsection_part3 = ' XkbSymbols "macintosh/us" XkbGeometry "macintosh" XkbRules "xfree86" - XkbModel "macintosh" '; $keyboardsection_part3_v4 = ' Option "XkbRules" "xfree86" - Option "XkbModel" "macintosh" '; } else { $keyboardsection_part3 = ' @@ -578,12 +574,10 @@ $keyboardsection_part3 = ' XkbSymbols "us(pc105)" XkbGeometry "pc" XkbRules "xfree86" - XkbModel "pc105" '; $keyboardsection_part3_v4 = ' Option "XkbRules" "xfree86" - Option "XkbModel" "pc105" '; } |