MSI GS65 分辨率无法修改
Tofloor
poster avatar
plinux
deepin
2018-05-23 20:56
Author
显卡是nvidia 1070 Max-Q 和 Intel核显,处理器是i7-8750H。
按照深度的教程依然无法调整到能支持修改分辨率:https://wiki.deepin.org/index.php?title=Deepin%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0NVIDIA%E9%A9%B1%E5%8A%A8

xrandr检测能支持的最大分辨率只有800x600@60,但显示器是1920x1080@144。  


换装Ubuntu 18.04一切正常。
求问还有其他办法没?或者在Deepin能不能安装nvidia-prime只启用nvidia显卡?这样跟Ubuntu一样也许可以解决,有办法安装nvidia-prime么?


另外Killer 1550 网卡可以这么支持,给其他Killer网卡的人参考,深度可以考虑直接集成:
sudo apt-get install git

git clone git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git

cd backport-iwlwifi

make defconfig-iwlwifi-public

sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config

make -j4

sudo make install

Reply Favorite View the author
All Replies
avatar
152******14
deepin
2018-05-23 21:25
#1
看看能不能用独显驱动  打开深度驱动管理器  记着先备份。
Reply View the author
avatar
plinux
deepin
2018-05-23 22:56
#2
https://bbs.deepin.org/post/156872
看看能不能用独显驱动  打开深度驱动管理器  记着先备份。

试过了,自带的驱动也无法调整分辨率,但是按照教程看驱动又是生效的。也尝试官方驱动也不行。
不知道为什么Ubuntu 18.04可以,Ubuntu也是私有驱动支持nvidia。
Reply View the author
avatar
plinux
deepin
2018-05-23 22:56
#3
现在就分辨率这个问题卡着我不得不先用Ubuntu
Reply View the author
avatar
152******14
deepin
2018-05-23 23:13
#4
https://bbs.deepin.org/post/156872
试过了,自带的驱动也无法调整分辨率,但是按照教程看驱动又是生效的。也尝试官方驱动也不行。
不知道为 ...

有专门针对乌班图的优化驱动。我找了好多,都是不能满意,看发展吧
Reply View the author
avatar
plinux
deepin
2018-05-24 00:41
#5
https://bbs.deepin.org/post/156872
有专门针对乌班图的优化驱动。我找了好多,都是不能满意,看发展吧

BIOS里没有选项关独显,好捉急。
Reply View the author
avatar
152******14
deepin
2018-05-24 01:11
#6
https://bbs.deepin.org/post/156872
BIOS里没有选项关独显,好捉急。

你添加参数  nomodeset=0  试试 是不是稍微好点。
Reply View the author