我使用的是东芝笔记本电脑,配有 ATI Radeon 显卡。我已通过 Wubi 安装了 ubuntu 12.04。我尝试输出到外部显示器,该显示器的原始分辨率为 1280x768,但它被识别为未知显示器,分辨率限制为 1024x768。我已安装了所有更新,系统设置中的附加驱动程序部分显示没有可用的专有驱动程序。
当我使用经过广泛讨论的cvt
方法时xrandr
,我得到了以下结果:
~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
VGA-0 connected (normal left inverted right x axis y axis)
1024x768 60.0
800x600 60.3 56.2
848x480 60.0
640x480 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 60.0*+
1280x720 59.9
1152x768 59.8
1024x768 59.9
800x600 59.9
848x480 59.7
720x480 59.7
640x480 59.4
DIN disconnected (normal left inverted right x axis y axis)
~$ cvt 1280 768
# 1280x768 59.87 Hz (CVT) hsync: 47.78 kHz; pclk: 79.50 MHz
Modeline "1280x768_60.00" 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync
~$ xrandr --newmode "1280x768_60.00" 79.50 1280 1344 1472 1664 768 771 781 798 -hsync +vsync
~$ xrandr
Screen 0: minimum 320 x 200, current 2304 x 800, maximum 8192 x 8192
VGA-0 connected 1024x768+1280+32 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
HDMI-0 disconnected (normal left inverted right x axis y axis)
LVDS connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 60.0*+
1280x720 59.9
1152x768 59.8
1024x768 59.9
800x600 59.9
848x480 59.7
720x480 59.7
640x480 59.4
DIN disconnected (normal left inverted right x axis y axis)
1280x768_60.00 (0x2da) 79.5MHz
h: width 1280 start 1344 end 1472 total 1664 skew 0 clock 47.8KHz
v: height 768 start 771 end 781 total 798 clock 59.9Hz
~$ xrandr --addmode vga-0 1280x768_60.00
xrandr: cannot find output "vga-0"
尽管xrandr
告诉我vga-0
已连接,但如果我尝试使用任何命令,vga-0
它会告诉我找不到输出vga-0
我完全是新手所以请忍耐一下。
如有任何建议我将非常感激。
答案1
我相信 xrandr 中使用的显示区分大小写。我注意到你说的是vga-0
而不是,所以VGA-0
再检查一下!