[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

wiki-admin at x2go.org wiki-admin at x2go.org
Mon Jan 2 16:57:22 CET 2017


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/01/02 15:57
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address  : 78.43.90.159
Hostname    : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1483372041
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: 
User        : stefanbaur

@@ -300,8 +300,29 @@
      * create a symlink with the name ''01-AA-BB-CC-DD-EE-FF'' (note the extra "01-" at the beginning) pointing to x2go-tce-whatever-name-you-chose.
      * After that, your ThinClient should boot the X2Go-TCE image.
      * Note that it is possible to use partial matching, so a symlink starting with "01-AA-BB-CC" would match all ThinClients with a MAC address starting with "AA-BB-CC" and so on.
      * For further matching options (IP-based, for example), please consult the pxeboot documentation. In short, it
should be possible (i.e. untested by us), but it a) requires you to assign static DHCP IPs and b) you need to translate the IP to its hexadecimal value and use that value as the symlink name, so e.g. 192.168.0.1 becomes C0A80001 -> x2go-tce.
+ 
+ ===== Troubleshooting a booted X2Go-TCE image ===== 
+ 
+ ==== You can see the X2Go login screen, but the screen size (resolution) is wrong ====
+ Determine the correct resolution for your screen and set boot parameter ''xorg-resolution=HRESxVRES'' accordingly, e.g. to ''xorg-resolution=1280x1024''
+ 
+ 
+ ==== You can see a text login screen with grey/white, green, and possibly red letters against a black background, or the screen is entirely black ====
+ 
+ If the screen is entirely black, try pressing [Ctrl]+[Alt]+[F1] and see if that takes you to the text login screen.
+ 
+ If so, this means the X Server's autodetection failed.  There's not much you can do from inside X2Go-TCE at this point.  Shut down the ThinClient and try to boot a
different Linux distribution on it.  Try, for example, KNOPPIX Live Linux, other Distribution's Live Images (a recent Fedora or Arch, maybe?).
+ 
+ If you can get X running in one of these, proceed as follows:
+ 
+ In the running Linux where you have a working X Server on that particular hardware:
+   * change to a command shell
+   * try to run ''<nowiki>Xorg :$(($(ps -C Xorg -o args= | awk ' $2 ~ /^:[0-9]/ { print $2 }' | tr -d ':' | sort -n)+1)) -configure</nowiki>''
+   * if that fails, stop the currently running X server, then run ''Xorg -configure''
+   * this should output ~/xorg.conf.new, which could then be saved somewhere else (LAN share, USB stick, ...).
+ 
  
  ===== Support Tools available in X2Go-TCE =====
  
  ==== Remote Access to the ThinClient's local display (before any connection is made) ==== 
@@ -419,17 +440,8 @@
        filename = concat( "http://DNS-name-of-your-server-here/", hwmac );
     }
  </code>
  
- FIXME This page is missing a section/subpage that
explains how to retrieve an xorg.conf from a different system.
- 
- Things to try: KNOPPIX Live Linux, other Distribution's Live Images (a recent Fedora or Arch, maybe?)
- 
- Basically, in the running Linux where you have a working X Server on that particular hardware:
-   * change to a command shell
-   * try to run ''<nowiki>Xorg :$(($(ps -C Xorg -o args= | awk ' $2 ~ /^:[0-9]/ { print $2 }' | tr -d ':' | sort -n)+1)) -configure</nowiki>''
-   * if that fails, stop the currently running X server, then run ''Xorg -configure''
-   * this should output ~/xorg.conf.new, which could then be saved somewhere else (LAN share, USB stick, ...).
  
  FIXME This page is missing a section/subpage that explains how to create images for USB/CD.
  
  Basically, proceed as shown for netboot above, but set LBX2GO_IMAGETYPE to iso or iso-hybrid (recommended).


-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list