User Tools

Site Tools


doc:howto:tce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:howto:tce [2019/09/18 19:36]
stefanbaur [Configuring the Build] removed superfluous # sign, probably vim or wiki autocomplete going crazy
doc:howto:tce [2020/06/23 10:56]
stefanbaur fastpo has been added quite a while ago
Line 138: Line 138:
  
 # This is part of our experimental ARM support # This is part of our experimental ARM support
-if echo "$LB_X2GO_ARCH" | grep -q 'arm'; then+if echo "$LBX2GO_ARCH" | grep -q 'arm'; then
     export LBX2GO_DEFAULTS+=" --bootstrap-qemu-arch arm64 \     export LBX2GO_DEFAULTS+=" --bootstrap-qemu-arch arm64 \
                               --bootstrap-qemu-static /usr/bin/qemu-arm-static"                               --bootstrap-qemu-static /usr/bin/qemu-arm-static"
Line 291: Line 291:
     # It makes some necessary changes, and also tries to speed up squashfs creation.     # It makes some necessary changes, and also tries to speed up squashfs creation.
     if (uname -r | grep -q 'i.86' || uname -r | grep -q 'amd64') && \     if (uname -r | grep -q 'i.86' || uname -r | grep -q 'amd64') && \
-       echo "$LB_X2GO_ARCH" | grep -q 'arm'; then+       echo "$LBX2GO_ARCH" | grep -q 'arm'; then
  
         # This command removes all references to fuseext and x2gothinclient from the         # This command removes all references to fuseext and x2gothinclient from the
Line 1155: Line 1155:
 FIXME Scripts triggered by if-up should check if a new download is really necessary. FIXME Scripts triggered by if-up should check if a new download is really necessary.
  
-FIXME Feature request: In TCE (not MMD), use <code>+===== List of closed ToDos/FIXMEs for this page =====  
 +  * Feature request: In TCE (not MMD), use <code>
 while ! (grep "^/dev/" /etc/mtab | grep -q rw ) ; do # rw-mounted physical devices detected while ! (grep "^/dev/" /etc/mtab | grep -q rw ) ; do # rw-mounted physical devices detected
  echo s >/proc/sysrq-trigger # sync all  echo s >/proc/sysrq-trigger # sync all
Line 1162: Line 1163:
 echo o >/proc/sysrq-trigger # force fast shutdown/poweroff echo o >/proc/sysrq-trigger # force fast shutdown/poweroff
 </code> for faster poweroff when boot parameter ''fastpo'' is set </code> for faster poweroff when boot parameter ''fastpo'' is set
-===== List of closed ToDos/FIXMEs for this page ===== +
   * ''audioout='', ''blank='', ''*blankdpmsfix'', ''nodpms'', ''xinerama='', are currently unsupported in MiniDesktop-Mode, but this is being worked on, by outsourcing them into scripts under ''/etc/X11/Xsession.d/'' (currently, they reside in ''/lib/live/config/2900-x2go-thinclientconfig'' - which doesn't exist in the MiniDesktop branches - and from there, they get written to ''~/.xsession'' - fixed in github repo, soon in x2go repo   * ''audioout='', ''blank='', ''*blankdpmsfix'', ''nodpms'', ''xinerama='', are currently unsupported in MiniDesktop-Mode, but this is being worked on, by outsourcing them into scripts under ''/etc/X11/Xsession.d/'' (currently, they reside in ''/lib/live/config/2900-x2go-thinclientconfig'' - which doesn't exist in the MiniDesktop branches - and from there, they get written to ''~/.xsession'' - fixed in github repo, soon in x2go repo
   * It would be nice to have a boot parameter ''xroot=[0xaabbcc|URI1[|URI2|...]]'' for the desktop background image/color, and a boot parameter ''xrootmode=center|fill|scale|tile'' to determine how the image(s) should be positioned (if the parameter has been set, but something is wrong, it should default to the "grey mesh" background) - fixed in github repo, soon in x2go repo   * It would be nice to have a boot parameter ''xroot=[0xaabbcc|URI1[|URI2|...]]'' for the desktop background image/color, and a boot parameter ''xrootmode=center|fill|scale|tile'' to determine how the image(s) should be positioned (if the parameter has been set, but something is wrong, it should default to the "grey mesh" background) - fixed in github repo, soon in x2go repo
doc/howto/tce.txt · Last modified: 2024/01/26 19:49 by stefanbaur