LinuxSir.cn,穿越时空的Linuxsir!

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

intel 865gvhz gentoo安装X,只能用 640x480的分辨率,请教哪一步没做对?

[复制链接]
发表于 2006-8-4 16:45:42 | 显示全部楼层 |阅读模式
核心编译了以下:
    intel的agpgart
      选择i915(i830也实验过)

X -configure 的结果,修改了一下鼠标设备名和分辨率
  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.         RgbPath      "/usr/share/X11/rgb"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10.         FontPath     "/usr/share/fonts/misc"
  11.         FontPath     "/usr/share/fonts/75dpi"
  12.         FontPath     "/usr/share/fonts/100dpi"
  13.         FontPath     "/usr/share/fonts/TTF"
  14.         FontPath     "/usr/share/fonts/Type1"
  15. EndSection

  16. Section "Module"
  17.         Load  "glx"
  18.         Load  "extmod"
  19.         Load  "xtrap"
  20.         Load  "record"
  21.         Load  "dbe"
  22.         Load  "dri"
  23.         Load  "freetype"
  24.         Load  "type1"
  25. EndSection

  26. Section "InputDevice"
  27.         Identifier  "Keyboard0"
  28.         Driver      "kbd"
  29. EndSection

  30. Section "InputDevice"
  31.         Identifier  "Mouse0"
  32.         Driver      "mouse"
  33.         Option            "Protocol" "auto"
  34.         Option            "Device" "/dev/psaux"
  35.         Option            "ZAxisMapping" "4 5 6 7"
  36. EndSection

  37. Section "Monitor"
  38.         #DisplaySize          280   210        # mm
  39.         Identifier   "Monitor0"
  40.         VendorName   "ACM"
  41.         ModelName    "NEC11F"
  42.         Option            "DPMS"
  43. EndSection

  44. Section "Device"
  45.         ### Available Driver options are:-
  46.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  47.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  48.         ### [arg]: arg optional
  49.         #Option     "NoAccel"                    # [<bool>]
  50.         #Option     "SWcursor"                   # [<bool>]
  51.         #Option     "ColorKey"                   # <i>
  52.         #Option     "CacheLines"                 # <i>
  53.         #Option     "Dac6Bit"                    # [<bool>]
  54.         #Option     "DRI"                        # [<bool>]
  55.         #Option     "NoDDC"                      # [<bool>]
  56.         #Option     "ShowCache"                  # [<bool>]
  57.         #Option     "XvMCSurfaces"               # <i>
  58.         #Option     "PageFlip"                   # [<bool>]
  59.         Identifier  "Card0"
  60.         Driver      "i810"
  61.         VendorName  "Intel Corporation"
  62.         BoardName   "82865G Integrated Graphics Controller"
  63.         BusID       "PCI:0:2:0"
  64. EndSection

  65. Section "Screen"
  66.         Identifier "Screen0"
  67.         Device     "Card0"
  68.         Monitor    "Monitor0"
  69.         DefaultDepth 24
  70.         SubSection "Display"
  71.                 Modes "1024x768"
  72.                 Viewport   0 0
  73.                 Depth     24
  74.         EndSubSection
  75. EndSection
复制代码


可是 X -config xorg.conf.new 测试的时候仅能使用 640x480的分辨率,下面是 /var/log/Xorg.0.log 的相关内容,摘录的错误相关部分:
  1. (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
  2.         i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
  3.         915GM, 945G
  4. (II) Primary Device is: PCI 00:02:0
  5. (--) Chipset 865G found
  6. 。。。。。。
  7. 。。。。。。
  8. (II) I810(0): Supported VESA Video Modes:
  9. (II) I810(0): 640x480@60Hz
  10. (II) I810(0): 800x600@60Hz
  11. (II) I810(0): 1024x768@60Hz
  12. (II) I810(0): Manufacturer's mask: 0
  13. (II) I810(0): Serial No:
  14. (II) I810(0): Monitor name: NEC11F
  15. (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
  16. (--) I810(0): Maximum space available for video modes: 16192 kByte
  17. 。。。。。
  18. 。。。。。
  19. (II) I810(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
  20. (II) I810(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
  21. (II) I810(0): Not using mode "1024x768" (no mode of this name)
  22. (II) I810(0): Increasing the scanline pitch to allow tiling mode (640 -> 1024).
  23. (--) I810(0): Virtual size is 640x480 (pitch 1024)
  24. (**) I810(0):  Built-in mode "640x480"
  25. (II) I810(0): Attempting to use 60.00Hz refresh for mode "640x480" (850)
  26. (--) I810(0): Display dimensions: (280, 210) mm
  27. (--) I810(0): DPI set to (58, 58)

复制代码



什么地方没做对呢?请教!谢谢!:% :% :thank :thank

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2006-8-4 16:50:08 | 显示全部楼层
(II) I810(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
(II) I810(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz

在monitor段定义一下你显示器的参数,比如我的:
    HorizSync       30.0 - 85.0
    VertRefresh     50.0 - 160.0

你的显示器要查说明书或者网上搜索。
回复 支持 反对

使用道具 举报

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

本版积分规则

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