ubuntu优化问题 更改分辨率

1,选好自己适合分辨率,比如我的是1440×900, 终端运行:
cvt 1440 900

输出:

1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHzModeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
2把这个分辨率写入配置文件:

命令:

	sudo vim  /etc/X11/xorg.conf      或
	sudo gedit  /etc/X11/xorg.conf
3把下述配置写入文件:

Java代码

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 重启
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值