ubuntu下更改分辨率

刚刚安装了ubuntu之后,发现系统的分辨率选项最大的就1024x768,好郁闷,所以上网查找更改方法。

网上的方法有繁有简,这里介绍一个笔者使用成功的一个方法,而且很简单。

1.cvt 1440 900

2.sudo gedit  /etc/X11/xorg.conf

3.在文件中写入以下内容:

Section "Monitor"

Identifier "Configured Monitor"
Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
Option "PreferredMode" "1440x900_60.00"
EndSection


Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


Section "Device"
Identifier "Configured Video Device"

EndSection

4.重启,进入“显示”里面就会发现多了1440x900。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值