From owner-freebsd-questions Fri Oct 11 06:01:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14009 for questions-outgoing; Fri, 11 Oct 1996 06:01:52 -0700 (PDT) Received: from plethora.cs.wustl.edu (plethora.cs.wustl.edu [128.252.165.113]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA14003 for ; Fri, 11 Oct 1996 06:01:48 -0700 (PDT) Received: (from jxh@localhost) by plethora.cs.wustl.edu (8.7.5/8.7.3) id IAA04280; Fri, 11 Oct 1996 08:00:40 -0500 (CDT) Date: Fri, 11 Oct 1996 08:00:40 -0500 (CDT) Message-Id: <199610111300.IAA04280@plethora.cs.wustl.edu> From: James Hu To: Song Lining Cc: questions@freebsd.org Subject: change actual screen size In-Reply-To: <325E9191.41C67EA6@public.jn.sd.cn> References: <325E9191.41C67EA6@public.jn.sd.cn> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Song Lining writes: > Hi, > I installed XFree86 but the screen is bigger than the actual one. My > question is how can I change it to the actual size? > Thanks in advance! > Song lining The answers I have seen posted say to edit your /etc/XF86Config file (the Modes line of the Display subsection of the Screen section). Another way is to invoke X using more bits per plane for color. startx -- "-bpp 15" or startx -- "-bpp 16" or startx -- "-bpp 32" instead of the default 8. -- James