From 7f66c7dc552ab53e22b333d46fe5796e37843aa7 Mon Sep 17 00:00:00 2001 From: bobbie Date: Mon, 27 Apr 2026 22:49:41 +0100 Subject: [PATCH] vault backup: 2026-04-27 22:49:41 --- .obsidian/workspace.json | 27 ++++++++++++++----- ...27 2233 setting up gpu with proxmox lxc.md | 26 ++++++++++++++++++ 2 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 _Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f68d380..7313d5d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -21,6 +21,20 @@ "title": "2026-04-01 0959" } }, + { + "id": "cb28db7825f0c97f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "2026-04-27 2233 setting up gpu with proxmox lxc" + } + }, { "id": "b04004f8333d9b26", "type": "leaf", @@ -157,7 +171,8 @@ "title": "2026-04-24 1836 linux zfs storage pool setup" } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -316,10 +331,10 @@ "state": { "type": "file-properties", "state": { - "file": "_Inbox/2026-04-01 0959.md" + "file": "_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md" }, "icon": "lucide-info", - "title": "File properties for 2026-04-01 0959" + "title": "File properties for 2026-04-27 2233 setting up gpu with proxmox lxc" } }, { @@ -365,8 +380,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "e3d2a529d5433780", + "active": "cb28db7825f0c97f", "lastOpenFiles": [ + "_Inbox/2026-04-01 0959.md", + "_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md", "_Inbox/2026-04-07 1100 notes on proxmox and truenas machine setup.md", "_Inbox/2026-04-22 1302 Fow Circus tickets sale merchant.md", "_Inbox/2026-04-23 1005 Zfs storage pool notes.md", @@ -400,8 +417,6 @@ "Daily Notes/2026-04-22.md", "_Inbox/2026-04-21.md", "References/Western Digital 2.0 TB HDD WD20EZRZ.md", - "References/Toshiba 2TB HDD DT01ACA200.md", - "References/Toshiba 3TB HDD Low-Energy E300.md", "Attachments/H87M-ITX.pdf", "Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf", "Attachments/Pasted Image 20260223141434_201.png", diff --git a/_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md b/_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md new file mode 100644 index 0000000..2cd10e4 --- /dev/null +++ b/_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md @@ -0,0 +1,26 @@ +--- +category: + - "[[Note]]" +type: + - "[[Log]]" +title: setting up gpu with proxmox lxc +created: 2026-04-27T22:33:37 +date: 2026-04-27 +tags: +--- +passing thought gpu to [[Proxmox]] lxc container + +- install nvidia drivers on the host +- install partial drivers in the lxc +- blacklist novel (something like that) drvier + - black list files are in `` + - edit `/etc/modprobe.d/pve-blacklist.conf` or create own .conf if it doesn't exist + - add following lines + - `blacklist nouveau` + - `options nouveau modeset=0` + - exec `update-grub` + - exec `update-initramfs -u` + - reboot +- enable power management on the host + - `nvidia-smi -pm 1` +- \ No newline at end of file