From owner-freebsd-questions Sat Aug 21 19:59: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chickasaw.gate.net (chickasaw.gate.net [198.206.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 2782E150D5 for ; Sat, 21 Aug 1999 19:58:58 -0700 (PDT) (envelope-from wjm@gate.net) Received: from dakota.gate.net (wjm@dakota.gate.net [199.227.0.13]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id WAA519650 for ; Sat, 21 Aug 1999 22:56:52 -0400 Received: from localhost (wjm@localhost) by dakota.gate.net (8.8.6/8.7.3) with ESMTP id WAA18058 for ; Sat, 21 Aug 1999 22:58:50 -0400 X-Authentication-Warning: dakota.gate.net: wjm owned process doing -bs Date: Sat, 21 Aug 1999 22:58:50 -0400 (EDT) From: William Melanson To: questions@FreeBSD.ORG Subject: XPM and /etc/XF86Config Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I start xpm it displays at the default 8bpp. I've scoured through almost all documentations (html references, man pages and README's) in /usr/X11R6/lib/X11/ to no avail. Is there some simple prefix in one of the xpm files or does /etc/XF86Config have to be changed as such? This is how it currently looks: (note the Depth variable) ---------------- # The Colour SVGA server Section "Screen" Driver "svga" # Use Device "Generic VGA" for Standard VGA 320x200x256 #Device "Generic VGA" Device "Matrox Mystique G200 4MB" Monitor "SVGA Color Monitor" Subsection "Display" Depth 8 # Omit the Modes line for the "Generic VGA" device Modes "800x600" "640x480" ViewPort 0 0 # Use Virtual 320 200 for Generic VGA EndSubsection Subsection "Display" Depth 16 This is how I believe it should look: (note the Depth variable) ---------- # The Colour SVGA server Section "Screen" Driver "svga" # Use Device "Generic VGA" for Standard VGA 320x200x256 #Device "Generic VGA" Device "Matrox Mystique G200 4MB" Monitor "SVGA Color Monitor" Subsection "Display" Depth 16 # Omit the Modes line for the "Generic VGA" device Modes "800x600" "640x480" ViewPort 0 0 # Use Virtual 320 200 for Generic VGA EndSubsection Subsection "Display" Depth 8 ---- Thanxs in advance..... - Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message