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: German Keyboard - Again :-)


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


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