From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 14:20:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5783D16A420 for ; Thu, 2 Feb 2006 14:20:59 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EC7243D48 for ; Thu, 2 Feb 2006 14:20:58 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 55111 invoked from network); 2 Feb 2006 14:20:57 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 2 Feb 2006 14:20:57 -0000 X-pair-Authenticated: 200.115.244.230 Date: Thu, 2 Feb 2006 11:20:52 -0300 From: Alejandro Pulver To: Dinesh Nair Message-ID: <20060202112052.12f9e63b@phobos.mars.bsd> In-Reply-To: <43E1D17A.5000300@alphaque.com> References: <43C03ED4.1070404@messias.qhigh.com> <20060110055157.GC15566@andvari.ath.cx> <20060110102324.sfh5jbzzreskwc8w@imp4.free.fr> <43C0DB6E.4060801@messias.qhigh.com> <20060110093454.GA16603@andvari.ath.cx> <43C3A0D1.4000707@messias.qhigh.com> <20060119111142.6dc1140e@phobos.mars.bsd> <43E1D17A.5000300@alphaque.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 02 Feb 2006 14:44:58 +0000 Cc: ller , ?=, freebsd-questions@freebsd.org, Martin=?ISO-8859-1?Q?M=F6@FreeBSD.ORG, User Gandalf Subject: Re: Xorg - how to disable some video modes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 14:20:59 -0000 On Thu, 02 Feb 2006 17:31:38 +0800 Dinesh Nair wrote: > > On 01/19/06 22:11 Alejandro Pulver said the following: > > Then X will start in the higher resolution it can find in "Modes", > > to solve this you can put in .xinitrc the following command (which > > will change the resolution after X starts): > > > > xrandr -s 1024x768 > > % xrandr > Xlib: extension "RANDR" missing on display ":0.0". > > however, /var/log/Xorg.0.log says, > > [..snipped..] > (WW) RADEON(0): Direct rendering not yet supported on Radeon 9500 and > newer cards > (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191) > (II) RADEON(0): Reserved area from (0,1050) to (1408,1052) > (II) RADEON(0): Largest offscreen area available: 1408 x 7139 > (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 > and newer. (II) RADEON(0): Render acceleration disabled > (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > 8x8 mono pattern filled rectangles > Indirect CPU to Screen color expansion > Solid Lines > Scanline Image Writes > Offscreen Pixmaps > Setting up tile and stipple cache: > 32 128x128 slots > 32 256x256 slots > 16 512x512 slots > (II) RADEON(0): Acceleration enabled > (==) RADEON(0): Backing store disabled > (==) RADEON(0): Silken mouse enabled > (II) RADEON(0): Using hardware cursor (scanline 1052) > (II) RADEON(0): Largest offscreen area available: 1408 x 7136 > (**) Option "dpms" > (**) RADEON(0): DPMS enabled > (II) RADEON(0): Direct rendering disabled > (==) RandR enabled > [..snipped..] > Hello, It says the extension is enabled, but it seems it hasn't been initialized / loaded. My output has a line (not directly) after it indicating that the extension is initialized. [...] (==) RandR enabled [...] (II) Initializing built-in extension RANDR Could you please check if you have it too? Best Regards, Ale