Skip to content

Commit 0a03210

Browse files
committed
docs: add disclaimer for new muxless laptop
1 parent 64c77e3 commit 0a03210

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.config/eww/eww.yuck

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
(defwindow widget
2323
:wm-ignore true
2424
:monitor 0
25-
:windowtype "dock"
25+
:windowtype "desktop"
2626
:focusable false
27-
:geometry (geometry :x "-2%"
28-
:y "3%"
27+
:geometry (geometry :x "-78%"
28+
:y "5%"
2929
:width "15%"
3030
:anchor "top right")
31-
:stacking "bg"
31+
:stacking "fg"
3232
(wwidget)
3333
)
3434

How_To/GPU_Laptop_Passthrough_IntelxNVIDIA.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
# Disclaimer
77
You are completely responsible for your hardware and software. This guide makes no guarentees that the process will work for you, or will not void your waranty on various parts or break your computer in some way. Everything from here on out is at your own risk.
88

9+
This tutorial is for laptop that iGPU is still connected to External Monitor/Dummy HDMI. If your laptop's dGPU connected to External Monitor/Dummy HDMI, this tutorial is not for you.
10+
11+
![2nd_monitor](./img/igpu_external_monitor.png)
12+
913
# References
1014
- https://lantian.pub/en/article/modify-computer/laptop-intel-nvidia-optimus-passthrough.lantian/
1115
- https://github.com/joeknock90/Single-GPU-Passthrough

How_To/img/igpu_external_monitor.png

59.8 KB
Loading

0 commit comments

Comments
 (0)