From owner-freebsd-questions@FreeBSD.ORG Thu Aug 19 07:44:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC02B1065673 for ; Thu, 19 Aug 2010 07:44:40 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 930868FC22 for ; Thu, 19 Aug 2010 07:44:40 +0000 (UTC) Received: by yxe42 with SMTP id 42so677729yxe.13 for ; Thu, 19 Aug 2010 00:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZOp0NP3yBwFsgmuspuwVj1nVq6VQ922m+kbkMG2k8pI=; b=p1f6c5iRmfyhrcOKBI3tNl10DhrJEf4k8cDhh8nqong+TqdZ+PNC65nyEw1ZIgtcSh E3AseGnzSByozNKCnjfd69rNiOK/aXRdhmmW/3ernkGDEwVCfvb2Mr84S0eB8kEcId6O 56AMomAhjtePcw9vU4exbrKU9Zp/kcVDtRnFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bZNrXFkBwpJ+SSeb8gZOShUFHrSNnAfPmxJ26Ns7gD7RG5yESVMbb79Ees6h0H9vz2 glcMd2ncOQd47Rslfc3dFUAzcN8aupYzDqb5LPzweEVJ0nKFbXq13r1DB/JERbeDTiDb zJbOR+a3ARIc/3+VzYRBWS/Y4NOJWQ53+aXRQ= Received: by 10.150.199.10 with SMTP id w10mr1771689ybf.84.1282203879774; Thu, 19 Aug 2010 00:44:39 -0700 (PDT) Received: from [192.168.1.3] (c-24-14-170-47.hsd1.il.comcast.net [24.14.170.47]) by mx.google.com with ESMTPS id e8sm1156671ibb.14.2010.08.19.00.44.38 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Aug 2010 00:44:39 -0700 (PDT) Message-ID: <4C6CE0E5.1000703@gmail.com> Date: Thu, 19 Aug 2010 02:44:37 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C6D1399.5050601@comcast.net> In-Reply-To: <4C6D1399.5050601@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Xorg Problems 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: Thu, 19 Aug 2010 07:44:41 -0000 On 8/19/2010 6:20 AM, Rem Roberti wrote: > I'm having trouble with xorg on a new 8.1 installation. I haven't > installed a wm yet, but when I try to call up the generic x windows by > typing "startx" they do indeed appear, but all three of the x windows > are locked up. By that I mean that there is no mouse, and no possibility > of entering data in the windows via the keyboard. Totally frozen. And > you can't get out of x in the usual manner i.e. ctrl-alt-backspace. The > only thing that works is ctrl-alt-del which, of course, reboots the > computer. Any ideas are appreciated. > > Rem Look in /var/log/Xorg.0.log and go from there. If something's not working, it's probably in there, or verbosity can be added to make it show up.