From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 19:45:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 360AD106566B for ; Fri, 13 Feb 2009 19:45:27 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0B8B98FC16 for ; Fri, 13 Feb 2009 19:45:26 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [31.33.7.200] ([69.70.93.206]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KF000A1KS75YR80@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Fri, 13 Feb 2009 14:45:05 -0500 (EST) Message-id: <4995CDC4.3070703@optiksecurite.com> Date: Fri, 13 Feb 2009 14:45:08 -0500 From: =?ISO-8859-1?Q?Francis_Dub=E9?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) To: Polytropon References: <4995B261.40307@optiksecurite.com> <20090213195826.e40170ec.freebsd@edvax.de> In-reply-to: <20090213195826.e40170ec.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org Subject: Re: Xorg - Resolution issues 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: Fri, 13 Feb 2009 19:45:27 -0000 Polytropon a écrit : > Maybe you can try > > Option "PreferredMode" "1366x768" > > in section Monitor? > > If it doesn't work, there's always an option to use xrandr via > ~/.xinitrc: > > xrandr --size 1366x768 & > xrandr --fb 1366x768 & > > I have a similar issue with the "ati" driver, using an ATI Radeon 9200 > (RV250) which I need to force to 1400x1050 (worked with old XFree86 > and the setting in the config file, as you mentioned it). The > autodetection of the screen (21" CRT) leads to stupid values that > are completely unusable. > > xrandr in my ~/.xinitrc solved my problem ! Thanks a lot ! Francis