From owner-freebsd-questions Sat May 6 20:19:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id F074937B6C0 for ; Sat, 6 May 2000 20:19:28 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id WAA66294 for freebsd-questions@freebsd.org; Sat, 6 May 2000 22:19:28 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005070319.WAA66294@sullivan.realtime.net> Subject: Re: XF86 4.0 configuration In-Reply-To: <000801bfb7d0$92db7640$2623fea9@win98> from Farhana Pethani at "May 7, 2000 01:01:27 pm" To: freebsd-questions@freebsd.org Date: Sat, 6 May 2000 22:19:27 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I'm having major problems with configuring X for FreeBSD. First of all > the colours is at like 8bpps or something and the desktop is larger than > my actual 15" screen. When i tried to edit the XF86Config file manually > and removed the 8bpps, I got an error messaging saying: > Here is part of my configuration: Section "Monitor" Identifier "Monitor0" VendorName "Nokia" ModelName "Multigraph 445Xpro" HorizSync 30-121.0 VertRefresh 50-150 ModeLine "1280x1024" 181.75 1280 1400 1528 1768 1024 1031 1046 1104 -hsync -vsync EndSection Section "Screen" Identifier "Screen0" Device "NVidia Riva TNT" Monitor "Monitor0" DefaultDepth 16 Option "DPMS" SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" EndSubSection EndSection Since I only run the 1280x1024, that is the only resolution info in my configuration. The resolution is why your desktop is larger than your 15" screen, probably! If you check, it is very likely your default is 640x420 or so. I would say go ahead and remove the resolutions you do not want. As for color depth, you need to add the DefaultDepth parameter to your configuration file, or change the default to something other than 8 bpp. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message