From owner-freebsd-questions@FreeBSD.ORG Fri Mar 30 00:55:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90B8F16A403 for ; Fri, 30 Mar 2007 00:55:59 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 5441113C4AE for ; Fri, 30 Mar 2007 00:55:59 +0000 (UTC) (envelope-from antonmaster@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so338141ana for ; Thu, 29 Mar 2007 17:55:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=BeYPBydIdl6bohg12m/cKOX9rpBGSZNzx/g9FvZet2dPSze9h0z8R+E/f1+MiNFFboyyC23yxmmp6eHF5IeUumoo8TJjl/B0dZ/C2/Xo7lnImGy7FuwglWBIM6yLWhHxZEr5BeE78mybAmsL9mWUbhESy3LqEtIusy/Oo4Z9FP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uiz9csXueRsSP1N8FNbngm5w+IhW6qFz23ZQI3Iswk9NmlCJaRgoHYZFoZGEw0B7wItxKDb+jqo0tA8hYJLIC9Yedp9lO5K137KA8+z5UWudWJ2dMKqSU5jf4bJ4cSnye91k6CkI3alfHnSu9tOQ9i/pThue/ecY/rMcEqGU4C0= Received: by 10.100.125.5 with SMTP id x5mr950434anc.1175216158852; Thu, 29 Mar 2007 17:55:58 -0700 (PDT) Received: by 10.100.191.15 with HTTP; Thu, 29 Mar 2007 17:55:58 -0700 (PDT) Message-ID: <1455a3d90703291755m14fb95d6i752399374a9e606f@mail.gmail.com> Date: Thu, 29 Mar 2007 21:55:58 -0300 From: freenity To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: change xorg video resolution 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, 30 Mar 2007 00:55:59 -0000 Hello. I have a strange problem with my xorg configuration. It only runs at 1024x768, but I want to change it to 1280x1024. This is the screen section from my /etc/X11/xorg.conf Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection EndSection But it steal running at 1024x768. Thanks fro any ideas.