Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 19:28:51 +0900 (JST)
From:      haro@kgt.co.jp
To:        rbgarga@gmail.com
Cc:        phk@phk.freebsd.dk, current@freebsd.org
Subject:   Re: @188498: u3g works, Xorg does not
Message-ID:  <20090212.192851.57971498.haro@kgt.co.jp>
In-Reply-To: <747dc8f30902120216o7755a234t435e5ed7120f1b0e@mail.gmail.com>
References:  <1650.1234431504@critter.freebsd.dk> <747dc8f30902120216o7755a234t435e5ed7120f1b0e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Renato Botelho <rbgarga@gmail.com>
Date: Thu, 12 Feb 2009 08:16:58 -0200
::On Thu, Feb 12, 2009 at 7:38 AM, Poul-Henning Kamp <phk@phk.freebsd.dk> wrote:
::>
::> I just tried @188498 on my laptop.
::>
::> The good news is that with USB2 my 3G modem works.
::>
::> The bad news is that Xorg does not, it takes no mouse or keyboard
::> input.
::>
::> Interestingly, changing to a different VTY with CTRL-ALT-Fx works.
::>
::> VTY switches use SIGUSR1 as far as I remember.
::>
::> That could indicate that recent tty/syscons changes are to blame
::> and that Xorg is simply not getting the events it is waiting for.
::
::Do you have hald running? If not, try to add following line to
::ServerLayout section of xorg.conf
::
::Option         "AllowEmptyInput" "off"

The description in /usr/ports/UPDATING is wrong about this.
It should be in ServerFlags section, not the ServerLayout section.
Adding following line to xorg.conf worked for me:

Section "ServerFlags"
        Option "AllowEmptyInput" "off"
EndSection

Hope this helps,
  Haro
=-----------------------------------------------------------------------
           _ _    Munehiro (haro) Matsuda
 -|- /_\  |_|_|   KGT Inc.
 /|\ |_|  |_|_|




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090212.192851.57971498.haro>