On September 8, 2003 12:21 am, Chris wrote:
> how do i change the screen resolution?

that option is in your X config (/etc/X11/XF86Config).  near the bottom in 
your file, you should something like this:

Section "Screen"

        Identifier  "Screen0"
        Device      "Radeon"
        Monitor     "Monitor0"
        DefaultDepth 24

        Subsection "Display"
          Depth       24
          Modes       "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
          ViewPort    0 0
        EndSubsection

EndSection


the line "Modes" will have all the available resolutions for X, the first 
being the default.  if at any time, you want to switch between them, ctrl, 
alt, +/- will toggle between them.

good luck ;-)

-- 
no man is an island, entire of itself.  every man is a piece of the continent, 
a part of the main.  if a clod be washed away by the sea, europe is the less, 
as well as if a promontory were, as well as if a manor of thy friend's or of 
thine own were.  any man's death diminishes me, because i am involved in 
mankind.  and therefore never send to know for whom the bell tolls... it 
tolls for thee.
        - john donne


--
[EMAIL PROTECTED] mailing list

Reply via email to