From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 22:41:20 2011 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 19FB31065670 for ; Fri, 25 Feb 2011 22:41:20 +0000 (UTC) (envelope-from mailing@alokat.org) Received: from smtp.alokat.org (smtp.alokat.org [46.4.186.11]) by mx1.freebsd.org (Postfix) with ESMTP id D1C0A8FC19 for ; Fri, 25 Feb 2011 22:41:19 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id F35DA11250068 for ; Fri, 25 Feb 2011 23:41:18 +0100 (CET) Received: from [192.168.24.23] (188-192-38-254-dynip.superkabel.de [188.192.38.254]) by smtp.alokat.org (Postfix) with ESMTPSA id D356B11250066 for ; Fri, 25 Feb 2011 23:41:13 +0100 (CET) Message-ID: <4D683001.8020102@alokat.org> Date: Fri, 25 Feb 2011 23:41:05 +0100 From: Alokat User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110221 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D682300.4090007@alokat.org> In-Reply-To: <4D682300.4090007@alokat.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP Subject: Re: display resolution on my thinkpad t61 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, 25 Feb 2011 22:41:20 -0000 On 02/25/11 22:45, Alokat wrote: > Hi, > > I'm trying to modify my screen resolutions (use an external and the > internal monitor). > > xrandr -q says: > > Screen 0: minimum 320 x 200, current 1440 x 960, maximum 2720 x 1024 > VGA connected 1440x900+0+0 (normal left inverted right x axis y axis) > 408mm x 255mm > 1440x900 59.9*+ 75.0 > 1280x1024 75.0 60.0 > 1280x960 60.0 > 1152x864 75.0 > 1024x768 75.0 70.1 66.0 60.0 > 832x624 74.6 > 800x600 72.2 75.0 60.3 56.2 > 640x480 75.0 72.8 66.7 66.0 59.9 > 720x400 70.1 > LVDS connected 1280x960+0+0 (normal left inverted right x axis y axis) > 331mm x 207mm > 1280x1024 85.0 75.0 60.0 > 1280x960 85.0* 60.0 > 1152x864 75.0 > 1024x768 85.0 75.0 70.1 60.0 > 832x624 74.6 > 800x600 85.1 72.2 75.0 60.3 56.2 > 640x480 85.0 72.8 75.0 59.9 > 720x400 85.0 > 640x400 85.1 > 640x350 85.1 > TMDS-1 disconnected (normal left inverted right x axis y axis) > > 1440x900 is enough for the external but the internal can / should use > 1680x1050. > How can I add this to xrandr? > > Regards, > alokat > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I got it ... Just started without the external monitor and after that use this command: xrandr --output LVDS --primary --output VGA --auto --left-of LVDS Now the internal monitor is the primary .. contains the Fluxbox menu and the external is the secondary. Just for showing some stuff ... Regards, alokat