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
4 / 7
To page
longwusha
deepin
2019-07-06 22:38
#61
本帖最后由 longwusha 于 2019-7-6 15:53 编辑

@aida

今天debian 10正式发布后是不是就不用stretch-backports来安装驱动了,stable源里面本身也会包含最新的418版本驱动吧
Reply View the author
Comments
aida
2019-07-08 17:32
deepin的底层还是debian9  没有到debian10
pho
deepin
2019-07-07 01:24
#62
stable 版deepin 可否将unstable中的nv-prime方案加进来?这样不就是相对于debian有一项优势了?
Reply View the author
Comments
aida
2019-07-08 17:32
stable 版本 得等到升级debian 10 之后
edk24
deepin
2019-07-07 22:23
#63
翻车了,  
屏蔽 /etc/lightdm/lightdm.conf 添加的那行
删除 /etc/X11/xorg.conf, 终于回来了...   好可怕.   
Reply View the author
qlk
deepin
2019-07-07 23:22
#64
busid怎么查啊  我用lspci | egrep 'VGA|3D'查不出来啊
Reply View the author
qlk
deepin
2019-07-07 23:38
#65
https://bbs.deepin.org/post/178542
busid怎么查啊  我用lspci | egrep 'VGA|3D'查不出来啊

已经解决了  谢谢!
Reply View the author
Stoney
deepin
2019-07-09 17:53
#66

https://bbs.deepin.org/user/101846 大佬 怎么样了 我这边重现次数太多了 更新最新版本 还是一样 能解决好吗!  影响正常使用了。我这边反复测试好像是程序窗体渲染时蹦了 关闭它就好了 这个得摸黑操作  还有就是 Ctrl + Alt + F2 再Ctrl + Alt + F1 跳回来 画面 显示一下又黑掉了  如果这时Alt+F4 关掉了这个窗体 那么重新Ctrl + Alt + F2 再Ctrl + Alt + F1 跳回 就正常了 对付终端打开黑屏是这样解决的。有没有临时解决的办法 这样黑屏 让我写bug 都不专心了
Reply View the author
Stoney
deepin
2019-07-10 03:59
#67
@aida 黑屏 我该怎么解决
Reply View the author
aida
deepin
2019-07-10 17:19
#68
https://bbs.deepin.org/post/178542
@aida 黑屏 我该怎么解决

发一下日志 ,我们看一下。

或者把修改过的文件改回去。。
Reply View the author
Stoney
deepin
2019-07-10 21:21
#69
https://bbs.deepin.org/post/178542
发一下日志 ,我们看一下。

或者把修改过的文件改回去。。

日志不是早就发了吗 在61楼
Reply View the author
weisheng
deepin
2019-07-11 06:31
#70
添加backports驱动这一步就失败了 系统版本15.10.2  终端提示  
Checking for legacy NVIDIA GPUs appears to hang, try rebooting with 'acpi=off'
added to the kernel boot options in the GRUB configuration.  Linux小白,不知道怎么操作
Reply View the author
lyhdzxf
deepin
2019-07-11 16:29
#71
我手中有一台2008年的海尔的T68笔记本,配置了NV的独显。现在安装了deepin15.10,独显不工作,想捣鼓下。看了几遍这帖子,没敢弄
Reply View the author
aida
deepin
2019-07-11 17:09
#72
https://bbs.deepin.org/post/178542
添加backports驱动这一步就失败了 系统版本15.10.2  终端提示  
Checking for legacy NVIDIA GPUs appears  ...

编辑/etc/default/grub
找到下面一行 修改
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=off  splash quiet"


或者添加acpi_osi="!Windows 2015" or acpi_osi=! acpi_osi="Windows 2009"

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=\"!Windows 2015\" splash quiet  "

然后更新grub配置文件
sudo update-grub
Reply View the author
flywine
deepin
2019-07-12 19:37
#73
nvidia-smi命令没有,并且也不能安装
Reply View the author
aida
deepin
2019-07-12 19:39
#74
https://bbs.deepin.org/post/178542
nvidia-smi命令没有,并且也不能安装

你好 stable源里面有的

sudo apt update -y && sudo apt install nvidia-smi -y


Reply View the author
flywine
deepin
2019-07-12 20:01
#75
https://bbs.deepin.org/post/178542
你好 stable源里面有的

sudo apt update -y && sudo apt install nvidia-smi -y

这个版本的驱动可以安装哪个版本的cuda呢?
Reply View the author
Stoney
deepin
2019-07-15 19:50
#76
@aida  我现在确认 是终端打开 或拖拽 致使屏幕黑屏,再在黑暗中在终端输入killall kwin_x11  再alt+f4 ,关闭终端窗口。就临时解决黑屏。下次打开终端重新黑屏 如此反复
Reply View the author
anothersmile
deepin
2019-07-20 17:44
#77
https://bbs.deepin.org/post/178542
你好 stable源里面有的

sudo apt update -y && sudo apt install nvidia-smi -y

下列软件包有未满足的依赖关系:
nvidia-smi : 依赖: nvidia-alternative (= 390.87-2~bpo9+1)
              依赖: libnvidia-ml1 (= 390.87-2~bpo9+1) 但是它将不会被安装
              推荐: nvidia-kernel-dkms (= 390.87-2~bpo9+1) 或
                      nvidia-kernel-390.87
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
Reply View the author
zwzszs
deepin
2019-07-20 21:29
#78
https://bbs.deepin.org/post/178542
编辑/etc/default/grub
找到下面一行 修改
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=off  splash quiet"

改了还是不行啊
Reply View the author
zwzszs
deepin
2019-07-20 21:30
#79
本帖最后由 zwberbouh 于 2019-7-21 12:18 编辑
https://bbs.deepin.org/post/178542
编辑/etc/default/grub
找到下面一行 修改
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=off  splash quiet"

改了还是不行啊@aida
Reply View the author
绿竹
deepin
2019-07-20 23:54
#80
https://bbs.deepin.org/post/178542
为什么我安装418.56版本后
有显卡设置图标  但是点击了却没有反应

我的也是这样,点了没有反应

Reply View the author
Comments
aida
2019-08-06 23:32
 glxinfo  |grep -i opengl 没有的话就是没装对哦
4 / 7
To page