[sorry, clicked "send" instead of "get mail"]

XF4 has software GLX available if you request it in the config.
file: /usr/X11R6/lib/modules/extensions/libglx.a
cfg: Load "glx"

XF3 can accept the utah-glx project. This provides software GLX
and also has hardware acceleration available for some chipsets.
http://utah-glx.sourceforge.net/
If you fetch the project's source code, you can compile a software only
version of the GLX driver (which is basically X-server side Mesa) and serve that out to all your clients. That should solve your problem.

I have a wide mix of hardware, so I have a second version next to that.
This has all the hardware acceleration support compiled into the driver
and is thus much much bigger, slower to download and slower to start up.
The X script uses the first one unless the LTSP config file indicates
that this terminal might have hardware accelerated 3D available.

Remember: You need to modify the script that writes the X config file so that it only lists the GLX support if the client that is running the script has successfully managed to get swap running (check swapon -s).
Otherwise, you'll get random display crashes (when Mesa needs memory).

From: Joseph <[EMAIL PROTECTED]>
> I have some software that complains when there is no glx support,
> and I thought maybe I could get that message to go away :)

On Wed, 2003-01-22 at 13:09, Alex Perry wrote:
> As I've mentioned before, I find it handy to put GLX on all the
> terminals, whether they have hardware 3D or not [...] People
> used to do Mesa on 486 machines, so GLX is still _usable_ on one.




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_____________________________________________________________________
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