From owner-freebsd-questions@freebsd.org Fri Aug 28 22:37:52 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E00D39C4E3F for ; Fri, 28 Aug 2015 22:37:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D80DC51 for ; Fri, 28 Aug 2015 22:37:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t7SMboxX074463 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 28 Aug 2015 16:37:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t7SMbnlW074456; Fri, 28 Aug 2015 16:37:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 28 Aug 2015 16:37:49 -0600 (MDT) From: Warren Block To: doug@safeport.com cc: "lokadamus@gmx.de" , freebsd-questions@FreeBSD.ORG Subject: Re: generating xorg.conf does not work In-Reply-To: Message-ID: References: <55E0A5E5.1040803@gmx.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 28 Aug 2015 16:37:50 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 22:37:53 -0000 On Fri, 28 Aug 2015, doug@safeport.com wrote: > > Maybe I should have taken the questions one at a time. My highest priority > question is that the handbook is in error on how to generate xorg.conf. > startx is just not correct. I don't understand what you are saying there. > The next issue (Xorg -confgure), I only noted in passing. My question here is > this a FreeBSD issue or should it be PR'd to Xorg. For starters 'Xorg > -configure' selected the vesa driver, autoconfiguration picked the ATI Radeon > driver. The vesa driver could not negociate a setting. Note even if it did > the screen resolution would be 1026x760 or whatever the current one-size fits > all resolution is. This is clearly an error in the Xorg command. There may > have been other errors in the generated xorg.conf file, but the first one was > the vesa driver could not get something out of the BIOS it liked. Earlier > versions of Xorg this all worked albeit with the vesa driver. Back up for a second. Exactly what video hardware do you have? If you have onboard Intel video along with an add-on Radeon card, it would probably be best to disable the Intel video in the BIOS. Otherwise, try this for xorg.conf. Do not add this to an existing file, this is the *entire* file: Section "Device" Identifier "Card0" Driver "radeon" EndSection