From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 5 04:43:21 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED4F16A420 for ; Thu, 5 Jan 2006 04:43:20 +0000 (GMT) (envelope-from Juergen.Dankoweit@t-online.de) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4873A43D5F for ; Thu, 5 Jan 2006 04:43:00 +0000 (GMT) (envelope-from Juergen.Dankoweit@t-online.de) Received: from fwd34.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1EuMxn-0005mh-02; Thu, 05 Jan 2006 05:42:59 +0100 Received: from mailsmtp.juergendankoweit.net (TbwZ0EZfQeRXmqirkYyVmwGviXAKR7s5uxd9Mhre2wvFhYcGpp8BgM@[84.150.75.173]) by fwd34.sul.t-online.de with esmtp id 1EuMxm-0ZoTvU0; Thu, 5 Jan 2006 05:42:58 +0100 Received: from localhost.juergendankoweit.net (localhost.juergendankoweit.net [127.0.0.1]) by mailsmtp.juergendankoweit.net (Postfix) with ESMTP id DEA0734074 for ; Thu, 5 Jan 2006 05:42:57 +0100 (CET) Received: from mailsmtp.juergendankoweit.net (localhost.juergendankoweit.net [127.0.0.1]) by localhost.juergendankoweit.net (AvMailGate-2.0.2-9) id 01809-009A8AF3; Thu, 05 Jan 2006 05:42:57 +0100 Received: from primergy470.juergendankoweit.net (primergy470.juergendankoweit.net [192.168.1.1]) by mailsmtp.juergendankoweit.net (Postfix) with SMTP id 9993234073 for ; Thu, 5 Jan 2006 05:42:57 +0100 (CET) Date: Thu, 5 Jan 2006 05:42:57 +0100 From: =?ISO-8859-15?Q?J=FCrgen?= Dankoweit To: freebsd-gnome@freebsd.org Message-Id: <20060105054257.2ddb7cec.Juergen.Dankoweit@T-Online.de> In-Reply-To: <20060105033530.58863.qmail@web53404.mail.yahoo.com> References: <20060105033530.58863.qmail@web53404.mail.yahoo.com> X-Mailer: Sylpheed version 1.0.0-gtk2-20041224 (GTK+ 2.4.14; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-9; AVE: 6.33.0.24; VDF: 6.33.0.97; host: primergy470.juergendankoweit.net) X-ID: TbwZ0EZfQeRXmqirkYyVmwGviXAKR7s5uxd9Mhre2wvFhYcGpp8BgM X-TOI-MSGID: 5ee6698a-7d4a-428d-b9d7-d3adab60ffb4 Subject: Re: Urgent: Can't type in gdm after system upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 04:43:21 -0000 Good morning, as quick work around you can start gdm the old way: /usr/X11R6/etc/rc.d/xxxxxxserver.sh (will start the script as late as possible) # erstellt: 15.11.2004 # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D PREFIX=3D/usr/X11R6 case "$1" in start) export LANG=3Dde export LANGUAGE=3Dde export LC_TYPE=3Dde_DE.8859-15 export LC_ALL=3Dde_DE.8859-15 ${PREFIX}/bin/gdm ;; stop) /usr/bin/killall -m gdm 2>/dev/null ;; *) echo "Usage: `basename $0` start | stop" exit 64 ;; esac exit 0 Hope this will help you. Best regards J=FCrgen On Wed, 4 Jan 2006 19:35:30 -0800 (PST) "Dr. Jennifer Nussbaum" wrote: > i just upgraded my system from FreeBSD-6.0-RELEASE to 6.0-STABLE. i > didn't > touch any ports, just base system, and after i made the new kernel i > rebooted > to test it before installing world and this worked fine. >=20 > After installing world and running mergemaster, i rebooted and cant > type > anything in gdm!The mouse works fine but nothing from the keyboard. > so i rebooted to the console [is there a way to drop from gdm to a > console? > when i try gdm automaticly re-starts], turned off gdm, and ran > 'startx' and > IT works so i know this is a Gnome problem not a X problem. >=20 > Then i force rebuilded gdm but that didnt work. im running Gnome-2.12, >=20 > everything is up to date. What can i try next? Help! >=20 > Jen > =20 >=20 >=20 > =09 > --------------------------------- > Yahoo! DSL Something to write home about. Just $16.99/mo. or less > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to > "freebsd-gnome-unsubscribe@freebsd.org"