NV-Prime又没戏咧
Tofloor
poster avatar
InReality啟
deepin
2019-07-22 04:49
Author
本来想着更新15.11之后就能用上全新的内核还有NV-Prime驱动,现在看来又要等了,深度啊。你啥时候才能不要欠奉这些我最在意的东西,说真的,我非常愿意等待,为了新内核还有NV-Prime我可以等很长时间,但是我不愿意在系统更新版本之后来到新特性里一瞧,才发现我最想要的东西仍然没有,那才是真的失望,希望在20版里看到全新内核还有完整的NV-Prime支持,一定要做到啊,深度!
Reply Favorite View the author
All Replies
avatar
antantic
deepin
2019-07-22 05:12
#1
自从显卡不支持prime方案后就转到ubuntu了 显卡这里真是让人失望
Reply View the author
avatar
superendermansm
deepin
2019-07-22 05:16
#2
主要是仓库太旧。我这里坚守一台unstable。等V20,都2020年了,再不上debian 10坑人了
Reply View the author
avatar
nolocus
deepin
2019-07-22 09:23
#3
https://bbs.deepin.org/post/178542  手动切换,
Reply View the author
avatar
InReality啟
deepin
2019-07-22 18:51
#4
https://bbs.deepin.org/post/180923
https://bbs.deepin.org/post/178542  手动切换,

试过了兄弟,不起作用,NVIDIA设置面板打不开,终端显示模块未加载
Reply View the author
avatar
183******09
deepin
2019-07-22 19:23
#5
https://bbs.deepin.org/post/180923
试过了兄弟,不起作用,NVIDIA设置面板打不开,终端显示模块未加载

你在照着做了后还能进桌面?
Reply View the author
avatar
InReality啟
deepin
2019-07-23 02:18
#6
能进桌面,但NVIDIA设置面板打不开
Reply View the author
avatar
nolocus
deepin
2019-07-23 07:56
#7
本帖最后由 nolocus 于 2019-10-2 20:03 编辑

安装nvidia驱动sudo apt install nvidia-driver nvidia-settings
#关于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
Section "Module"
    Load "modesetting"
EndSection
Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "CI:X:X:X"
    Option "AllowEmptyInitialConfiguration"
EndSection
编辑~/.xinitrc
  • xrandr --setprovideroutputsource modesetting NVIDIA-0
  • xrandr --auto
  • xrandr --dpi 96
编辑/etc/lightdm/display_setup.sh
  • #!/bin/sh
  • xrandr --setprovideroutputsource modesetting NVIDIA-0
  • xrandr --auto
  • xrandr --dpi 96
然后执行
sudo chmod +x  /etc/lightdm/display_setup.sh
编辑/etc/lightdm/lightdm.conf
在[Seat:*]行下添加
display-setup-script=/etc/lightdm/display_setup.sh
这样应该就可以重启了。
你要做的是这一段。  前面那一段是 GeForce GTX 1660 Ti, GeForce GTX 1660 和RTX系列  这些显卡的。




Reply View the author
avatar
InReality啟
deepin
2019-07-30 05:59
#8
https://bbs.deepin.org/post/180923
安装nvidia驱动
  • sudo apt install nvidia-driver nvidia-settings

  • 谢谢你的建议,辛苦了,只是我依然决定暂时不回去了,我要等V20出来再回去
    Reply View the author
    avatar
    heyjl
    deepin
    2019-09-23 00:55
    #9
    坐等NV-Prime 归来
    Reply View the author
    avatar
    lssg
    deepin
    2019-10-03 01:29
    #10
    https://bbs.deepin.org/post/180923
    安装nvidia驱动
  • sudo apt install nvidia-driver nvidia-settings

  • mark......
    Reply View the author