From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 11:41:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F63516A4CE for ; Fri, 7 Nov 2003 11:41:58 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4459F43FE3 for ; Fri, 7 Nov 2003 11:41:57 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 7 Nov 2003 13:44:41 -0600 Message-ID: <3FABF571.3050300@daleco.biz> Date: Fri, 07 Nov 2003 13:41:37 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Valerian Galeru References: <20031107170934.45076.qmail@web12508.mail.yahoo.com> In-Reply-To: <20031107170934.45076.qmail@web12508.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Nov 2003 19:44:41.0906 (UTC) FILETIME=[9657D920:01C3A567] cc: freebsd-questions@freebsd.org Subject: Re: Don`t know what to do... :)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 19:41:58 -0000 Valerian Galeru wrote: >I installed XFree86, then i run XFree86 -configure, then i run XFree86 -xf86config XF86Config.new. Everything is ok. Than i cp XF86Config.new to /etc/X11/XF86Config (i tried to copy and to /usr/X11R6/etc/X11/XF86Config but there is no directory X11). then, when i run startx i get the next error: screen not found... I know i can do everythiing with xf86cfg but i don`t understand why the first way has problems (may be i have problems :)))) ). Thank You! > > > > Do you have a 'screen' section in your /etc/X11/XF86Config file? If you do, does it have screen entries? IIRC, you'll need at least one section with valid depth, modes, and virtual entries. (Note: I'm not an expert, and don't play one on TV). Here's the "screen" section from my XF86Config: ***************************************** Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "1024x768" Virtual 1024 768 EndSubSection SubSection "Display" Depth 24 Modes "1024x768" Virtual 1024 768 EndSubSection EndSection ******************************************* HTH, Kevin Kinsey DaleCo, S.P.