[Kernel/Drive] 只有1024*76无设置其他的
Tofloor
poster avatar
swimmingdragon
deepin
2021-08-24 22:56
Author

设备信息:

显卡驱动管理信息:

Reply Favorite View the author
All Replies
avatar
zhanghuan0012009
deepin
2021-08-24 23:40
#1

CVT 1440 900

#!/bin/bash
xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode VGA-1 "1440x900_60.00"
xrandr --output VGA-1 --mode "1440x900_60.00"
我的屏幕是04年屏幕19寸的  你的多少 你就改一下

Reply View the author
avatar
swimmingdragon
deepin
2021-08-25 01:02
#2
zhanghuan0012009

CVT 1440 900

#!/bin/bash
xrandr --newmode "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
xrandr --addmode VGA-1 "1440x900_60.00"
xrandr --output VGA-1 --mode "1440x900_60.00"
我的屏幕是04年屏幕19寸的  你的多少 你就改一下

这个需要怎么处理?我运行这个脚本然后重之后没用。

Reply View the author
avatar
sophiajjj
deepin
2021-08-25 01:30
#3
swimmingdragon

这个需要怎么处理?我运行这个脚本然后重之后没用。

Thanks this really helps, (Y)

Reply View the author