From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 15:32:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B26D16A403 for ; Tue, 2 Jan 2007 15:32:02 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id A559113C428 for ; Tue, 2 Jan 2007 15:32:01 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so6855389nfc for ; Tue, 02 Jan 2007 07:32:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=JOo1DFwwfk3rhKsTDpkYhhy5l2p95I25AIYKlCEjwkx5BqUapRxrVAMVt3yNETRyb+4nmKA86GFXT2vaTnMeO0QdMnkBHL66OBsRectrvcKOUplkhKD05+KYveNWAf8FbELsk+EqlisjXEHOizYPjDxYU0lEw12EPi5gtYHFuQA= Received: by 10.82.114.3 with SMTP id m3mr1540840buc.1167751920469; Tue, 02 Jan 2007 07:32:00 -0800 (PST) Received: by 10.82.175.3 with HTTP; Tue, 2 Jan 2007 07:31:55 -0800 (PST) Message-ID: <539c60b90701020731ie718a0r950b95572291ad0b@mail.gmail.com> Date: Tue, 2 Jan 2007 08:31:55 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Users Questions" MIME-Version: 1.0 X-Google-Sender-Auth: 3d13cd083b7634d9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: termcaps: xdm vs. startx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 15:32:02 -0000 Hi. So if I run xdm on startup, when I log in, my up arrow gives '[[A' instead of command history, backspace, other keys have similar effects. If I log in then do startx, everything works as expected. It's really not an issue for me, I'm just curious. I tried changing the line in /etc/ttys from ..... on xterm..... to .....on xterm-color.... with no apparent effects. I presume there is some difference in terms of login scripts with xdm vs. startx? Steve