宽屏本本的分辨率问题解决

装好Ubuntu后系统不能自动识别1280x800的分辨率
同事说装个915resolution包就可以了
结果我装了后还是不行
运行:
[code]
sudo 915resolution 38 1280 800 24
[/code]
报如下错误:
[code]
Intel 800/900 Series VBIOS Hack : version 0.5.2
NVIDIA chipset detected. 915resolution only works with Intel 800/900 series graphic chipsets.
[/code]
原来915resolution只支持Intel系列的显卡,而我的本本是nVidia的显卡,所以915resolution不行啦。

又Google了一下,原来改一下xorg.conf即可:
[b]sudo vim /etc/X11/xorg.conf[/b],
将如下代码:
[code]
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
[/code]
改为:
[code]
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
[/code]
即将Depth为24的SubSection的Modes前加一个"1280x800"即可,DefaultDepth为24。
保存退出后运行[b]sudo /etc/init.d/gdm restart[/b]或者Ctrl+Alt+Backspace重启GNOME.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值