[Seek Help] 显卡是已经装上了吗?但是没有进程使用GPU
Tofloor
poster avatar
nobody
deepin
2022-07-05 16:56
Author

显卡信息

$lspci |egrep 'VGA|3D'
03:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050] (rev a1)

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 470.129.06

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection
Reply Favorite View the author
All Replies
zhangn1985
deepin
2022-07-05 17:14
#1

是不是显示器插主板上了?

Reply View the author
jjcui8595
deepin
2022-07-05 17:20
#2

你的这个有问题,我的显卡驱动安装后是图中这样的。如果是双显卡,尝试切换到N卡试试

202206051155249233_截图_选择区域_20220605115214.jpeg

Reply View the author
jjcui8595
deepin
2022-07-05 17:27
#3

GTX1050不要安装470驱动,可以使用Nvidia官网驱动515.57

https://www.nvidia.cn/Download/driverResults.aspx/190420/cn/

Reply View the author
正直笔尖
deepin
2022-07-05 17:32
#4
zhangn1985

是不是显示器插主板上了?

不排除这种可能😂 有些小白分不清核显插口和独显插口。

在他们眼里不分公母,只有能就行,爱好广泛。😂

Reply View the author
nobody
deepin
2022-07-05 17:33
#5
正直笔尖

不排除这种可能😂 有些小白分不清核显插口和独显插口。

在他们眼里不分公母,只有能就行,爱好广泛。😂

不是,我现在怕买到假显卡了。😭

Reply View the author
nobody
deepin
2022-07-05 17:34
#6
jjcui8595

GTX1050不要安装470驱动,可以使用Nvidia官网驱动515.57

https://www.nvidia.cn/Download/driverResults.aspx/190420/cn/

我再试下,这块卡是黄伟达的

Reply View the author
yorun
deepin
2022-07-06 00:47
#7

玩 Linux就不要碰N卡,膈应人

Reply View the author
风果
deepin
2022-08-05 17:27
#8

真膈应人,但是没办法,玩深度学习的,避不开

Reply View the author