From owner-freebsd-questions@FreeBSD.ORG Sun Jun 21 17:55:09 2009 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 CDE8F1065672 for ; Sun, 21 Jun 2009 17:55:09 +0000 (UTC) (envelope-from shawnbadger@gmail.com) Received: from mail-pz0-f171.google.com (mail-pz0-f171.google.com [209.85.222.171]) by mx1.freebsd.org (Postfix) with ESMTP id 63D198FC12 for ; Sun, 21 Jun 2009 17:55:09 +0000 (UTC) (envelope-from shawnbadger@gmail.com) Received: by pzk1 with SMTP id 1so2668403pzk.3 for ; Sun, 21 Jun 2009 10:55:09 -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=6A1AupOfYrJuN6HEGhMk+o3PT5iAlZ0Rh91t9IfS8VY=; b=lhM6cFRVYyhyPkSbRC8Xk3Nwf50/+t53P8QJWd3DDD0A+AC9WWjTGzzRLzH18vqic8 zujK5qjSOxc4ISjPT6rm/S9D9+BxB0OPSl+mik3uBbgHebadK5OXQUKboLZNS+kysX98 DlH5BzLjsT6g5pO2Id0flrwtqbAtc+9MNY+eY= 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=UHR5FRRRanGrtU0cnitfOVxex6oOt4BiT4kjGv8AbIMgGsAqLB6QJlD+QwOHLVEnYs ZT5utK8qrEaJOzJldNXS4sXRb+Przd/2NO1VeswpOfpQfEbOGE1MyAUjtu1L9E5zNyoL 2QsEH3f9ryniEEVXIHM9kD0jR/dQN/x2PNAew= Received: by 10.142.207.6 with SMTP id e6mr2274430wfg.49.1245606909081; Sun, 21 Jun 2009 10:55:09 -0700 (PDT) Received: from ?192.168.1.132? ([69.169.154.48]) by mx.google.com with ESMTPS id 32sm373432wfa.33.2009.06.21.10.55.07 (version=SSLv3 cipher=RC4-MD5); Sun, 21 Jun 2009 10:55:08 -0700 (PDT) Message-ID: <4A3E73B0.206@gmail.com> Date: Sun, 21 Jun 2009 11:53:52 -0600 From: Shawn Badger User-Agent: Thunderbird 2.0.0.21 (X11/20090319) To: Francisco Cabrita References: <4A3E63B0.2030308@gmail.com> <4ad871310906211006q5d7df425hda31906db20035a2@mail.gmail.com> <4ad871310906211007v548a7305nb2be27351757f9e6@mail.gmail.com> <4A3E6A0D.90707@gmail.com> In-Reply-To: Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Glen Barber , freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.2 Intel i915 / Xorg issue 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: Sun, 21 Jun 2009 17:55:10 -0000 Francisco Cabrita wrote: Hi Shawn I would first try to figure why is this error in the logs. (EE) XKB: No components provided for device Virtual core keyboard I think only errors stop the X to start. The one you show are warnings. Regards, Francisco Thanks Francisco, I hadn't noticed this. When I use the options Option "AutoAddDevices" "False" Option "AllowEmptyInput" "False" and have hald running, I then get the following errors: (II) config/hal: Adding input device AT Keyboard (EE) config/hal: NewInputDeviceRequest failed (8) (II) config/hal: Adding input device PS/2 Mouse (EE) config/hal: NewInputDeviceRequest failed (8) (II) UnloadModule: "mouse" (II) UnloadModule: "kbd" When looking at my running processes, there are 3 hal-related processes: hald-runner hald-addon-mouse-sysmouse: /dev/psm0 hald-addon-storage: /dev/acd0 So now I have both dbus & hald running, and I am using the two X options stated above. Am I missing something? Thanks, Shawn On Sun, Jun 21, 2009 at 6:12 PM, Shawn Badger [1] wrote: Glen Barber wrote: On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1][2] wro te: On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2][3] wro te: Hi, I've seen several posts with similar issues, but none of them have helped me resolve my own. I am using 7.2-RELEASE on my laptop with an Intel i915 graphics card. My problem is that Xorg refuses to start (most of the time) and posts an error in the log: drmDropMaster failed: Unknown Error -1 I have gotten X to start on occasion, but I've never been able to get fluxbox to start. The command "Xorg -config /etc/X11/xorg.conf -retro" always works correctly. xorg.conf: [3][4]http://pastebin.com/f44c3bfa1 Xorg.0.log: [4][5]http://pastebin.com/f22d7e99c dmesg output: [5][6]http://pastebin.com/f7d02e787 Any help would be very much appreciated. Try this: [6][7]http://www.dev-urandom.com/user/xorg.php I didn't realize you had 'AutoAddDevices' in ServerLayout at first.. Still, give "AllowEmptyInput" "off" a shot. Thanks for the quick responses: @Glen: I went ahead and gave it a try - to no avail. Ironically, I have never had any of the mouse/keyboard issues that people have complained about. My issue is that I just can't get X to start - it appears the drm driver is failing on me. @Francisco: I already have both hald and dbus loading in rc.conf. All of my packages have been compiled from ports. References 1. [8]mailto:glen.j.barber@gmail.com 2. [9]mailto:shawnbadger@gmail.com 3. [10]http://pastebin.com/f44c3bfa1 4. [11]http://pastebin.com/f22d7e99c 5. [12]http://pastebin.com/f7d02e787 6. [13]http://www.dev-urandom.com/user/xorg.php _______________________________________________ [14]freebsd-questions@freebsd.org mailing list [15]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [16]"freebsd-questions-unsubscribe@freebsd.org " -- blog: [17]http://sufixo.com/raw [18]http://www.linkedin.com/in/franciscocabrita References 1. mailto:shawnbadger@gmail.com 2. mailto:glen.j.barber@gmail.com 3. mailto:shawnbadger@gmail.com 4. http://pastebin.com/f44c3bfa1 5. http://pastebin.com/f22d7e99c 6. http://pastebin.com/f7d02e787 7. http://www.dev-urandom.com/user/xorg.php 8. mailto:glen.j.barber@gmail.com 9. mailto:shawnbadger@gmail.com 10. http://pastebin.com/f44c3bfa1 11. http://pastebin.com/f22d7e99c 12. http://pastebin.com/f7d02e787 13. http://www.dev-urandom.com/user/xorg.php 14. mailto:freebsd-questions@freebsd.org 15. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 16. mailto:freebsd-questions-unsubscribe@freebsd.org 17. http://sufixo.com/raw 18. http://www.linkedin.com/in/franciscocabrita