German Keyboard - Again :-)

George J. Wakileh george.wakileh@vol.at
Sun Apr 22 14:51:00 GMT 2001


Hi,

try /bin/bash $HOME/.xsession
*** This replaces my prompt to become bash-2.04$ instead of what I defined
export PS1=`whoami`@`hostname`': $PWD% '
The problem with the keyboard is as is.

Just another question, does the XWin window disappear several times during 
initialisation? If so, then the problem is that the server is reset 
everytime the last connected client closed the conection.  To avoid this 
add a -noreset option to the XWin.exe commandline.
*** No.

Kind Regards,

George

---

In /usr/X11R6/bin/startx, I have
$HOME/.xsession

In /home/wakileh/.xsession, I have
usermodmap=$HOME/.Xmodmap
sysmodmap=/usr/lib/X11/xinit/.Xmodmap

# merge in keymaps
if [ -f $sysmodmap ]; then
     xmodmap $sysmodmap
fi

if [ -f $usermodmap ]; then
     xmodmap $usermodmap
fi

XWin -screen 0 1024x768x16 -whitepixel 255 -blackpixel 0 &
xterm -geometry 85x25+0+0 -T "Alt-F4 to Quit X-Server" -C -e bash &
.
.
.
clear



More information about the Cygwin-xfree mailing list