QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 901|回复: 2

ML怎么才能支持宽屏的本本

[复制链接]
发表于 2006-5-16 15:45:40 | 显示全部楼层 |阅读模式
我用一些办法,但是最后都是1024*768的分辨率,再上部去了,现在有什么好的解决办法吗?
发表于 2006-5-16 15:57:59 | 显示全部楼层
多大的分辨率?最好的办法是安装的选择相应的genricLCD,然后设置分辨率的时候设一个比那个分辨率大一点儿,这样自己就设好了。 
回复

使用道具 举报

发表于 2006-5-16 16:03:19 | 显示全部楼层
具体的步骤:
1、在命令行下输入gtf 1280 800 60
60是分辨率,你的是1280x768就应该输入gtf 1280 768 60,我只用过60,其他不太确定。
2、把回车后显示的结果复制到/etc/X11/xorg.conf的"Monitor"段下,就像下面的配置文件中红色字体中添加的一样。最好把"1280x800_60.00"重命名成"1280x800"(你的就是1280x768,我没重命名也行)
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 90.0
VertRefresh 60.0 - 60.0
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
EndSection

3、在每个"Screen"段的字段下添加"1280x800"(1280x768)。
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
然后重启系统看看^0^
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 21:24 , Processed in 0.046000 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表