Open 130s opened 16 hours ago
What's available:
Wall power socket
What a graphics takes:
Monitor: ASUS TUF 34 Inch - WQHD (3440x1440), 165Hz
Q. Wattage?
Q. How much wattage does 240 volts computer monitor consume on avg?
A. A typical 240 volt computer monitor consumes around 20 to 100 watts on average, depending on the size and type of monitor (LCD, LED, etc.). [1, 2, 3]
Key points to remember: [1, 2, 3]
• Monitor size matters: Larger monitors generally use more power. [1, 2, 3]
• Technology type affects wattage: LED monitors are typically more energy efficient than older CRT monitors. [1, 2, 4]
• Check the specifications: To get the exact wattage of your monitor, consult its user manual or product label. [2, 3, 4]
Generative AI is experimental.
[1] https://www.siliconvalleypower.com/residents/save-energy/appliance-energy-use-chart [2] https://www.jackery.com/blogs/knowledge/how-many-watts-does-a-computer-use [3] https://www.energybot.com/energy-usage/monitor.html [4] https://www.anker.com/blogs/chargers/how-much-wattage-does-my-pc-need
Sonnet eGPU + RTX4060-ti dual. See https://github.com/kinu-garage/hut_10sqft/issues/1120
My p16s comes with Thunderbolt gen4 https://github.com/kinu-garage/hut_10sqft/issues/866#issuecomment-2113074376the, which is backed by it coming w/SSD w/PCIe gen4 (from product spec):
Solid State Drive 1 TB SSD M.2 2280 PCIe Gen4 Performance TLC Opal
Setting up Ubuntu Following https://developer.nvidia.com/blog/accelerating-machine-learning-on-a-linux-laptop-with-an-external-gpu/
GPU nor eGPU not detected.
$ lspci | grep -i “nvidia”
$ lsmod | grep -i “nvidia”
$
$ apt-cache policy nvidia-cuda-toolkit
nvidia-cuda-toolkit:
Installed: (none)
Candidate: 11.5.1-1ubuntu1
Version table:
11.5.1-1ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages
Since nvidia-cuda-toolkit
seems to be missing, installing it.
Afterwards, boot into runlevel 3 by appending 3 to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub:
Unclear what this is instructing. So trying:
/etc/default/grub
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash 4"
Doing this now... :crossed_fingers:
sudo update-grub
sudo shutdown --reboot
Rebooting the OS then I see it stuck at BIOS. I do see Ubuntu icon pops up under the Lenovo logo, also I am able to ssh
-in so Ubuntu is started. Just graphics/desktop manager issue I think. Will look later into the syslog
I captured.
Implementing the plan from https://github.com/kinu-garage/hut_10sqft/issues/866