[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1453] unable to use custom xorg.conf in lts.conf



http://bugs.skolelinux.org/show_bug.cgi?id=1453





--- Comment #1 from Snorre Jensen <snorre@jens1.no>  2010-05-12 12:09:00 ---
edited /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common
and replaced configure_x section with this:

configure_x() {
    if boolean_is_true "$CONFIGURE_X" ; then
        ${CONFIGURE_X_COMMAND:-/usr/share/ltsp/configure-x.sh}
    else
        if [ -n "${X_CONF}" ] && [ -f "${X_CONF}" ]; then
            echo "Using customized xorg.conf"
            cp -v "${X_CONF}" /etc/X11/xorg.conf
        fi
    fi
}

and now its working as expected :)
I don't know if it is the "right" way to fix this, but its working


-- 
Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


Reply to: