On Tue, 2009-09-29 at 19:56 -0600, David Burgess wrote: > On Tue, Sep 29, 2009 at 6:28 PM, Jim McQuillan <[email protected]> wrote: > > >> I'm trying to disable DRI in xorg.conf. According to the Ubuntu > >> manual, this is done in the Device section thus: > >> > >> Option "DRI" "boolean" > >> > > > > Are you replacing "boolean" with "true" or "false" ? > > > My intention is to replace it with "false", but I don't know where to > make the edit. Obviously on a standalone it would go in the device > section of /etc/X11/xorg.conf, but I can't put it straight into the > same file in the chroot because I don't want to apply that option (or > even the same video driver) to every client. > > I looked at > /opt/ltsp/i386/usr/share/ltsp/screen-session.d/XS85-xserver-device-options > and I don't fully understand it, but it appears to me that I can set > an option in lts.conf and/or perhaps create a file elsewhere, and > that's where I'm stuck. > > db > > db > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _____________________________________________________________________ > 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
I think you are looking for either: X_OPTION_01 = "\"DRI\" \"false\"" or X_DEVICE_OPTION_01 = "\"DRI\" \"false\"" depending on how old a version of LTSP you have. HTH, -Gadi -- -------------------------------------------------------- Gideon Romm | Proud LTSP Developer [email protected] Pay It Forward! Intel Atom 1.6GHz, 512MB RAM + Symbiont Boot Stick = $275 10% of order goes to school or open source project of your choice! Buy yourself a lab or office and use your donation to set up a school, pay for a desperately needed feature added to a software package, or sponsor part of LTSP's annual developer's conference LTSP-by-the-sea! Check out: http://www.symbio-technologies.com/payitforward ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _____________________________________________________________________ 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
