On Mon, Jul 16, 2001 at 12:30:03PM +1000, Bek Oberin wrote: [snip] > # ********************************************************************** > # Screen sections > # ********************************************************************** > > # Any number of screen sections may be present. Each describes > # the configuration of a single screen. A single specific screen section > # may be specified from the X server command line with the "-screen" > # option. > Section "Screen" > Identifier "Screen 1" > Device "Matrox Millennium 4MB" > Monitor "My Monitor" > DefaultDepth 24 > > Subsection "Display" > Depth 8 > Modes "640x480" "800x600" "1024x768" "1280x1024" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "640x480" "800x600" "1024x768" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "800x600" "640x480" > ViewPort 0 0 > Virtual 800 600 > EndSubsection > EndSection
This section says, "make 24 bpp default, use modes 800x600 and 640x480 and make virtual the *same* size as the default mode 800x600". Therefore at 24bpp your virtual and default view modes should be the same size. If you Ctrl-Alt-Numpad_Minus -- do you get a change of screen resolution to 640x480 and a scrollable virtual screen? -- Eric G. Miller <egm2@jps.net>