V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
leishi1313
V2EX  ›  硬件

有试过 NUC+ Linux +eGPU 的吗

  •  
  •   leishi1313 · 2019-06-20 13:46:18 +08:00 via Android · 3856 次点击
    这是一个创建于 1765 天前的主题,其中的信息可能已经有所发展或是发生改变。
    家里闲置了台 nuc7i5 和 Razer core x,还有张 1080ti,想用来业余搞搞机器学习什么的。Windows 上都没问题,但是苦于没有在 Windows 上开发的经验,想问问有没有成功在 linux 上 tb3 接上 egpu 的?
    3 条回复    2019-07-16 08:03:16 +08:00
    foxog
        1
    foxog  
       2019-06-20 14:08:10 +08:00 via Android   ❤️ 1
    Dslayer
        2
    Dslayer  
       2019-06-20 17:45:20 +08:00   ❤️ 1
    确定可以, 成功案例:
    archlinux, numc8i5bek, omen accelerator gtx1080, 如此外接了3个 4k 屏.
    bios 里需要调低 thunderbolt 的 security level。
    nouveau 未能设置成功,nvidia 私有驱动冇问题。
    既然你要跑 cuda 那么一般都是用私有驱动吧。

    如果要运行图形界面:
    我把 i915 blacklist 了,用的 xorg 而不是 wayland (为了 enlightenment),
    xorg.conf 里需要参照 archwiki 手写几行,加上 AllowExternalGpus,例如:

    Section "Device"
    Identifier "nvidia"
    # Driver "nouveau"
    Driver "nvidia"
    # BusID "<BusID for NVIDIA device here>"
    # BusID "7:0:0"
    Option "AllowEmptyInitialConfiguration"
    Option "NoLogo" "true"
    Option "AllowExternalGpus" "true"
    EndSection


    其他发行版没有试过。
    leishi1313
        3
    leishi1313  
    OP
       2019-07-16 08:03:16 +08:00
    更新下,Ubuntu 18.04 下完美识别,可能要进 bios 把 secure boot 关了,系统安装完成后进软件管理中心 display tab 下换个显卡驱动就好
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1706 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 16:39 · PVG 00:39 · LAX 09:39 · JFK 12:39
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.