From owner-freebsd-current@FreeBSD.ORG Thu Aug 23 20:14:06 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E566716A419 for ; Thu, 23 Aug 2007 20:14:06 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id A624313C467 for ; Thu, 23 Aug 2007 20:14:06 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so141486ele for ; Thu, 23 Aug 2007 13:14:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Sb4tmvBkb6W8B+JXkhuS44xvVPGageuKW4tnkzBbfVJLwza5yPFFFJbQxNWLbw5UFMOZxJRLCst1LHv8iUhxg2MODa/A9sXW264EeHvk5fDhyfdEdgVFxy/YjCLbIV6oiregZDqRAedhfWwAtwL4yF/BLwTc4kiWciPsPK8yPag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=icNVFmNaZtn5dkqiWQ9uouHl83ljQPyjRkkr32ysoy5sl5tWiCrNcUfQmwCOLWm17vNA9Wyfj9MVDNx+Ng0PiSZYtShKXz5PMi74kvD3MCGeDHn7HMWVt19majHDAwl+wxCG7fNh1nJiIUg1jdSCTp67eTT/dzIFVBvPJm/UztY= Received: by 10.143.34.11 with SMTP id m11mr78079wfj.1187898542941; Thu, 23 Aug 2007 12:49:02 -0700 (PDT) Received: by 10.143.10.17 with HTTP; Thu, 23 Aug 2007 12:49:02 -0700 (PDT) Message-ID: <26ddd1750708231249h3666b5cbjf6935cc010ebe40@mail.gmail.com> Date: Thu, 23 Aug 2007 15:49:02 -0400 From: "Maxim Khitrov" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: X Server Problems: 100% CPU usage, no keyboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 20:14:07 -0000 Hello, I'm not exactly sure how to best proceed in my situation, so thought I'd ask here. I'm running FreeBSD 7.0-CURRENT on my Fujitsu P7010 laptop. I installed xorg and gnome2-lite ports, configured the X server, and am now trying to get gnome to run. The problem is this; if I boot using the GENERIC kernel and run startx, everything works great. I get my gnome desktop and can continue working there. However, when I switch to my own kernel, starting the X server causes CPU usage to go to 100% (permanently) and my keyboard stops working. I can't even do Ctrl-Alt-Backspace to kill the server. The mouse still works, so I can logout back to the console at which point CPU goes to idle and keyboard works again. I looked through my kernel config and don't see anything wrong there. The keyboard-related options are the same as GENERIC. My only guess is that it's something that I've added to the kernel that is causing these problems, but I don't want to go removing one thing at a time at random to see if it makes a difference. My config is posted on pastebin (URL below). Can you please take a look at it and see if you can spot what could be causing the problem? My configuration file: http://pastebin.com/m1a39ace1 Thanks, Maxim Khitrov