我是Ubuntu新手。我已经安装了Ubuntu 12.04,但仍在尝试为LCD显示器设置正确的分辨率。
LCD的原始分辨率为1920x1080
这是来自的输出xrandr
:
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 4096 x 4096
LVDS1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.0*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
然后创建新的模型:
$ cvt 1920 1080 60
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
到现在为止还挺好。然后,我使用xrandr
以下命令创建新模式:
$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
但是出于某种原因,是为VGA(VGA1)输出而不是LCD输出(LVDS1)创建了新模式:
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 4096 x 4096
LVDS1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.0*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
1920x1080_60.00 (0xbc) 173.0MHz <---------- ????!!!!!!
h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.2KHz
v: height 1080 start 1083 end 1088 total 1120 clock 60.0Hz
因此,如果我尝试向LVDS1添加模式,则会收到错误消息:
$ xrandr --addmode LVDS1 "1920x1080_60.00"
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 25
Current serial number in output stream: 26
将该新模式添加到VGA1可以正常工作,但我不使用该VGA1输出。
我的笔记本电脑也遇到类似的麻烦。似乎无法像预期的那样将我的分辨率提高到1440x900。
—
罗马
这些答案对您有用吗?如果是这样,请选择一个作为答案。谢谢!
—
塔斯(Tass),