From owner-freebsd-questions@FreeBSD.ORG Sun May 29 02:15:49 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 9E1DC1065693 for ; Sun, 29 May 2011 02:15:49 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 258668FC17 for ; Sun, 29 May 2011 02:15:48 +0000 (UTC) Received: by bwz12 with SMTP id 12so3141202bwz.13 for ; Sat, 28 May 2011 19:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5IAU0NOsQzvm2XN4lXb15oW1E4Xn632PF+LoiRixBUE=; b=VszztSB9e5gBQwfDRcPXNCiXbwTJ5+UqWHD4a8Un0MAe2VCw9oD5QTGMHU2r13CPDY GaeoUKTv4Y4ZaLBbAyj9XLoTf87udYRfDYJZNpRNlOEGpE65sBeNdOBZ8ldBWsGiKQgM km0C8Hrwhq7/ntwHa8pBCvE+dTl7DsUFR5X+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=anC/JGJ9yde3AS6NVkJGYuCuSAdXD2tJMk5hJ+TFfSyxG3q9u1ik4fvrkN1gIx08/j p64lvlLOe6tmgBezEe3ADcH18FvtNCj4vBYQj/HUs2cPtWE4QT3omBoITGGK9MO3aqp8 HhtrAKyjtMqP8UOxmDzcSJaHgn4riA1qLSfPQ= MIME-Version: 1.0 Received: by 10.204.7.156 with SMTP id d28mr3141867bkd.28.1306635347953; Sat, 28 May 2011 19:15:47 -0700 (PDT) Received: by 10.204.176.82 with HTTP; Sat, 28 May 2011 19:15:47 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 May 2011 21:15:47 -0500 Message-ID: From: Antonio Olivares To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: Out of Range ..., troubleshoot xorg 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: Sun, 29 May 2011 02:15:49 -0000 On Sat, May 28, 2011 at 9:06 PM, Antonio Olivares wrote: > On Sat, May 28, 2011 at 8:50 PM, Warren Block wrote: >> On Sun, 29 May 2011, Antonio Olivares wrote: >> >>> bash-4.1# xrandr -q >>> Screen 0: minimum 320 x 200, current 1360 x 768, maximum 4096 x 4096 >>> VGA-1 connected 1360x768+0+0 (normal left inverted right x axis y >>> axis) 930mm x 523mm >>> =A01360x768 =A0 =A0 =A0 60.0*+ =A0 59.8 >>> =A01024x768 =A0 =A0 =A0 60.0 >>> =A0800x600 =A0 =A0 =A0 =A060.3 >>> =A0640x480 =A0 =A0 =A0 =A060.0 >>> >>> >>> I am looking to try a magical command sort of like >>> xrandr 1360x768 ..... >> >> xrandr --output VGA-1 --mode 1360x768 >> >> But that's what it's already using, indicated by the *. =A0Check the men= us of >> the TV for an overscan setting, or computer/tv or AV/PC mode. >> > > Warren, > > That output above was with a linux live cd :(, > I managed to get X working, but the display is HUGE :( > > [olivares@tricorehome /usr/home/olivares]$ xrandr -q > xrandr: Failed to get size of gamma for output default > Screen 0: minimum 320 x 240, current 1360 x 768, maximum 1360 x 768 > default connected 1360x768+0+0 0mm x 0mm > =A0 1360x768 =A0 =A0 =A0 60.0* > =A0 1024x768 =A0 =A0 =A0 60.0 > =A0 800x600 =A0 =A0 =A0 =A060.0 =A0 =A0 72.0 > =A0 640x480 =A0 =A0 =A0 =A060.0 > =A0 512x384 =A0 =A0 =A0 =A060.0 > =A0 400x300 =A0 =A0 =A0 =A072.0 =A0 =A0 60.0 > =A0 320x240 =A0 =A0 =A0 =A060.0 > [olivares@tricorehome /usr/home/olivares]$ > > I press CTRL + ALT + (PLUS/MINUS KEYS) on numerical keypad part of keyboa= rd. > > [olivares@tricorehome /usr/home/olivares]$ uname -a > FreeBSD tricorehome 8.2-RELEASE-p0 FreeBSD 8.2-RELEASE-p0 #0: Sat Apr > 2 15:06:58 UTC 2011 > root@hybrid.freebsdgr.org:/usr/obj/usr/src/sys/GENERIC =A0amd64 > [olivares@tricorehome /usr/home/olivares]$ > > I have tried messing with the TV menu settings, but that is not > getting me anywhere. > > Thank you for your help. =A0I am closer, but not there yet. > > Regards, > > Antonio > I have output /var/log/Xorg.0.log in http://pastebin.com/UcJmZzyn To see how I can get this working better. Thank you in advance, Antonio