From owner-freebsd-x11@FreeBSD.ORG Mon Jul 25 13:15:06 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CC916A420 for ; Mon, 25 Jul 2005 13:15:06 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963DA43D49 for ; Mon, 25 Jul 2005 13:15:05 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 64A6017B88A; Mon, 25 Jul 2005 15:15:04 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95250-02; Mon, 25 Jul 2005 15:14:58 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id A7CC717B890; Mon, 25 Jul 2005 15:14:54 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 5E5CB1702B; Mon, 25 Jul 2005 15:14:54 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 25 Jul 2005 15:14:53 +0200 User-Agent: KMail/1.8.1 References: <42E4E220.5040605@softwareassociates.nu> In-Reply-To: <42E4E220.5040605@softwareassociates.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507251514.53944.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: "st.john" Subject: Re: setting up xorg on an ibm t40 under freebsd 5.4 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 13:15:06 -0000 On Monday 25 of July 2005 14:59, st.john wrote: > Hi Guys, > hope this isn't off topic or the wrong list. It's not, but you might want to ask this on freebsd-mobile@freebsd.org as there's better chance of finding someone with same or similar setup. > I am trying to setup x11 on > an ibm t40 laptop. When I run the config command 'xorgcfg -config' the > graphical setup interface starts but I am unable to use the keyboard or > mouse and hence the setup facility is unusable. Any help as to how I can > resolve this problem would be greatly appreciated. You could try if 'Xorg -configure' gives you a useful configuration. Check out the Handbook chapter here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html Dejan