免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 750 | 回复: 1
打印 上一主题 下一主题

BLFS 中分辨率的问题? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-10 09:09 |只看该作者 |倒序浏览
昨天在LFS上装Xorg,按BLFS中的步骤. 装好后只有640X480, 我改了/etc/X11/xorg.conf:

  1. Section "ServerLayout"
  2.              Identifier            "X.org Configured"
  3.              Screen       0      "Screen0" 0 0
  4.              InputDevice       "Mouse0" "CorePointer"
  5.              InputDevice       "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.             ......
  9. EndSection

  10. Section "Module"
  11.            .......
  12. EndSection

  13. Section "InputDevice"
  14.             ......
  15. EndSection

  16. Section "Inputdevice"
  17.             .....
  18. Endsection

  19. Section "Monitor"
  20.            Identifier "Monitor0"
  21.            VendorName "Monitor Verdor"
  22.            ModelName  "Monitor Model"
  23. EndSection

  24. Section "Device"
  25.            Identifier "Card0"
  26.            Driver "vmware"
  27.            VendorName "VMWare Inc"
  28.           BoardName "Unknown Board"
  29.            BusID "PCI:0:15:0"
  30. EndSection

  31. Section "Screen"
  32.            Identifier "Screen0"
  33.           Device "Card0"
  34.            Monitor "Monitor0"
  35.            DefaultDepth 24
  36.           SubSection "Display"
  37.                  Viewport 0 0
  38.                 Depth 24
  39.                  Modes "1024x768"
  40.            EndSubSection
  41. EndSection
复制代码

但是没有用,启动X还是只有640X480.各位大哥帮我瞧瞧,哪里还有什到问题?
我是在VMWare中.

论坛徽章:
0
2 [报告]
发表于 2005-08-10 10:29 |只看该作者

BLFS 中分辨率的问题?

哈哈.搞定.

  1. Section "Monitor"
  2.           ...
  3.           HorizSync     31.5 - 57.0
  4.           VertRefresh  50-90
  5. EndSection.
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP