Skip to main content

Primary links

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

Misc

  • Linux
    • Ubuntu
    • LTSP
      • Build LTSP thin client
        • Nvidia thin client
      • Local devices
      • Update kernel module
    • HowTo
    • BASH
    • Backtrack
    • CUPS
    • CentOS
    • Debian
    • FreeNX
    • GRML
    • Gnome
    • Grub
    • IpFire
    • Kernel
    • Linux Lite
    • SSH
    • UEFI
    • dban
    • logrotate
    • parted
    • proxy
    • systemd
  • 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
  • ubuntu
  • ltsp
# 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

#####

# nvidia dirver

chroot /opt/ltsp/i386/

apt-get install -y linux-image

#linux-image-2.6.32-19-generic-pae

apt-get install -y apt-get install -y linux-headers-generic

#linux-headers-2.6.32-19-generic-pae

apt-get install -y nvidia-current
cp /tmp/xorg.conf /opt/ltsp/i386/etc/X11/ion.xorg.conf
cp /opt/ltsp/i386.org/etc/X11/ion.xorg.conf /opt/ltsp/i386/etc/X11/

https://help.ubuntu.com/community/UbuntuLTSP/AtomIon

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