From owner-freebsd-stable@FreeBSD.ORG Wed Jan 29 12:39:17 2014 Return-Path: Delivered-To: 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 91CFDF07 for ; Wed, 29 Jan 2014 12:39:17 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 695071384 for ; Wed, 29 Jan 2014 12:39:17 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so1711061pad.13 for ; Wed, 29 Jan 2014 04:39:17 -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 :cc:content-type; bh=atFtOFsz+tAowJIuE7lQwWR61oC5lMxLAvEID4SobOo=; b=0qk3IvnY9xDoOSpk67xs2xKrjcYNKXI5fiLyxfACnEhdb/EoyCnaQ3fABsyVES+AzT rFeeDM7ZFdp8Ye6sOzbrCYUg5GG83gQeeYEY5/b1c8y3G+nEcRhwGBW1YHnP3pzJoCqN 1+PHszwIDwbc8tOqB/LHFGGAt9ybosirfSlFaAe1acXGks38Wq0CaRRl8P8gvG5eXaLb upt4XQNFc4v5ccOoLGcFxdvnTmrgO9oZ3mKab2o9cqVWx1kI9fjRMKRa1BvSVwKXrnPl 81xYfONdlLX+uohMObv4vZwv61HKCS0IePylYG1yB7s+ESm83H6iQ3UxUS/YGtVdKCcZ RzgA== MIME-Version: 1.0 X-Received: by 10.68.171.229 with SMTP id ax5mr7637556pbc.125.1390999157131; Wed, 29 Jan 2014 04:39:17 -0800 (PST) Received: by 10.66.142.167 with HTTP; Wed, 29 Jan 2014 04:39:17 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Jan 2014 13:39:17 +0100 Message-ID: Subject: Re: FreeBSD 10.0-RELEASE: mouse and kbd freezes after gdm starts From: Zenny To: Tom Evans Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable 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 12:39:17 -0000 On 1/29/14, Tom Evans wrote: > On Wed, Jan 29, 2014 at 10:43 AM, Zenny wrote: >> 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! >> > > This seems pretty clear, doesn't it? You previously had xorg 1.7.7 > installed, you upgraded to xorg 1.12.4 and when you start X, the log > file informs you that your mouse and keyboard drivers are compiled for > xorg 1.7.7, will not work with this version, and are unloaded. > > Recompile and reinstall the appropriate drivers. I recompiled accordingly and upgraded the drivers too as my poudriere.list has: Thanks Tom for your response. x11/xorg x11/xinit x11-drivers/xf86-video-ati x11-drivers/xf86-video-radeonhd x11-drivers/xf86-input-keyboard x11-drivers/xf86-input-mouse x11-drivers/xorg-drivers x11-fonts/webfonts x11-fonts/ubuntu-font www/linux-f10-flashplugin11 ports-mgmt/poudriere graphics/libdrm graphics/dri graphics/libGL sysutils/hal > > You might also want to verify your process for upgrading packages - > poudriere is a system for building up to date packages, it is not an > update tool. Using poudriere correctly with the appropriate update > tool should make it impossible for this scenario to happen, so there > is probably something wrong with your process. You can verify it by > listing it out here. FYI, poudriere.conf reads: ZPOOL=zroot FREEBSD_HOST=ftp://ftp.freebsd.org RESOLV_CONF=/etc/resolv.conf BASEFS=/usr/local/poudriere USE_TMPFS=yes DISTFILES_CACHE=/usr/ports/distfiles POUDRIERE_DATA=${BASEFS}/data CHECK_CHANGED_OPTIONS=verbose CHECK_CHANGED_DEPS=yes PKG_REPO_SIGNING_KEY=/usr/local/etc/ssl/keys/pkg.key WRKDIR_ARCHIVE_FORMAT=txz NOLINUX=yes /etc/make.conf reads: WITH_NEW_XORG=yes WITH_KMS=yes WITH_GALLIUM=yes MAKE_JOBS_UNSAFE=yes /usr/local/etc/poudriere.d/10-amd64-make.conf has: WITH_NEW_XORG="yes" WITH_KMS="yes" Did I miss something? > > Cheers > > Tom >