Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
亲测,7559升级内核5.5.8-xanmod6也可以解决开机LOGO卡死问题
Experiences and Insight
756
views ·
1
replies ·
To
floor
Go
houyawei
deepin
2020-03-11 19:24
Author
之前的解决方案一直是在GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_osi=! acpi_osi='windows 2009'"
参考:deepin 引导 dell 7559(双显卡参考):https://bbs.deepin.org/post/186300
尝试升级内核后,删除acpi_osi=! acpi_osi='windows 2009',开机依旧正常。
ipv6.disable=1是为了解决tim,qq图标转圈问题:https://bbs.deepin.org/post/188959
内核用的5.5.8-xanmod6
https://xanmod.org/
内核升级步骤,可参考视频:https://www.bilibili.com/video/av81357000
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list && wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key add -
sudo deepin-editor /etc/apt/sources.list.d/xanmod-kernel.list
在http后加s
sudo apt install linux-xanmod
reboot
Reply
Like 0
Favorite
View the author
All Replies
songyiyong
deepin
2020-03-11 19:37
#1
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
参考:deepin 引导 dell 7559(双显卡参考):https://bbs.deepin.org/post/186300
尝试升级内核后,删除acpi_osi=! acpi_osi='windows 2009',开机依旧正常。
ipv6.disable=1是为了解决tim,qq图标转圈问题:https://bbs.deepin.org/post/188959
内核用的5.5.8-xanmod6
https://xanmod.org/
内核升级步骤,可参考视频:https://www.bilibili.com/video/av81357000
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list && wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key add -
sudo deepin-editor /etc/apt/sources.list.d/xanmod-kernel.list
在http后加s
sudo apt install linux-xanmod
reboot