Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 1995 04:46:48 -0500 (EST)
From:      Marc Ramirez <mrami@mramirez.sy.yale.edu>
To:        Philippe Charnier <charnier@lirmm.fr>
Cc:        questions@FreeBSD.org
Subject:   Re: xterm, 950210-SNAP, XFree86 3.1.1 
Message-ID:  <Pine.BSI.3.91.950218044154.2033A-100000@mramirez.sy.yale.edu>
In-Reply-To: <199502180839.JAA27033@lirmm.lirmm.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Feb 1995, Philippe Charnier wrote:

> Salut,
> 
> In the message xterm, 950210-SNAP, XFree86 3.1.1,
> Marc Ramirez <mrami@mramirez.sy.yale.edu> wrote :
> 
> >My xterms don't seem to properly bring up menus with 
> >control-mouseclicks.  Control-button-1 does a select region, and 
> >control-button-2 and -3 just beep at me.  Don't know if anyone else is 
> >experiencing this bug...
> >
> 
> try
> xterm*VT100*geometry:   80x25
> 
> instead of
> xterm*geometry:   80x25
> 
> in your .Xdefaults or .Xressources or whatever you use for X local settings

No go.

Here's what I have:

~/.Xresources:
------------------------------------------------------------
xterm*VT100*geometry: 80x25
------------------------------------------------------------

~/.xinitrc
------------------------------------------------------------
#!/bin/sh
# $XFree86: mit/clients/xinit/xinitrc.cpp,v 1.3 1993/04/11 13:50:35 dawes Exp $
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
if [ x"$XWINHOME" != x ]; then
    XINIT_DIR=$XWINHOME/lib/X11/xinit
else
    XINIT_DIR=/usr/X386/lib/X11/xinit
fi
sysresources=$XINIT_DIR/.Xresources
sysmodmap=$XINIT_DIR/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

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

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

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

# start some nice programs

echo 'Starting programs...'

xterm -geometry 80x24+530+0 -fg "hot pink" -bg black &
xterm -geometry 80x24+530+344 -fg "yellow2" -bg black &
xterm -geometry 80x24+0+0 -fg "powder blue" -bg black -name login &
emacs -fg snow2 -bg navy -cr green -ms pink -font -adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1 -geometry 80x40+0+107 &

exec twm
------------------------------------------------------------

The following is the output of xev when I hit the control button:
------------------------------------------------------------
KeyPress event, serial 15, synthetic NO, window 0x1c00001,
    root 0x2b, subw 0x0, time 2826510115, (91,21), root:(199,274),
    state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""

KeyRelease event, serial 17, synthetic NO, window 0x1c00001,
    root 0x2b, subw 0x0, time 2826511250, (91,21), root:(199,274),
    state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 characters:  ""
------------------------------------------------------------

I have no idea what the heck is going on.

Marc.

--
You couldn't get a clue during the clue mating season in a field full of
horny clues if you smeared your body with clue musk and did the clue
mating dance. 
					- Edward Flaherty





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.950218044154.2033A-100000>