From owner-freebsd-multimedia@FreeBSD.ORG Sat May 10 13:46:44 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CD151065677 for ; Sat, 10 May 2008 13:46:44 +0000 (UTC) (envelope-from richard.bown@blueyonder.co.uk) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.freebsd.org (Postfix) with ESMTP id C70B98FC13 for ; Sat, 10 May 2008 13:46:43 +0000 (UTC) (envelope-from richard.bown@blueyonder.co.uk) Received: from [172.23.170.146] (helo=anti-virus03-09) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1JupPO-0007XW-U4 for freebsd-multimedia@freebsd.org; Sat, 10 May 2008 14:46:42 +0100 Received: from [77.98.118.245] (helo=gb7tf) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1JupPO-00037P-G3 for freebsd-multimedia@freebsd.org; Sat, 10 May 2008 14:46:42 +0100 Date: Sat, 10 May 2008 14:46:42 +0100 From: Richard Bown To: freebsd-multimedia@freebsd.org Message-ID: <20080510144642.1e8e9c6c@gb7tf> In-Reply-To: <20080510131932.GA5444@sarge.my.own.domain.no-net> References: <20080510131932.GA5444@sarge.my.own.domain.no-net> Organization: Ham Radio X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; x86_64-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD7/xorg/radeon: Section "Screen" totally ignored X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 13:46:44 -0000 Hi >I've got a problem while replacing NVidia GeForce4 with Radeon >9000Pro: it >seems, that xorg totally ignores either entire `Section "Screen"' >paragraph, or at least every single `SubSection "Display"' entry inside >that paragaraph. >As a result, I'm unable to have desired resolution at desired bpp, when starting X-server, it always chooses on its own. The second consequence is, that there's no possibility to switch resolutions using --<+ -> anymore. Below a copy of my xorg.conf. I'm using the same config under Linux (got dual-boot install) - with just slight differences (mouse, /dev/* etc. - you know; nothing screen-related) - without any problems. So, it must be a bug in FreeBSD's port of radeon driver, most probably. Does there exist any workaround? Or perhaps there's missing something FreeBSD specific? ========================================================================= I found exactly the same thing with a Nvidia card, the nv driver just ignored the screen section. and you could only use low res 16 bit and in my case 1024 x 768. See the earlier thread of "RE:Problems with V7" and replace Nvidia with .Radeon there seems no compatibility between xorg.conf created in linux and xorg.conf created in FreeBSD. You could try loading PC-BSD and seeing what that puts in xorg.conf. BUT beware of its loader, it will use the largest partition it can find. so don't leave the power connected to the HD that has linux. or anything else you want to keep. Easiest just to use a spare 2~3 GB HD. good luck Richard