Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin v20 beta解决双显卡、wifi网速慢、cpu高频率发热....
Experiences and Insight
2937
views ·
3
replies ·
To
floor
Go
jontyshaw
deepin
2020-04-26 00:32
Author
本帖最后由 jontyshaw 于 2020-4-26 08:15 编辑
双显卡:
1.确定Nvidia显卡的BusID,执行lspci |grep NVIDIA
示例输出:01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1) 则BusID为 "
CI:1:0:0"
2.编写Nvidia显卡的配置文件,sudo dedit /etc/X11/xorg.conf,复制以下内容后替换你显卡的BusID
Section "Module"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "
CI:4:0:0"
EndSection
3.在LightDM启动时设置独显运算核显输出,sudo dedit /etc/lightdm/lightdm.conf
修改[Seat:*]行下的#display-setup-script=为display-setup-script=sh -c "xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"
4.安装Nvidia显卡驱动和工具 sudo apt install nvidia-driver nvidia-smi nvidia-settings
重启电脑
wifi网速慢:
sudo deepin-editor /etc/modprobe.d/iwlwifi.conf
将11n_disable=1修改为11n_disable=0
重启电脑
实测100m宽带可以跑到最高8m
插电情况下cpu满频率运行发热大(2种方法)
1.禁用ingtel的睿频
sudo dedit /etc/default/grub
将GRUB_CMDLINE_LINUX_DEFAULT="splash quiet "修改为GRUB_CMDLINE_LINUX_DEFAULT="splash quiet intel_pstate=disable"
sudo update-grub
重启电脑
2.安装tlp电源管理(实测安装后即使开启睿频,cpu频率不再像以前那样满载发热,大概稳定在40度左右)
sudo apt install tlp tlp-rdw
sudo apt install smartmontools
sudo systemctl enable tlp.service
由于deepin仓库里tlp版本低于1.2.2,我们还需设置以下服务自启动
sudo systemctl enable tlp-sleep.service
sudo systemctl enable NetworkManager-dispatcher.service
因为下面两个服务可能会影响到tlp的正常工作我们屏蔽掉他们
sudo systemctl mask systemd-rfkill.service
sudo systemctl mask systemd-rfkill.socket
Reply
Like 0
Favorite
View the author
All Replies
MarioAi
deepin
2020-04-26 00:56
#1
台式机的双显卡,主板允许,Windows可行,Deepin不支持;
Reply
Like 0
View the author
152******14
deepin
2020-04-28 04:34
#2
https://bbs.deepin.org/post/192957
双显卡测试中,敬请等待
Reply
Like 0
View the author
lihaoyo
deepin
2020-04-28 06:25
#3
照你的来了一遍,图形界面都进不去了,我的显卡1050
Reply
Like 0
View the author
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
双显卡:
1.确定Nvidia显卡的BusID,执行lspci |grep NVIDIA
示例输出:01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1) 则BusID为 "
2.编写Nvidia显卡的配置文件,sudo dedit /etc/X11/xorg.conf,复制以下内容后替换你显卡的BusID
Section "Module"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "
EndSection
3.在LightDM启动时设置独显运算核显输出,sudo dedit /etc/lightdm/lightdm.conf
修改[Seat:*]行下的#display-setup-script=为display-setup-script=sh -c "xrandr --setprovideroutputsource modesetting NVIDIA-0; xrandr --auto"
4.安装Nvidia显卡驱动和工具 sudo apt install nvidia-driver nvidia-smi nvidia-settings
重启电脑
wifi网速慢:
sudo deepin-editor /etc/modprobe.d/iwlwifi.conf
将11n_disable=1修改为11n_disable=0
重启电脑
实测100m宽带可以跑到最高8m
插电情况下cpu满频率运行发热大(2种方法)
1.禁用ingtel的睿频
sudo dedit /etc/default/grub
将GRUB_CMDLINE_LINUX_DEFAULT="splash quiet "修改为GRUB_CMDLINE_LINUX_DEFAULT="splash quiet intel_pstate=disable"
sudo update-grub
重启电脑
2.安装tlp电源管理(实测安装后即使开启睿频,cpu频率不再像以前那样满载发热,大概稳定在40度左右)
sudo apt install tlp tlp-rdw
sudo apt install smartmontools
sudo systemctl enable tlp.service
由于deepin仓库里tlp版本低于1.2.2,我们还需设置以下服务自启动
sudo systemctl enable tlp-sleep.service
sudo systemctl enable NetworkManager-dispatcher.service
因为下面两个服务可能会影响到tlp的正常工作我们屏蔽掉他们
sudo systemctl mask systemd-rfkill.service
sudo systemctl mask systemd-rfkill.socket