From owner-freebsd-questions@FreeBSD.ORG Thu May 13 01:17: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 83135106564A for ; Thu, 13 May 2010 01:17:41 +0000 (UTC) (envelope-from colintrebla@gmail.com) Received: from mail-yw0-f181.google.com (mail-yw0-f181.google.com [209.85.211.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2C64B8FC13 for ; Thu, 13 May 2010 01:17:40 +0000 (UTC) Received: by ywh11 with SMTP id 11so352535ywh.7 for ; Wed, 12 May 2010 18:17:40 -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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=u5Z7NfGx/v6DyV0sjYE6YcqSMZZjyahwibOJvC0j1qQ=; b=fUJIEBbTM3Ubty7lFl+ZkCXNlSP4FNQcXnL2vFY/OL8x+OGRO8vINLd6O3EXXeyXDD 9Xyqdm3qlnsxKfBm9ITrFRY0HLbfhAME50IxOvXn8paU6e04B2ozON6q83eu2n/TodBP NSMh9exVzwmJFcKCTZjbaIHYM75fJY8scrTuY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=oH5F0s+L5xN9EvsZWxj0C1xSQtwU0iQs7wigOLTRGLKuqNE5suYcUntZfCbG0Kjpwj Nq/5EkJpsjEMBC5cdr03P2m7ugsEXR2viJmkhM7kRe6x8fn8vVLCUe8gwhXfDiwRf3Sn 3wdo42UuEz3uEixftuKPFVqpupblXGLTj6eEg= Received: by 10.150.174.4 with SMTP id w4mr13712613ybe.146.1273713459759; Wed, 12 May 2010 18:17:39 -0700 (PDT) Received: from [10.25.1.27] (cpe-075-181-099-192.carolina.res.rr.com [75.181.99.192]) by mx.google.com with ESMTPS id 13sm390104gxk.0.2010.05.12.18.17.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 12 May 2010 18:17:38 -0700 (PDT) Message-ID: <4BEB53EA.1050608@gmail.com> Date: Wed, 12 May 2010 21:20:42 -0400 From: Colin Albert User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Jamie Griffin References: <20100502223152.GA1152@fix.fantomatic.co.uk> <20100502234120.GA60096@fix.fantomatic.co.uk> <4bde2106.qiPHSR9Ab82Z4tVG%perryh@pluto.rain.com> <20100503105708.GA61627@fix.fantomatic.co.uk> <20100503141245.d7e23dd3.freebsd@edvax.de> <20100503123257.GA16900@fix.fantomatic.co.uk> In-Reply-To: <20100503123257.GA16900@fix.fantomatic.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: X is broken after upgrade 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, 13 May 2010 01:17:41 -0000 Jamie Griffin wrote: >> If you have moused enabled, you can select text with the left >> mouse button, and insert text with the middle mouse button. >> If you don't have a middle mouse button, press the wheel down. >> If you don't have a wheel, press the left and the right mouse >> button at the same time. >> > > Thanks for the tip, i didn't know I could do that. > > >> According to the error message, mentioning "/usr/local/lib/xorg/ >> modules/drivers/intel_drv.so", I would think a modular component >> of xorg, maybe the "drivers" component, or a specific kernel >> module (for Intel video) needs a separate update. >> > > I did try recompiling the drivers after i read about a similar issue in > a post i found in the archives but that did not fix it. > > Jamie. > I just had a similar issue on a new install In my case it was because X could not find my configuration file. In your first post i notice that your x.org.log lists the default configuration. Double check that your xorg.conf file wasn't deleted or renamed accidentally. Mine was xorg.config instead of xorg.conf. Colin