Ubuntu 12.04 修改分辨率

转自:http://blog.sina.com.cn/s/blog_4dff7c2f01014yau.html

使用下面的命令可以察看显卡信息

$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4500/5100 Series]

使用xrandr命令就可以修改分辨率了:
首先,直接运行xrandr查看下分辨率的情况:
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
     1024x600             60.0 +
     800x600               60.3         56.2 
     640x480               59.9 
VGA1 connected 1280x1024+0+0 (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
标有星号(*)的那一行就是当前正在使用的分辨率,
接下来使用cvt命令生成一个modeline,为后续添加分辨率作准备:
$ cvt 1440 900
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00"   106.50   1440 1528 1672 1904   900 903 909 934 -hsync +vsync
再运行xrandr --newmode来创建一个分辨率模式,使用“Modeline”后的内容(--rmmode删除这个模式):
$ xrandr --newmode "1440x900_60.00"   106.50   1440 1528 1672 1904   900 903 909 934 -hsync +vsync
接着用xrandr --addmode把这个模式添加到显示器上(--delmode把这个模式从该显示器上移除):
$ xrandr --addmode VGA1 "1440x900_60.00"
最后是应用这个模式:
$ xrandr --output VGA1 --mode "1440x900_60.00"
OK!设置完成!
用xrandr查看一下:
$ xrandr
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
     1024x600             60.0 +
     800x600               60.3         56.2 
     640x480               59.9 
VGA1 connected 1440x900+0+0 (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 
     1440x900_60.00     59.9*
设置完成后画面可能出现偏移,直接在显示器上调整就可以了。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值