From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 09:39:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E72337B401 for ; Sun, 15 Jun 2003 09:39:02 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9393543F85 for ; Sun, 15 Jun 2003 09:39:01 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 4657 invoked by uid 1001); 15 Jun 2003 16:41:22 -0000 Date: Sun, 15 Jun 2003 09:41:22 -0700 From: Joshua Oreman To: Ben Shin Message-ID: <20030615164122.GC4532@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Two Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 16:39:02 -0000 [Please read http://www.lemis.com/email/questions.html] [In particular: wrap lines at 72-chars or so, ask only one question per email, and put on a meaningful subject.] On Sun, Jun 15, 2003 at 12:13:15PM -0400 or thereabouts, Ben Shin seemed to write: > 1. I use booteasy to allow me to boot between FreeBSD and Win 2k. > However, the boot menu has "??" when referring to Win 2k. Is there > any way I can configure booteasy so that it'll display "Windows 2000"? No, there's not. ?? = 2 bytes long Windows 2000 = 12 bytes long Not unless you want to try and find space to delete 10 bytes of code in booteasy :-) Booteasy is only allowed to take up 446 bytes on your hard drive, and it's just about maxed out. Making "??" longer will push it over the limit. It actually uses "??" to mean "some partition type I don't know about", so modifying that will make every partition other than FreeBSD say "Windows 2000". Or you could add code to differentiate some more, but as I said, that would push it over the limit :-) If you want "Windows 2000", use another bootmgr, such as grub. > > 2. Whenever KDE starts, the GNOME top menu and bottom slide bar > comes up. It is quite annoying. Is there anyway to stop that from > happening? Check your ~/.xinitrc and ~/.xsession for any lines containing 'gnome-session'; remove them. -- Josh > > Thanks alot in advance. > _______________________________________________ > 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"