On Fri, Nov 01, 2002 at 03:58:07PM +0100, lars lindgren wrote:
>Altså att man har ett enda stort workarea som man kan scrolla i!

Det kan du sätta i /etc/X11/XF86Config eller /etc/X11/XF86Config-4.

Example:
<skip>
Section "Screen"
        Identifier  "Screen 1"
        Device      "NVIDIA GeForce"
        #    Option      "NvAgp" "0"
        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" "1280x1024"
               ViewPort    0 0
        EndSubsection
        Subsection "Display"
               Depth       24
               Modes "1024x768" "800x600" "640x480"
               Virtual 1600 1200
        #      ^^        Virtual desktop set to 1600x1200
               ViewPort    0 0
        EndSubsection
EndSection

Till