From owner-freebsd-questions@FreeBSD.ORG Fri Apr 13 06:35:03 2012 Return-Path: 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 86956106566C for ; Fri, 13 Apr 2012 06:35:03 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 328AF8FC16 for ; Fri, 13 Apr 2012 06:35:03 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q3D6Ykav014560; Fri, 13 Apr 2012 00:34:50 -0600 From: Erich Dollansky To: freebsd-questions@freebsd.org, Matthias Apitz Date: Fri, 13 Apr 2012 13:34:53 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-PRERELEASE; KDE/4.7.4; amd64; ; ) References: <201204131150.39410.erichfreebsdlist@ovitrap.com> <20120413052404.GB2323@tinyCurrent> In-Reply-To: <20120413052404.GB2323@tinyCurrent> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201204131334.54249.erichfreebsdlist@ovitrap.com> Cc: "Conrad J. Sabatier" , Gabriel Marchi Subject: Re: Xorg doesn't go back correctly to console when closed on FreeBSD 9.0 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: Fri, 13 Apr 2012 06:35:03 -0000 Hi, On Friday 13 April 2012 12:24:04 Matthias Apitz wrote: > El d=EDa Friday, April 13, 2012 a las 11:50:39AM +0700, Erich Dollansky e= scribi=F3: >=20 >=20 > Please show your ~/.xinitrc and ~/.xserverrc; mine look like this: I do not have an .xserverrc. The .xinitrc looks like this without the comme= nts: #!/bin/sh xset m 10 3 xmodmap .xmodmaprc bbkeys & exec blackbox and .xmodmaprc ! ! Swap Caps_Lock and Control_L ! remove Lock =3D Caps_Lock remove Control =3D Control_L keysym Control_L =3D Caps_Lock keysym Caps_Lock =3D Control_L add Lock =3D Caps_Lock add Control =3D Control_L I did not change this since many years but the behaviour of X changes somet= imes. Erich