[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xfree-3.1.1




> >  It seems to work fine expect one minor caveat: all xterms
> > output appear in upper case. the xterm is still case sensitive, expect
> > visually there is no way to distinguish, if you have typed downcase or
> > upcase input. I have tried with different fonts.
> > 
> > Did anyone else have this behaviour?
> > 
> Me too, me too.
> 
> Also, xdm fails to run due to being unable to load
> /usr/X11R6/lib/X11/xdm/libXdmGreet.so.
> 

The upper case behaviour is due to the "olcuc" flag. A temporary
work-around is stty -olcuc (or "stty sane" as suggested by Ian
W.). But it seems strange that this flag is set by xterm. This problem
does not occur with a xfree-3.1.1 that I compiled myself from the
debian source, using for xterm the two lines patch taken from
RedHat below:

--- XFree86-3.3.1/xc/programs/xterm/main.c.ewt  Tue Sep  2 11:26:31 1997
+++ XFree86-3.3.1/xc/programs/xterm/main.c      Tue Sep  2 11:30:13 1997
@@ -514,6 +513,8 @@
 ** SEGV.
 */
 static char **command_to_exec = NULL;
+
+#undef TIOCSLTC
 
 #ifdef USE_SYSV_TERMIO
 /* The following structures are initialized in main() in order

Chris, do you use a different patch for xterm?

> Also, xdm fails to run due to being unable to load
> /usr/X11R6/lib/X11/xdm/libXdmGreet.so.

This file is properly compiled, but it is not included in the binary
package. By copying it at the right place, xdm works without any
problem. I have no i386 hamm machine, but I suspect this bug is still
in the current source packaging scripts, and exists also for the i386
binary.



Loic




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-alpha-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: