我无法在virtualbox中使用xrandr设置屏幕分辨率。这是运行ubuntu 12.04的VM,驱动程序支持此解析,因为来自同一iso的VM在同一台机器上运行它。为什么失败请求的X错误:BadMatch(无效的参数属性)发生?
第0步
xrandr
Screen 0: minimum 64 x 64, current 1024 x 768, maximum 32000 x 32000
VBOX0 connected 1024x768+0+0 0mm x 0mm
1024x768 60.0*+
800x600 60.0
640x480 60.0
第1步
cvt 1920 1080
1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
第2步
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
第3步
~$ xrandr --addmode VBOX0 1920x1080_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 150 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 20
Current serial number in output stream: 21
答案 0 :(得分:0)
如果您之前已完成此过程,则在尝试使用相同名称时会发生某些事情。将模式命名为其他内容并重试。
答案 1 :(得分:0)
我认为问题是分号
立即尝试
xrandr --addmode VBOX0 "1920x1080_60.00"