Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
steam游戏根本就没有调用独显nvidia
Experiences and Insight
761
views ·
0
replies ·
To
floor
Go
ighack
deepin
2020-06-21 20:04
Author
本帖最后由 ighack 于 2020-6-22 15:50 编辑
我是手动安装的nvidia的官方驱动
ighack@ighack-PC:~$ nvidia-smi
Sat Jun 13 12:08:47 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82 Driver Version: 440.82 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 2060 Off | 00000000:01:00.0 Off | N/A |
| N/A 49C P8 1W / N/A | 154MiB / 5934MiB | 12% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 820 G /usr/lib/xorg/Xorg 153MiB |
| 0 19083 G /usr/bin/nvidia-settings 0MiB |
+-----------------------------------------------------------------------------+
Copy the Code
玩游戏时nvidia-smi中根就没看到xorg以外的其他进程,卡死。我用核显都可以流畅的玩游戏(深度学习可以使用GPU)
不管加没加启动项都是一样的根果
prime-run && gamemoderun %command%
xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.82
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"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
VendorName "intel"
BusID "PCI:0:2:0"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Copy the Code
现在好像升级不了xorg-serverhttps://bbs.deepin.org/post/191741#
用这个里的方法报错
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
我是手动安装的nvidia的官方驱动
不管加没加启动项都是一样的根果
prime-run && gamemoderun %command%
xorg.conf
现在好像升级不了xorg-serverhttps://bbs.deepin.org/post/191741#
用这个里的方法报错