Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
This topic describes how I installed the X Server for my thinclient.
If you want to use this solution you need the following howto(s) finished:
chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge x11-base/xorg-x11' chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge mate-base/mate' chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge mate-base/mate-control-center' chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge mate-extra/caja-extensions' chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge ate-extra/mate-media' chroot /gtc/test /bin/bash -c 'env-update &>/dev/null && source /etc/profile && emerge mate-extra/mate-sensors-applet'
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /gtc/test/etc/env.d/90xsession
Changed on 01.09.10Sets the default display manager which starts when you use startx for starting the X-Server. Possible Values can be found with:
ls /etc/X11/Sessions/
XSESSION="MATE"
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /gtc/test/etc/lightdm/lightdm.conf
Changed on 01.09.10LightDM-Settings
user-session=mate greeter-hide-users=false greeter-show-manual-login=true allow-guest=false xserver-command=X -core -dpi 96
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /gtc/test/etc/lightdm/lightdm-gtk-greeter.conf
Changed on 01.09.10LightDM-Settings
disable_user_list=false
File permissions:
Owner: root
Group: root
Permissions: -rwxr-xr-x
Click here for a download of the complete file: /gtc/test/etc/thinclient/scripts/gtc-compiz
Changed on 01.09.10Startscript for Compiz-Fusion 3D-Desktop
#!/bin/bash LIBGL_ALWAYS_INDIRECT=true compiz --replace --ignore-desktop-hints ccp & emerald --replace
File permissions:
Owner: root
Group: root
Permissions: -rwxr-xr-x
Click here for a download of the complete file: /gtc/test/etc/thinclient/scripts/gtc-xconfig
Changed on 07.10.09A script for starting Xorg and setting XkbLayout
#!/bin/bash . /etc/thinclient/thinclient.conf if [ -f "/etc/thinclient/thinclient.conf.local" ] then . /etc/thinclient/thinclient.conf.local fi if [ -f "/etc/thinclient/profiles/`hostname`/thinclient.conf" ] then . /etc/thinclient/profiles/`hostname`/thinclient.conf fi if [ -z $LOC_XKBLANG ] then LOC_XKBLANG="us" else echo " Section \"InputClass\" Identifier \"Keyboard Defaults\" MatchIsKeyboard \"yes\" Option \"XkbLayout\" \"$LOC_XKBLANG\" EndSection " > /etc/X11/xorg.conf fi /etc/init.d/display-manager restart
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.