[16:46] Hi gang, on this page http://www.edubuntu.org/GettingStarted I see the line "Besides the standard software available on the Edubuntu CD, you will also find a world of software in the Edubuntu Universe, an on-line repository containing more than 10GB of community contributed software." But I don't see a link to it anywhere. Can somebody point me in the right direction? [16:50] click on add/remove software in your menu :) [16:50] But surely that doesn't include all of the "10G of community contributed software", does it? [16:53] look at the top, you have a pulldown menu there .... beyond that you can use System->administration->Synaptic package manager to get the rest that not registered in add/remove [17:16] ogra: Thanks, I'll check that out...sounds like Synaptic goes out on the web and finds additional software for me [17:17] add/remove does as well [17:18] they are both similar apps but add/remove only shows everything that has a menu entry === nubae1 is now known as Nubae [22:38] I am looking for information on how LDM is configured [22:40] through lts.conf [22:43] Where is the documentaion located? [22:43] for lts.conf [22:45] in /opt/ltsp/i386/usr/share/doc/ltsp-client-core/examples [22:51] what does SCREEN_01=ldm do in conjunction with SCREEN_02=shell? [22:52] SCREEN_01 is always ignored, its used by upstart as console [22:52] SCREEN_02=shell and SCREEN_07=ldm would be better [22:53] that means there is an open login shell on tty2 and ldm on tty7 running [22:53] (thats ltsp config, not ldm specific) [22:53] Is SCREEN_07 set that way as default? [22:54] SCREEN_XX isnt set by default, but ldm usually runs on tty7, yes [22:54] How do I know if LDM is running? [22:54] the SCREEN variables are used to override these defaults [22:54] if ldm is running you have a graphical login screen [22:54] How do i determine the Screen that loads as default? [22:54] thats all ldm does [22:55] so that SCREEN_07=ldm is the first screen the user sees [22:55] ldm start on tty7 be default, thats how its implemented [22:55] ok [22:55] right, ldm on tty7 [23:01] great that is what I wanted to see. Now the thin client boots to an LDM screen on tty7 and by using Ctrl+Alt+F2 I can get a LTSP login to check/troubleshoot local stuff. Alos the PS -ale command verifies LDM is working. [23:03] good [23:03] So why Can't I change the Screensaver in Ubuntu + LTSP 5? When I attempt it the Thin Client logs out the user and returns to a login screen [23:04] sounds like a bug [23:04] Also I cannot change the Screen Effects [23:05] thats a matter of the grphics card ... usual thin clients dont have the HW to support 3D effects [23:05] in System --> Preferences --> Appearence --> Visual effects [23:05] hmmm How do i find out [23:07] Do these effects then run on the thin client HW instead of the Server HW [23:07] indeed [23:07] they make use of the GL engine of your graphics card [23:07] How do I know if something ( OpenOffice, LDM) is running on the Thin Client or the Server? [23:08] so the card needs to be set up to support 3D (out of the box only intel cards do that, since intel is the only company providing free 3D capable drivers) [23:08] all apps run on the server [23:08] only ldm runs on the client [23:09] So the visual effects because they run through LDM are ran on the client? [23:09] they run through X [23:09] which is on the client [23:10] right, the driver that drives the hardware sits on the client [23:10] it gets the drawing commands via network from the server [23:11] but to actually draw stuff the driver is used to drive the hardware [23:11] so that part runs locally on the client ... while the app generating the commands runs on the server [23:13] Ok. So in my old server- thin client setup. I was running RH EL4 on the server. It used XDMCP to communicate between Thin Client and Server. the Thin clients booted into NeoLinux (Neoware's distro) and used GDM on the server to implement XDMCP. I am pretty sure I was able to run like Open GL Screensavers and such on the Thin clients [23:13] well, the crasher is surely a bug [23:13] the effects require a card and driver that supports the composite extension [23:13] Where does LTSP generate logs [23:14] for X it uses /var/log/Xorg.6.log [23:14] and for ldm the ldm.log in the same folder [23:14] beyond that it forwards to the servers syslog [23:14] on the server or client [23:15] the first two on the client, the latter on the server [23:50] so to enable effects I need to find out if my card supports the composite extension and I need a driver that allows this to work. If i was able to successfully determine both then where would I change the driver that loads. I am assuming it would be in the image area for LTSP but is this located in the chroot environment somewhere? under /opt/ltsp/i386/?????