> There were two problems. The Home directory was not
> correct, but the bat file corrected it. Not quite sure how
> to find out what the correction is, but that is Ok.
> The main problem was the Display. I set this to 0.0 in
> X-Win32(localhost:) and this was in the bat file. When
> LyX installed, it only covered the right 2/3 of the screen.
> I dragged the window to the left and loaded the tutorial.
> About 14 characters were unavailable to the right of the
> screen. Tried resizing the fonts, because that sometimes
> will shrink the text inward. Nope.
The problem is that I use a display resolution of 1152x864 and I have used
Lyx options to position and size Lyx on the screen in the file
/usr/local/lyx/runlyx.sh. Please edit that file and change the options for
height/width/xpos/ypos to let Lyx fit on your display:
(this is line 28 of /usr/local/lyx/bin/runlyx.sh:)
if [ $# -gt 0 ]
then
file=`cygpath -u "$1"`
./lyx -height 800 -width 750 -xpos 260 -ypos 5 "$file"
else
./lyx -height 800 -width 750 -xpos 260 -ypos 5
fi
Regards
Claus