刚刚安装了Ubuntu12.04。默认显示驱动程序已将我的分辨率固定为1024x768。我看到的唯一其他选择是800x600。有没有办法像很多网站推荐的那样,提高我的分辨率来看到1280x800呢?我的桌面没有使用全屏。它粘在左边。在我的右边有大约4英寸深的未使用区域。
从3天开始就一直在尝试配置这个。至今仍未取得任何进展:
根据评论中的一些建议,我尝试了以下步骤。
Step 1: cvt 1280 800
Output: # 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHzModeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
Step 2: xrandr --newmode "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
Step 3: xrandr --verbose --addmode LVDS1 1280x800_60.0
Output:
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: 27
Current serial number in output stream: 28这是因为刷新率吗?我的xrandr现在给出了以下输出:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)
1280x800_60.00 (0xd5) 83.5MHz
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.7KHz
v: height 800 start 803 end 809 total 831 clock 59.8Hz发布于 2014-04-28 22:37:33
只有当安装驱动程序为您的GPU没有帮助。应该在软件&更新>>附加驱动程序试着看看这里:如何使我的最大屏幕分辨率被Ubuntu检测到?看一下Venki提供的答案,我也遇到了同样的问题,这对我有帮助。但是在第一个命令中,而不是:
cvt 2048 1536我用:
gtf 1280 1024 60gtf 水平区域 刷新率
如果在链接帖子之后出现奇怪的字体,请使用:
sudo add-apt-repository ppa:no1wantdthisname/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fontconfig-infinality不确定上面的包裹是否有用,但它确实对我有帮助。如果没有,您可以通过以下方式卸载它: sudo apt-get remove
发布于 2014-04-28 23:03:05
12.04额外的驱动程序应该为您的geforce 6150 gpu提供一个Nvidia驱动程序,使用的是当前驱动程序304.117。然后可以使用"Nvidia X服务器设置“程序将分辨率调整为1280x800。在14.04中,驱动程序在“软件和更新”程序的4个选项卡下找到。
https://askubuntu.com/questions/457169
复制相似问题