From owner-freebsd-stable@FreeBSD.ORG Wed Jan 29 11:04:06 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 186E7629 for ; Wed, 29 Jan 2014 11:04:06 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD2961B01 for ; Wed, 29 Jan 2014 11:04:05 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id rr13so1615290pbb.7 for ; Wed, 29 Jan 2014 03:04:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qZ2EY4hZt0I+MZLYy2Chlv0hYKsvpZdXdMUJUX1bwPU=; b=NDo5tMf9jAKW/SfC0auxCmaAbD3EkqhyTo7+EAlETeO/XMcuTkje4zpUqun/gIUXDb F5Wms3WLHUdCvUKrJcjCxykOsaww0YRMm4a2OCdb/3ZXFPyjodYi7jIglsgbHEtXCHUb K2RGowGwUmLRSPQFPrh/umVJTio3zNdWvEzVgy2+L4tGMF3ZNNV8uCByyb9cTTkQrYYT F2+PeJdrac0VBnc1GFsSr5Rye0CeUs6o/s5fV4QMlJ3qQzrl2AytAgsMOl3XX5kjdu2B Zx2zPb+xEXqgCiz1p2MMic7yRPtFnJZrk7MAqqxwcgWQRI56zsTyNrKNviMdNhnQD8e7 vwPg== MIME-Version: 1.0 X-Received: by 10.66.121.164 with SMTP id ll4mr7416355pab.48.1390993445441; Wed, 29 Jan 2014 03:04:05 -0800 (PST) Received: by 10.66.142.167 with HTTP; Wed, 29 Jan 2014 03:04:05 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Jan 2014 12:04:05 +0100 Message-ID: Subject: Fwd: FreeBSD 10.0-RELEASE: mouse and kbd freezes after gdm starts From: Zenny To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 11:04:06 -0000 Hi: The mouse and keyboard stops responding after gdm starts. (on all occasions gdm and gnome enabled in rc.conf with or without moused, hal and dbus enabled). The xorg 1.7.7 worked with a black border all over screen, so used poudiere to upgrade to xorg-server-1.12.4_4,1 The card is: vgapci0@pci0:1:0:0: class=0x030000 card=0x04611043 chip=0x67791002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'Caicos [Radeon HD 6450]' class = display subclass = VGA The only thing that I could see in the attached log (line 109-126): [ 38.408] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so [ 38.428] (II) Module mouse: vendor="X.Org Foundation" [ 38.441] compiled for 1.7.7, module version = 1.9.0 [ 38.463] Module class: X.Org XInput Driver [ 38.474] ABI class: X.Org XInput driver, version 7.0 [ 38.486] (EE) module ABI major version (7) doesn't match the server's version (16) [ 38.497] (II) UnloadModule: "mouse" [ 38.508] (II) Unloading mouse [ 38.519] (EE) Failed to load module "mouse" (module requirement mismatch, 0) [ 38.530] (II) LoadModule: "kbd" [ 38.553] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so [ 38.564] (II) Module kbd: vendor="X.Org Foundation" [ 38.575] compiled for 1.7.7, module version = 1.8.0 [ 38.597] Module class: X.Org XInput Driver [ 38.608] ABI class: X.Org XInput driver, version 7.0 [ 38.619] (EE) module ABI major version (7) doesn't match the server's version (16) [ 38.630] (II) UnloadModule: "kbd" [ 38.642] (II) Unloading kbd There is no xorg.conf created. Can someone tell me what makes the kbd and mouse modules keeps on getting unloaded?! Thanks! /z