From owner-freebsd-questions Sat Feb 18 01:47:17 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id BAA10651 for questions-outgoing; Sat, 18 Feb 1995 01:47:17 -0800 Received: from mramirez.sy.yale.edu (mramirez.sy.yale.edu [130.132.57.207]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id BAA10644 for ; Sat, 18 Feb 1995 01:47:13 -0800 Received: (from mrami@localhost) by mramirez.sy.yale.edu (8.6.9/8.6.9) id EAA02063; Sat, 18 Feb 1995 04:46:49 -0500 Date: Sat, 18 Feb 1995 04:46:48 -0500 (EST) From: Marc Ramirez To: Philippe Charnier cc: questions@FreeBSD.org Subject: Re: xterm, 950210-SNAP, XFree86 3.1.1 In-Reply-To: <199502180839.JAA27033@lirmm.lirmm.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk On Sat, 18 Feb 1995, Philippe Charnier wrote: > Salut, > > In the message xterm, 950210-SNAP, XFree86 3.1.1, > Marc Ramirez 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