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

Re: prob with XF86Configure



Hopefully I understand your problem correctly.  If I don't please let me
know.

The Modelines just specify parameters for various video modes, they don't
pick what mode you actually use.  The "Modes" line in the "Screen" section
is what you want, e.g.,

Section "Screen"
   Driver          "Accel"
   Device          "ATI Xpert@Play"
   Monitor         "Sony 200sf"
   BlankTime       0
   SuspendTime     15
   OffTime         30
   SubSection "Display"
      Depth        8
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400"
   EndSubSection
EndSection

The number of bits per pixel (depth) is specified by xdm or the startx
command; after that, the X server starts in the first resolution it can
find a working modeline for according to the order in your "Modes" line.
Thus my screen resolution in any color depths is 1280x1024, and
CTRL-ALT-KEYPAD+ moves forward to 1152x864.

-- 
G. Branden Robinson                 |  I am sorry, but what you have mistaken
Purdue University                   |  for malicious intent is nothing more
branden@purdue.edu                  |  than sheer incompetence!
http://www.ecn.purdue.edu/~branden/ |  -- J. L. Rizzo II


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: