当前位置:操作系统 > Unix/Linux >>

在fedora3下把intel分辩率调到1280x800

For the modeline, in a terminal type:

   gtf 1280 800 60

   This should result in something like:

   Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync

   Paste the output of this command (as a single line) into your /etc/X11/xorg.conf file under the "Monitor" section. You should also rename the modeline from "1280x800_60.00" to "1280x800".

   Next, you'll need to add "1280x800" to each of the subsections under the "Screen" section.

  具体的步骤:

   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^

  

上一个:桌面应用技巧:Linux控制台下轻松工作
下一个:让Linux象Windows一样安装卸载

更多Unix/Linux疑问解答:
路由原理介绍
子网掩码快速算法
改变网络接口的速度和协商方式的工具miitool和ethtool
Loopback口的作用汇总
OSPF的童话
增强的ACL修改功能
三层交换机和路由器的比较
用三层交换机组建校园网
4到7层交换识别内容
SPARC中如何安装Linux系统(2)
SPARC中如何安装Linux系统(1)
用Swatch做Linux日志分析
实战多种Linux操作系统共存
浅析Linux系统帐户的管理和审计
Linux2.6对新型CPU的支持(2)
电脑通通透
玩转网络
IE/注册表
DOS/Win9x
Windows Xp
Windows 2000
Windows 2003
Windows Vista
Windows 2008
Windows7
Unix/Linux
苹果机Mac OS
windows8
安卓/Android
Windows10
如果你遇到操作系统难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,