From owner-freebsd-questions Tue Dec 9 00:40:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14177 for questions-outgoing; Tue, 9 Dec 1997 00:40:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from po7.andrew.cmu.edu (PO7.ANDREW.CMU.EDU [128.2.10.107]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14163 for ; Tue, 9 Dec 1997 00:40:32 -0800 (PST) (envelope-from yunching+@andrew.cmu.edu) Received: (from postman@localhost) by po7.andrew.cmu.edu (8.8.5/8.8.2) id DAA01105; Tue, 9 Dec 1997 03:40:27 -0500 (EST) Received: via switchmail; Tue, 9 Dec 1997 03:40:26 -0500 (EST) Received: from unix11.andrew.cmu.edu via qmail ID ; Tue, 9 Dec 1997 03:39:01 -0500 (EST) Received: from unix11.andrew.cmu.edu via qmail ID ; Tue, 9 Dec 1997 03:39:00 -0500 (EST) Received: from mms.4.60.Jun.27.1996.03.02.53.sun4.51.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.unix11.andrew.cmu.edu.sun4m.54 via MS.5.6.unix11.andrew.cmu.edu.sun4_51; Tue, 9 Dec 1997 03:39:00 -0500 (EST) Message-ID: Date: Tue, 9 Dec 1997 03:39:00 -0500 (EST) From: Yun-Ching Lee To: freebsd-questions@freefall.FreeBSD.org, _| im Subject: Re: X won;t go above 8 bpp In-Reply-To: References: Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Excerpts from internet.computing.freebsd-questions: 9-Dec-97 X won;t go above 8 bpp by _| im@basil.stthom.edu > This should be a simple question: How do I make X( via xdm) go above a > color depth of 8. In your /usr/X11R6/lib/X11/xdm/Xservers, modify the line so it reads :0 local /usr/X11R6/bin/X -bpp 32 (or -bpp 16, whichever you see fit.) Another way to do this is with the DefaultColorDepth directive. Just insert it in your screen section as shown. (This is the way I use.) > Section "Screen" > Driver "accel" > Device "My Video" > Monitor "Monitor" ++ DefaultColorDepth 32 > Subsection "Display" > Depth 8 > Modes "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 32 > Modes "800x600" "640x480" > ViewPort 0 0 > EndSubsection > EndSection -- Yun-Ching (Allen) Lee ycl+@cmu.edu "There is no such thing as a good influence... All influence is immoral." -- Lord Henry Wotton