如何更改Ubuntu 10.04中的分辨率,其中xvinfo没有显示适配器?


2

我试图最大化我的分辨率,我有分辨率:800x600(4:3)和刷新率:61Hz

我尝试了以下,但它不起作用:

$ xvinfo
X-Video Extension version 2.2
screen #0
 no adaptors present


$ 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

$ xrandr --newmode clever_name 173.00  1920 2048 2248 2576  1080 1083 1088 1120
$ xrandr -q
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        61.0* 
   640x480        60.0  
  clever_name (0x11d)  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


$ xrandr --addmode default clever_name
$ xrandr --output default --mode clever_name
xrandr: Configure crtc 0 failed

VESA司机,对吧?你确定你的显示器没有更好的驱动程序吗?
new123456 2011年

Answers:


0

我建议你做三件事:

请务必使用最新的VGA线。某些旧电缆没有数据线,因此卡无法从显示器获取EDID信息。如果VGA连接器中缺少一个引脚,请选择较新的电缆。

你有什么显卡?

$ lspci | grep VGA

您的显示器报告的EDID信息是什么?

$ sudo apt-get install read-edid
$ sudo get-edid | parse-edid
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.