[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Screen Size



On 15-May-2000 Jay Kelly wrote:
> Ok Guys,
> I got X Finally working mouse and all. But and you knew there had to be a
> butt. How can I change the screen size without going back into XF86Config. I
> am looking at 640x480 and would like 800x600. Will this be possible to
> change without going into XF86Config?
> 

no, sorry.  It loads the first resolution listed for the bit depth you run so:

SubSection "Display"
      Depth        16
      Modes        "1280x1024"
      ViewPort     0 0

means load size at 1280x1024 when at bit depth 16.  Yours probably looks like

SubSection "Display"
      Depth        16
      Modes        "640x480" "800x600" "1024x768"
      ViewPort     0 0

so, place the mode you want defaul first:

Modes "800x600" "640x480" "1024x768"



Reply to: