KDE on YDL 2.3

Alban Fellows yellowdog-general@lists.terrasoftsolutions.com
Mon Aug 19 23:55:01 2002


On Tuesday 20 August 2002 12:14, Angela Kahealani wrote:
> How do I get KDE on YDL 2.3 to match desktop size to screensize?
> I've tried a variety of screensizes, up to 1024x768 but the way
> KDE gets installed by TerraSoftSolutions' installer it always
> asserts a virtual desktop size larger than the monitor size, so
> that I have to scroll around to see the whole desktop. I'm sure
> this is just some config line in an ASCII config file, but which?

/etc/X11/XF86Config-4 or /etc/X11/XF86Config
In section Screen, Subsection "Display"

It should look a bit like the following

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

The ViewPort defines the desktop area
if it is 0 0 it uses the largest (valid ?) mode from the Modes line

Pick the size you want and set Viewport to that, and remove any sizes bigger 
than that from the mode line

Alban