이전 제목- "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)
또한 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*+
xrandr을 사용하여 1280x1024 해상도를 추가하려고했습니다. 먼저 gtf를 사용하여 해상도 정보를 작성하십시오.
$ gtf 1280 1024 60
# 1280x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 108.88 MHz
Modeline "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
그런 다음 해상도에 추가되었습니다.
xrandr --newmode "1280x1024_60.00" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
그런 다음 다시 명령을 수행했습니다. xrandr --addmode XWAYLAND0 1280x1024_60.00
그런 다음 아무것도 바뀌지 않았습니다. 사용하여 변경하려고했지만 xrandr --output XWAYLAND0 --mode 1280x1024_60.00 --rate 60
오류가 발생했습니다.
$ xrandr --output XWAYLAND0 --mode 1280x1024 --rate 60
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Value in failed request: 0x0
Serial number of failed request: 21
Current serial number in output stream: 22
나는 내가 뭘 잘못했는지 모른다. 또는 해상도를 올바른 해상도로 변경하는 방법 : 1280x1024