Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

LTSP Nvidia thin client

# build client (copy of default amd64 image)
# backup amd64-nvidia
tar czf /opt/ltsp/amd64-nvidia.bkp.$(date -I).tar.gz /opt/ltsp/amd64-nvidia
cp /opt/ltsp/images/amd64-nvidia.img /opt/ltsp/images/amd64-nvidia.img.bkp.$(date -I)
# copy amd64 to amd64-nvidia
rm -r /opt/ltsp/amd64-nvidia/
cp -a /opt/ltsp/amd64/ /opt/ltsp/amd64-nvidia
# install nvidia driver
export LTSP_HANDLE_DAEMONS=false

ltsp-chroot -p -a amd64-nvidia

LANG=en_US.UTF-8
# apt-get update -y
# apt-get install -y linux-headers-generic
# apt-get install -y nvidia-173
# apt-get install -y nvidia-304
apt-get install -y nvidia-current-updates

exit

# update image

ltsp-update-image amd64-nvidia

### v2

# ION thin client
export LTSP_HANDLE_DAEMONS=false

chroot /opt/ltsp/i386/

mount -t proc proc /proc
# upgrade system
apt-get update
apt-get dist-upgrade -y
# view avaiable dirver

apt-cache search nvidia

# install nvidia driver
# sudo apt-get install -y nvidia-current-updates
# apt-get install -y nvidia-96  nvidia-96-updates nvidia-173 nvidia-173-updates nvidia-current nvidia-current-updates
# exit chroot
umount /proc

exit

ltsp-update-image --arch=i386

sudo ltsp-update-image -a i386-ion
sudo ltsp-update-kernels

### wget http://www.panticz.de/ion.xorg.conf -O /opt/ltsp/i386/etc/X11/ion.xorg.conf

# edit /var/lib/tftpboot/ltsp/i386/lts.conf

[ion]

XSERVER=nvidia

### X_CONF = /etc/X11/ion.xorg.conf

# nvidia
apt-get install -y nvidia-current
# ati

#apt-get install -y fglrx

#####

ltsp
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung