---------- Forwarded message ----------
From: Sudev Barar <[EMAIL PROTECTED]>
Date: 08-Mar-2007 10:40
Subject: Re: [Ltsp-discuss] Openoffice presentation fullscreen crashes
To: Frank Cox <[EMAIL PROTECTED]>


On 08/03/07, Frank Cox <[EMAIL PROTECTED]> wrote:
> > Which version of OO?
>
> 2.0.4
>
> It's the one that comes with Fedora Core 6.

I do not think this is an issue but latest greatest OO is 2.1(?)

> I don't know what the terminal has for video ram, but it apparently has 32 mb
> of ram in total.  It's  a Neoware Capio 616.  I have no idea what it has for a
> video chipset or anything else like that.  Is there a way to ask the server to
> report what's connected and what drivers it is using?

32mb is low and without swap is likely to create problems even when
browsing, especially flash sites.

> First, I added these two lines to lts.conf:
>
>         USE_NFS_SWAP = Y
>         SWAPFILE_SIZE = 64m

The syntax here depends on version of LTSP in use. Newer versions need
something like nbd swap...rather than nfs swap

[SNIP]
> When I set the resolution to 640x480, my desktop disappears and the slide show
> actually starts running just like it is supposed to, but on the second slide 
> it
> stalls and sits until I reboot the terminal.  The slides I was using to test
> were very simple -- just a single word on each one.
>
> I believe that we're on the right track here, as the behaviour changes and
> appears to improve with each reduction in resolution; at least the activity
> gets further before it locks up.


So add the resolutions in your /etc/X11/xorg.conf file. Basically add
Screen section should look like:

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "SyncMaster"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

With this in place you can use key combination of "ctrl"+"alt"+"+" to
toggle between various resolutions.You can also reduce default color
depth to 16  to save on vid-ram.

HTH
--
Regards,
Sudev Barar


-- 
Regards,
Sudev Barar

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to