Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 12:08:56 +0000
From:      Tom Evans <tevans.uk@googlemail.com>
To:        Zenny <garbytrash@gmail.com>
Cc:        FreeBSD Stable <stable@freebsd.org>
Subject:   Re: FreeBSD 10.0-RELEASE: mouse and kbd freezes after gdm starts
Message-ID:  <CAFHbX1JAT6YGFYac-tYxoznQ525X7siFXLYKv0t2raMoDdfc=A@mail.gmail.com>
In-Reply-To: <CACuV5sDCpJ3RB=R-TUh2B2sNHahXXM9uPXXGTNJ20A6QV-mz-A@mail.gmail.com>
References:  <CACuV5sDCpJ3RB=R-TUh2B2sNHahXXM9uPXXGTNJ20A6QV-mz-A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 29, 2014 at 10:43 AM, Zenny <garbytrash@gmail.com> 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.

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.

Cheers

Tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFHbX1JAT6YGFYac-tYxoznQ525X7siFXLYKv0t2raMoDdfc=A>