From ede533057612d4a01c554f449f047399c0226532 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 9 Apr 2001 13:35:19 +0000 Subject: handle XkbModel (especially for abnt2 (br)) --- perl-install/Xconfigurator_consts.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/Xconfigurator_consts.pm') 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" '; } -- cgit v1.2.1