This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xmodmap probs...


On Tue, 24 Apr 2001, Corinna Vinschen wrote:

> What I still don't know is, how do I set up the german keyboard
> before or when connecting to my Linux box? The problem is that
> xdm doesn't know about my german keyboard when the xdm login
> dialog is displayed. I'm using a xdm broadcast connection in
> .xserverrc:
> 
> exec X :0 -screen 0 1280x1024x32 -broadcast
> 
> What commandline option (and files) do I have to use (copy/create)
> to get the german keyboard from the beginning (before login)?
in /etc/X11/xdm (or /usr/X11R6/lib/X11/xdm) are the configuration
files for xdm. As man xdm stated, the file Xsetup should be the
one you're looking for. On my host, a Xsetup_0 is provided for
screen 0, but it seems to be just a shell script.
so try
#!/bin/sh
/usr/X11R6/bin/xmodmap /etc/X11/xmodmap.de

In xdm-config add the line
DisplayManager*setup:        /etc/X11/xdm/Xsetup

bye
	ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org
 +49 3725 349 80 80


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]