From owner-freebsd-questions@FreeBSD.ORG Tue May 5 20:15:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397C5106564A for ; Tue, 5 May 2009 20:15:40 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id AE3188FC08 for ; Tue, 5 May 2009 20:15:39 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by bwz9 with SMTP id 9so4817381bwz.43 for ; Tue, 05 May 2009 13:15:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hETuiJ5lUhIYjKvd6gXBaiotks++KVspQkgz+M+zQKo=; b=ZNhmqWOdExxmmWofV9DcALxN8NstwnIVMhpg4iSr73+DLbAgj1c3wNR6yMC+Vb6SJL TKqWq/FraSUT3D2/kbIf6i6y1OM8U6XfTWGyqqqvZpmWeivSBxloB1FrnmEqSMK4Fgk6 m8+u2OD3XC8K21RzFiBXIusRdfJCmpZjp/O38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CKreqVGdmufwceH5GlwpNlMnXxmKQI+3BdqeUgS7XplKcslamyv49KxtWrmMnx7TZw hY8AF1vUSK+yHko6X0rYa1LLQZtKXvRpB3WP49vyFG+3QWfFNAGkUkoNAgf6mvKW8Nz/ MsQzoFt05MagwaVMrzuVmsY4jJxG1u3lmpzcs= MIME-Version: 1.0 Received: by 10.223.117.1 with SMTP id o1mr111949faq.96.1241554537429; Tue, 05 May 2009 13:15:37 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 May 2009 15:15:37 -0500 Message-ID: From: Andrew Gould To: Daniel Underwood Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: xdm freezes - 7.2-RELEASE installed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 20:15:40 -0000 On Tue, May 5, 2009 at 2:23 PM, Daniel Underwood wrote: > Just installed 7.2-RELEASE. After changing my /etc/ttys to default to > xdm and rebooting, my machine opens xdm, but I cannot type or press > enter. My keyboard isn't totally unresponsive, however, because I can > Ctrl+Alt+F# to another virtual terminal. > > Any ideas? > > Thanks, > Daniel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Could you use your mouse in xdm? I don't know if this is related; but I couldn't get my mouse to work in KDE or XFCE4 until I turned on hal. I added the following to /etc/rc.conf and rebooted: dbus_enable="YES" hald_enable="YES" Best of luck, Andrew