tags 386191 patch thanks Quoting Tormod Volden ([EMAIL PROTECTED]): > Package: xserver-xorg > Version: 1:7.0.22 > Severity: normal > > I chose English as language, Switzerland as location, and Swiss-German > as keyboard layout during the GUI debian-installer. Afterwards, the > xorg.conf had keyboard Layout "us". > > Here is from the installer/syslog file: > Sep 4 18:13:51 in-target: xserver-xorg config warning: failed to infer > keyboard layout from layout/lang > Sep 4 18:13:51 in-target: 'sg-latin1--en_US'
The attached patch to the config script should fix this.
--- xserver-xorg.config.old 2006-09-06 06:05:46.187659469 +0200
+++ xserver-xorg.config 2006-09-06 06:06:27.487996254 +0200
@@ -1896,7 +1896,7 @@
uk) XMAP="gb";;
lv-latin4) XMAP="lv";;
se) XMAP="se";;
- sg) XMAP="ch"; VARIANT="de";;
+ sg-latin1) XMAP="ch"; VARIANT="de";;
sk-qwerty) XMAP="sk"; VARIANT="qwerty";;
sr-cy) XMAP="sr";;
trf) XMAP="tr"; VARIANT="f";;
signature.asc
Description: Digital signature

