Getting started
How do I fix resolution and brightness control on my Tensorbook?
In a terminal, run the command
sudo prime-select on-demand
. Then, reboot your Tensorbook.As the Tensorbook is booting, repeatedly press either the Del key or F1 key to enter the BIOS.
In the BIOS, choose Chipset > GPU MODE > NVIDIA® Optimus™.
Choose Save & Exit > Save Changes and Reset.
How do I reinstall Lambda Stack in Ubuntu on my Tensorbook?
To reinstall Lambda Stack in Ubuntu on a Tensorbook, run the following commands in a terminal:
These commands, together:
Remove existing
apt
sources that might conflict with the Lambda Stackapt
source.Uninstall NVIDIA software and deep learning libraries that might conflict with Lambda Stack packages.
Reinstall Lambda Stack.
grep LINUX /etc/default/grub
If the kernel boot options are already set correctly, this command will output the following:
GRUB_CMDLINE_LINUX=
might contain custom kernel boot options in addition to button.lid_init_state=open
and i915.enable_fbc=0
.
If the kernel boot options are not already set correctly, run the following command:
This command adds kernel boot options needed for Ubuntu to run properly on the Tensorbook.
Be sure to note any custom kernel boot options before running this command. Running this command will remove all custom kernel boot options.
Lambda Stack is now reinstalled in Ubuntu.
Where can I download recovery images for my Tensorbook?
Tensorbook recovery images can be downloaded from our recovery images FAQ.
Last updated