在我看来,现在很多计算都是在 GPU 上完成的。显然图形是在那里完成的,但使用 CUDA 等,人工智能、散列算法(想想比特币)和其他也在 GPU 上完成。为什么我们不能摆脱CPU,单独使用GPU?是什么让 GPU 比 CPU 快这么多?
我希望三重显示器设置能够正常工作。
我的设置如下:
我正在使用以下 xorg.config
Section "ServerFlags"
Option "DefaultServerLayout" "PrimaryLayout"
Option "Xinerama" "off"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
EndSection
Section "Device"
Identifier "Intel HD Graphics 3000"
Driver "intel"
EndSection
Section "Device"
Identifier "Geforce GTX 560 Ti"
Driver "nvidia" …Run Code Online (Sandbox Code Playgroud) linux multiple-monitors xorg.conf intel-graphics nvidia-graphics-card
在假设情况下,我想用全新的显卡替换我的显卡,这会增加 PSU 所需的功率以超过其容量,使用旧的、单独的 PSU 仅用于显卡有什么问题吗?