Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于笔记本hd4000核显输出2560x1440@55hz的解决办法
Experiences and Insight
1323
views ·
1
replies ·
To
floor
Go
zlsdzh001
deepin
2017-10-03 21:07
Author
1,Windows下Intel显卡驱动设置里添加自定义分辨率可以设置2560x1440@44Hz,如果选择CVT-RB模式可以设置为2560x1440@55Hz,记得设置完成后重启后才能生效(可能要自己去选应用)
2,linux下:
此部分源自于https://www.notebookcheck.net/2560x1440-or-2560x1600-via-HDMI.92840.0.html
命令行输入
xrandr --newmode "2560x1440" 220.812 2560 2608 2640 2720 1440 1443 1448 1478 -hsync -vsync
xrandr --addmode HDMI-1 "2560x1440"
记得在deepin看看你的显示器是哪个并把HDMI-1改成那个名称使用命令xrandr -q
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2017-10-03 23:59
#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 Events
More
2,linux下:
此部分源自于https://www.notebookcheck.net/2560x1440-or-2560x1600-via-HDMI.92840.0.html
命令行输入