相关疑难解决方法(0)

Wayland 如何设置自定义分辨率

旧标题 - “使用 xrandr 将分辨率更改为 1280x1024 给出:失败请求的 X 错误:BadValue(整数参数超出操作范围)”

我已经安装了一个全新的 Ubuntu 17.10,并且有一个分辨率为 5:4 的显示器。设置没有高于 1024x768 的分辨率。但我需要 1280x1024 (5:4) 的分辨率。我使用默认主板显卡:

# lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
Run Code Online (Sandbox Code Playgroud)

xrandr 还提供以下内容:

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
XWAYLAND0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      59.92*+
Run Code Online (Sandbox Code Playgroud)

我尝试使用 xrandr 添加 1280x1024 分辨率。所以首先使用gtf创建分辨率信息:

$ gtf 1280 1024 60 …
Run Code Online (Sandbox Code Playgroud)

intel-graphics wayland display-resolution

20
推荐指数
2
解决办法
3万
查看次数