Skip to content

Commit 145f4cb

Browse files
committed
Issue #754: Add GTX 1050 Ti.
1 parent 69c81ca commit 145f4cb

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

_cards_gpu/nvidia-gtx-1050-ti.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: card
3+
title: "Nvidia GeForce GTX 1050 Ti"
4+
picture: "/images/gpu-nvidia-gtx-1050-ti.jpg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Currently Testing"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/754"
9+
buy_link: https://amzn.to/42mCXWe
10+
videos: []
11+
---
12+
The GTX 1050 Ti is supported by both Nvidia's proprietary driver and the open source Nouveau driver in the Linux Kernel.
13+
14+
It will require a 1x to 16x adapter, or some other means of adapting the 16x-sized card pins into the 1x slot on the CM4 IO Board. The card takes power from the slot, up to 75W, so make sure your PCIe adapter/riser can supply that much power.
15+
16+
### Nouveau (open source) driver
17+
18+
To get the Nouveau driver loaded, you have to [recompile the Linux kernel for Pi OS](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile).
19+
20+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `Nouveau` driver to install.
21+
22+
If you want to be able to boot the Pi all the way, make sure to blacklist the `nouveau` kernel module:
23+
24+
```
25+
sudo nano /etc/modprobe.d/blacklist-nouveau.conf
26+
27+
# Put this inside the file and save it:
28+
blacklist nouveau
29+
```
30+
31+
Now, after a reboot, you can explicitly load the module and see what happens by following `dmesg` in another terminal session:
32+
33+
```
34+
sudo modprobe nouveau
35+
```
36+
37+
See the linked GitHub issue for more details on the current status of this card.

images/gpu-nvidia-gtx-1050-ti.jpg

229 KB
Loading

0 commit comments

Comments
 (0)