From owner-freebsd-bugs Mon Sep 30 13:10: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D640237B404 for ; Mon, 30 Sep 2002 13:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1903E43E77 for ; Mon, 30 Sep 2002 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8UKA3Co089921 for ; Mon, 30 Sep 2002 13:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8UKA3Ae089920; Mon, 30 Sep 2002 13:10:03 -0700 (PDT) Date: Mon, 30 Sep 2002 13:10:03 -0700 (PDT) Message-Id: <200209302010.g8UKA3Ae089920@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: conf/43500: [patch] rc.syscons "allscreens" improvements Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/43500; it has been noted by GNATS. From: Dima Dorfman To: "Gary W. Swearingen" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/43500: [patch] rc.syscons "allscreens" improvements Date: Mon, 30 Sep 2002 19:18:03 +0000 Gary W. Swearingen wrote: > 2) If "allscreens_flags" is used to try to change the video mode to > one of the VESA* or 132* modes, the script will fail to do so unless > the "vesa" module has been built into the kernel; the module won't > even auto-load. It's better to make the script more robust (by > trying to load the module, if needed) than to force users to rebuild > their kernel or otherwise fix the problem. If the module fails to > load because it wasn't built, it will give an additional clue for the > error message which will follow when the mode change is attempted. This seems like the wrong place to do that. Perhaps it's possible (I haven't looked) for vidcontrol to load the module when it realizes that it needs it, or does it not have that information? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message