LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 666|回复: 1

如何设定解度为1280x800?

[复制链接]
发表于 2004-8-7 09:57:12 | 显示全部楼层 |阅读模式
最近购买了一台Notebook, 其螢幕为1280x800.
在Slackware 10.0中如何调整?
发表于 2004-8-7 10:20:36 | 显示全部楼层
这是我的设置
  1. ..............

  2. Section "Monitor"
  3.   DisplaySize  320 240
  4.   HorizSync    31-48
  5.   Identifier   "Monitor[0]"
  6.   ModelName    "1024X768@60HZ"
  7.   Option       "DPMS"
  8.   VendorName   "--> VESA"
  9.   VertRefresh  50-60
  10. #########
  11.   UseModes     "Modes[0]"
  12. ##########
  13. EndSection

  14. ########
  15. Section "Modes"
  16.   Identifier   "Modes[0]"
  17.   Modeline         "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  18.   Modeline         "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync
  19.   Modeline         "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
  20.   Modeline         "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  21.   Modeline         "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -HSync -VSync
  22. EndSection

  23. ##########

  24. Section "Screen"
  25.   DefaultDepth 24
  26. .............

  27.   SubSection "Display"
  28.     Depth      24
  29.     Modes      "1280x800" "1024x768"
  30.   EndSubSection

  31. EndSection


  32. .........
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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