Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2010 15:05:09 -0400
From:      Glen Barber <glen.j.barber@gmail.com>
To:        Andy Balholm <andy@balholm.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: X not responding
Message-ID:  <4C210965.9040909@gmail.com>
In-Reply-To: <6BBBA4BE-53BE-486E-B26C-0630A285763E@balholm.com>
References:  <6BBBA4BE-53BE-486E-B26C-0630A285763E@balholm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/22/10 1:52 PM, Andy Balholm wrote:
> I am having a problem with Xorg under FreeBSD 8.0 RELEASE and 8.1 RC1:
>
> When I type startx, the X server starts, and some xterm windows open, but it will not respond to keyboard or mouse input. The mouse pointer won't move, and the only keyboard input that does anything is CTRL-ALT-F1 etc. to switch virtual terminals.
>
> If I install FreeBSD 7.1, which installs Xorg straight from the installation CD, it works fine. Under version 8, I've tried installing from ports and packages, and I get this problem.
>
> When I first had this problem, I was running it under VirtualBox, so I thought maybe it was because VirtualBox's FreeBSD support is incomplete. But now I've tried it on real PC hardware, and I have the same problem.
>
> Obviously some people must be running X under FreeBSD 8, so I must be doing something wrong in my installation or configuration, but I can't guess what it is.
>

Try adding the following to xorg.conf:

Section "ServerFlags"
	option "AllowEmptyInput" "off"
	option "AutoAddDevices" "off"
EndSection

Regards,

-- 
Glen Barber



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