V20已更新「教程」在deepin stable版本手动配制Intel+Nvidia 双显卡
Tofloor
poster avatar
aida
deepin
2019-05-28 00:38
Author
2020-04-17 更新 v20

v20源里面有440驱动,直接安装即可

sudo apt install nvidia-driver

然后通过最下面的方法配置即可,深度驱动管理器应该也可以自动安装(不行的话就动手装吧)

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



2019-06-04 更新 v15
我发现debian backports也是能在 stable版本使用的,所以把nvidia驱动升级到了418.56,安装成功
创建/etc/apt/source.list.d/stretch-backports.list

添加backports源
  1. deb [trusted=yes] https://mirrors.ustc.edu.cn/debian/ stretch-backports main contrib non-free
Copy the Code

安装backports驱动
  1. sudo apt update -y && sudo apt-get install -t stretch-backports nvidia-driver
Copy the Code

418.56支持的设备有 GeForce GTX 1660 Ti, GeForce GTX 1660 和RTX系列




-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


stable版本目前没有nv-prime的支持,aida给大家介绍一下如何配制intel双显卡驱动,其实还是很简单哒。
这样做有个缺点就是没法切集显,但是性能很好!

安装nvidia驱动
  1. sudo apt install nvidia-driver
Copy the Code

#关于nvidia驱动,还有nvidia-legacy-304xx-driver 和 nvidia-legacy-340xx-driver 是对旧显卡支持的驱动

然后编辑 /etc/X11/xorg.conf  #通过lspci | egrep 'VGA|3D',获取设备BusID,例子 00:02.0 填写PCI:0:2:0
  1. Section "Module"
  2.     Load "modesetting"
  3. EndSection

  4. Section "Device"
  5.     Identifier "nvidia"
  6.     Driver "nvidia"
  7.     BusID "PCI:X:X:X"      
  8.     Option "AllowEmptyInitialConfiguration"
  9. EndSection
Copy the Code



编辑~/.xinitrc
  1. xrandr --setprovideroutputsource modesetting NVIDIA-0
  2. xrandr --auto
  3. xrandr --dpi 96
Copy the Code



编辑/etc/lightdm/display_setup.sh
  1. #!/bin/sh
  2. xrandr --setprovideroutputsource modesetting NVIDIA-0
  3. xrandr --auto
  4. xrandr --dpi 96
Copy the Code

然后执行
  1. sudo chmod +x  /etc/lightdm/display_setup.sh
Copy the Code


编辑/etc/lightdm/lightdm.conf
在[Seat:*]行下添加
  1. display-setup-script=/etc/lightdm/display_setup.sh
Copy the Code

这样应该就可以重启了,如果没成功请检查一下配置是否正确,欢迎大家积极探讨!











Reply Favorite View the author
All Replies
...6 / 7
To page
enderturtle
deepin
2019-10-13 06:18
#101
并且我现在如果在libreoffice里播放动画的话会屏幕闪烁(很难播放课件),但是集显的时候不会
Reply View the author
weisheng
deepin
2019-10-22 05:05
#102
现在还能用吗? V20  会有双显卡适配吗?
Reply View the author
Comments
aida
2019-10-22 18:10
现在仍然可以用 ,v20会有双显卡适配
aida
2019-10-22 18:10
现在仍然可以用 ,v20会有双显卡适配
kuilei
deepin
2019-10-30 09:04
#103
he@he-PC:~$ sudo apt install nvidia-driver
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
nvidia-driver 已经是最新版 (390.87-2~bpo9+1)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 17 个软件包未被升级。
有 1 个软件包没有被完全安装或卸载。
需要下载 0 B/315 kB 的归档。
解压缩后会消耗 0 B 的额外空间。
您希望继续执行吗? [Y/n] y
dpkg: 处理软件包 xserver-xorg-video-nouveau (--configure)时出错:
该软件包正处于非常不稳定的状态;
您最好在配置它之前,先重新安装它
在处理时有错误发生:
xserver-xorg-video-nouveau
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reply View the author
robotchaox
deepin
2019-12-01 01:23
#104
编辑 /etc/X11/xorg.conf  #通过lspci | egrep 'VGA|3D',获取设备BusID,例子 00:02.0 填写PCI:0:2:0
上面这一步获取的设备BusID是集显的还是独显的BusID,我写的是独显的ID,独显驱动安装成功了,但是没有切换到独显,怎么办?
Reply View the author
Comments
aida
2019-12-03 18:06
显卡驱动管理器不用管,驱动安装完成了
shizendg
deepin
2019-12-02 18:11
#105
我想禁用一个多余的硬盘,找不到设备
Reply View the author
longzhou
deepin
2019-12-13 19:49
#106
https://bbs.deepin.org/post/178542
虽然你说的所有文件,我这都不存在,但是还是成功了。万分感谢。

新建么?
我也全都不存在。
Reply View the author
zhoulang_rr
deepin
2020-02-25 02:05
#107
Edited by zhoulang_rr at 2020-2-24 18:07

出了些问题
Reply View the author
houyawei
deepin
2020-04-06 22:13
#108
小白搞完后无法进入系统,tty无法输入,应该是rc.local里面的东西一直在执行导致的。还好U盘有deepin live,进去把几个东西再删了就好了
Reply View the author
aida
deepin
2020-04-07 03:58
#109
https://bbs.deepin.org/post/178542
Edited by zhoulang_rr at 2020-2-24 18:07

出了些问题

驱动装好了,nvidia-smi这个包没有装 你看一下debian-backports里面有没有

sudo apt install -t buster-backports nvidia-smi
Reply View the author
duanchi
deepin
2020-04-07 04:10
#110
嘿,这帖子有意思,完美的避开了我所有的配置,amd么有核显,amd显卡又不是n卡,有意思
Reply View the author
舒鑫
deepin
2020-04-07 07:15
#111
A佬,rx5500xt 驱动怎么搞?用不了很难受啊~~~寻思憋到v20不带能用了的,这一时半会等不到
Reply View the author
sevenfal
deepin
2020-04-12 01:02
#112
本帖最后由 sevenfal 于 2020-4-11 19:54 编辑

您好,我这老是搞不成功不知道怎么回事,感觉要崩溃了

小米air 13.3 显卡 M150
deepin 15.11

  1. $ lspci | egrep '3D|VGA'
  2. 00:02.0 VGA compatible controller: Intel Corporation Device 5917 (rev 07)
  3. 01:00.0 3D controller: NVIDIA Corporation Device 1d12 (rev a1)
Copy the Code



用添加源的办法装完了之后,打开 nvidia-settings 就提示没有 xorg.conf 文件,怎么加这个配置文件启动就是黑屏,没有显示,但是系统应该是进去桌面了,tty2里面可以看到进程,nvidia-smi 里面能看到xorg使用显卡
待补充……




用run包装完,打开 nvidia-settings 提示 ERROR: Unable to load info from any available system看驱动是装上了
  1. $ nvidia-smi
  2. Sat Apr 11 16:51:27 2020      
  3. +-----------------------------------------------------------------------------+
  4. | NVIDIA-SMI 440.64       Driver Version: 440.64       CUDA Version: 10.2     |
  5. |-------------------------------+----------------------+----------------------+
  6. | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
  7. | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
  8. |===============================+======================+======================|
  9. |   0  GeForce MX150       Off  | 00000000:01:00.0 Off |                  N/A |
  10. | N/A   39C    P0    N/A /  N/A |      0MiB /  2002MiB |      0%      Default |
  11. +-------------------------------+----------------------+----------------------+
  12.                                                                               
  13. +-----------------------------------------------------------------------------+
  14. | Processes:                                                       GPU Memory |
  15. |  GPU       PID   Type   Process name                             Usage      |
  16. |=============================================================================|
  17. |  No running processes found                                                 |
  18. +-----------------------------------------------------------------------------+
Copy the Code
手动执行:
  1. $ xrandr --setprovideroutputsource modesetting NVIDIA-0
  2. Could not find provider with name NVIDIA-0
Copy the Code




日志传不上来不知道怎么回事


不好意思,在这弄的一个xorg.conf https://unix.stackexchange.com/questions/118110/dual-monitors-with-2-videos-driver-with-xrandr-1-4 ,搞上就能用了。
非常感谢楼主以及所有回帖!!
  1. Section "ServerLayout"
  2.         Identifier      "X.org Configured"
  3.         Screen          0  "screen_nvidia"
  4.         Inactive        "card_intel"
  5.         InputDevice     "Mouse0" "CorePointer"
  6.         InputDevice     "Keyboard0" "CoreKeyboard"
  7. EndSection

  8. Section "Files"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10.         FontPath     "/usr/share/fonts/X11/misc"
  11.         FontPath     "/usr/share/fonts/X11/cyrillic"
  12.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  13.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  14.         FontPath     "/usr/share/fonts/X11/Type1"
  15.         FontPath     "/usr/share/fonts/X11/100dpi"
  16.         FontPath     "/usr/share/fonts/X11/75dpi"
  17.         FontPath     "built-ins"
  18. EndSection

  19. Section "Module"
  20.         Load  "glx"
  21. EndSection

  22. Section "InputDevice"
  23.         Identifier  "Keyboard0"
  24.         Driver      "kbd"
  25. EndSection

  26. Section "InputDevice"
  27.         Identifier  "Mouse0"
  28.         Driver      "mouse"
  29.         Option      "Protocol" "auto"
  30.         Option      "Device" "/dev/input/mice"
  31.         Option      "ZAxisMapping" "4 5 6 7"
  32. EndSection

  33. Section "Device"
  34.         Identifier  "card_nvidia"
  35.         Driver      "nvidia"
  36.         BusID       "PCI:1:0:0"
  37. EndSection

  38. Section "Device"
  39.         Identifier  "card_intel"
  40.         Driver      "modesetting"
  41.         BusID       "PCI:0:2:0"
  42. EndSection

  43. Section "Screen"
  44.         Identifier "screen_nvidia"
  45.         Device     "card_nvidia"
  46. EndSection

  47. Section "Screen"
  48.         Identifier "screen_intel"
  49.         Device     "card_intel"
  50. EndSection
Copy the Code





Reply View the author
tycin123
deepin
2020-05-08 09:40
#113
修改完所有的文件后重启依然黑屏
提示:
            /dev/sda4 clean ............................ unsupported xxx  (0x88)
Reply View the author
逆风的方向
deepin
2020-05-08 12:43
#114
安装nvidia之后,深度影院打不开了。@aida
Reply View the author
深度用户
deepin
2020-05-08 18:56
#115
显卡问题,一直是deepin的痛
Reply View the author
ReAsuna
deepin
2020-05-11 22:43
#116
你好,我的1660TI V20连安装界面都进不去,更别提切换了
Reply View the author
DaveMax
deepin
2020-05-12 03:03
#117
吼,可以再尝试
Reply View the author
kirin2018
deepin
2020-05-23 21:06
#118
无法安装N卡驱动,执行命令后出现如图错误提示。
sudo apt install nvidia-driver
Reply View the author
BG7ZAG
deepin
2020-05-26 19:04
#119
我按照步骤装好了,但是启动器里没有nvidia 设置那个软件

Reply View the author
Mr. Guo
deepin
2020-07-15 20:47
#120
这个帖子帮了大忙了,之前弃用15.11就是一直解决不了双显卡的问题,刚用测试机试了一下确实可以,准备回归deepin
Reply View the author
...6 / 7
To page