云的眼泪
发表于2023-09-07 00:13uos^5
回复点赞0只看作者
修改参数后怎么保存到步骤三呢?
修改参数后怎么保存到步骤三呢?
sudo deepin-editor /etc/default/grub
Run the above command and then do the following:
修改参数
You should know how to save the changes on Text Editor.
光荣榜
打造操作系统创新生态
关注微信公众号
技术服务
应用场景
硬件/整机信息:全平台
OS版本信息:全架构
OS版本信息:桌面专业版、家庭版
问题现象
设备A卡驱动使用起来感觉卡顿,运行不流畅,如果显卡驱动加载的是amdgpu,可以尝试调整为radeon驱动试试。
解决方案
步骤一
修改/etc/default/grub配置文件,
sudo vi /etc/default/grub
步骤二
找到并修改参数:
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet radeon.si_support=1 amdgpu.si_support=0 radeon.cik_support=1 amdgpu.cik_support=0"
步骤三
然后执行命令使其生效:
sudo update-grub
步骤四
重启电脑