Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2007 21:55:58 -0300
From:      freenity <antonmaster@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   change xorg video resolution
Message-ID:  <1455a3d90703291755m14fb95d6i752399374a9e606f@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1455a3d90703291755m14fb95d6i752399374a9e606f>