LinuxSir.cn,穿越时空的Linuxsir!

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

LCD 1280 x 800 显示问题???

[复制链接]
发表于 2008-6-5 09:53:20 | 显示全部楼层 |阅读模式
试了很多方法都不行。。。

最好只是能达到:1280 * 768 @60Hz

X1250集成显卡。用RadeonHD驱动。


xorg.conf 如下:



  1. Section "ServerLayout"
  2.         Identifier     "Xorg Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5.         InputDevice    "PS/2 Mouse" "CorePointer"
  6. # Serial Mouse not detected
  7. # USB Mouse not detected
  8. EndSection

  9. Section "ServerFlags"
  10.         Option "AllowMouseOpenFail"  "true"
  11.        
  12. EndSection

  13. Section "Files"
  14.         RgbPath      "/usr/share/X11/rgb"
  15.         ModulePath   "/usr/lib/xorg/modules"
  16.         FontPath     "/usr/share/fonts/misc:unscaled"
  17.         FontPath     "/usr/share/fonts/misc"
  18.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  19.         FontPath     "/usr/share/fonts/75dpi"
  20.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  21.         FontPath     "/usr/share/fonts/100dpi"
  22.         FontPath     "/usr/share/fonts/PEX"
  23. # Additional fonts: Locale, Gimp, TTF...
  24.         FontPath     "/usr/share/fonts/cyrillic"
  25. #        FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
  26. #        FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
  27. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  28.         FontPath     "/usr/share/fonts/Type1"
  29.         FontPath     "/usr/share/fonts/ttf/western"
  30.         FontPath     "/usr/share/fonts/ttf/decoratives"
  31.         FontPath     "/usr/share/fonts/truetype"
  32.         FontPath     "/usr/share/fonts/truetype/openoffice"
  33.         FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  34.         FontPath     "/usr/share/fonts/latex-ttf-fonts"
  35.         FontPath     "/usr/share/fonts/defoma/CID"
  36.         FontPath     "/usr/share/fonts/defoma/TrueType"
  37. EndSection

  38. Section "Module"
  39.         Load  "ddc"  # ddc probing of monitor
  40.         Load  "dbe"
  41.         Load  "dri"
  42.         Load  "extmod"
  43.         Load  "glx"
  44.         Load  "bitmap" # bitmap-fonts
  45.         Load  "type1"
  46.         Load  "freetype"
  47.         Load  "record"
  48.         #   Load  "synaptics"
  49. EndSection

  50. Section "InputDevice"
  51.         Identifier  "Keyboard0"
  52.         Driver      "keyboard"
  53.         Option      "CoreKeyboard"
  54.         Option "XkbRules" "xorg"
  55.         Option "XkbModel" "pc105"
  56.         Option "XkbLayout" "us"
  57. EndSection

  58. Section "InputDevice"
  59.         Identifier  "Serial Mouse"
  60.         Driver      "mouse"
  61.         Option      "Protocol" "Microsoft"
  62.         Option      "Device" "/dev/ttyS0"
  63.         Option      "Emulate3Buttons" "true"
  64.         Option      "Emulate3Timeout" "70"
  65.         Option            "SendCoreEvents"  "true"
  66. EndSection

  67. Section "InputDevice"
  68.         Identifier  "PS/2 Mouse"
  69.         Driver      "mouse"

  70.         Option      "Protocol" "ExplorerPS/2"
  71.         Option      "Device" "/dev/input/mice"
  72.         Option      "Buttons"  "5"
  73.         Option      "ZAxisMapping"   "4 5"
  74.         Option      "ButtonMapping"  "1 2 3"

  75.         Option            "SendCoreEvents"  "true"
  76. EndSection


  77. Section "InputDevice"
  78.         Identifier      "USB Mouse"
  79.         Driver          "mouse"
  80.         Option          "Device"                "/dev/input/mice"
  81.         Option                "SendCoreEvents"        "true"
  82.         Option          "Protocol"              "IMPS/2"
  83.         Option          "ZAxisMapping"          "4 5"
  84.         Option          "Buttons"               "5"
  85. EndSection



  86. # Auto-generated by Archie mkxcfg

  87. Section "Monitor"
  88.         Identifier "Monitor0"
  89.                 Option "DPMS" "true"
  90. #        HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
  91.         HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
  92.         VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
  93. #        VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.

  94.         DisplaySize 325 203


  95.   # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  96.   Modeline "1024x768"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync

  97.   # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  98.   Modeline "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync

  99.         Option "PreferredMode"  "1280x800_60"

  100. EndSection



  101. # Auto-generated by Archie mkxcfg


  102. Section "Device"
  103.         Identifier  "Card0"
  104.         Driver      "radeonhd"
  105.         VendorName  "ATI"
  106.         BoardName   "ATI Radeon X1250"
  107.        
  108.         Option "ForceReduced" "true"

  109. EndSection


  110. Section "Screen"
  111.         Identifier "Screen0"
  112.         Device     "Card0"
  113.         Monitor    "Monitor0"
  114.         DefaultColorDepth 16

  115.         SubSection "Display"
  116.                 Depth     16
  117.                 Modes "1280x800_60" "1024x768" "800x600" "640x480"
  118.         EndSubSection
  119.         SubSection "Display"
  120.                 Depth     24
  121.                 Modes "1280x800_60" "1024x768" "800x600" "640x480"
  122.         EndSubSection
  123.         SubSection "Display"
  124.                 Depth     32
  125.                 Modes "1280x800_60" "1024x768" "800x600" "640x480"
  126.         EndSubSection
  127. EndSection


  128. Section "DRI"
  129.         Mode 0666
  130. EndSection

复制代码
发表于 2008-6-5 10:31:39 | 显示全部楼层
为什么不试试看 catalyst驱动,RadeonHD其实正式发布才不久,还是很不完善。
回复 支持 反对

使用道具 举报

发表于 2008-6-5 14:16:03 | 显示全部楼层
lz咋不用catalyst驱动呢?
我用的显卡型号和搂主的一样,
X1250集成显卡是在catalyst驱动支持范围之类的。
所以放心滴用啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-5 17:53:43 | 显示全部楼层
因之前用fglrx不能调整屏幕位置。所以就用radeonhd试试。

看来要试试 catalyst 了
回复 支持 反对

使用道具 举报

发表于 2008-6-6 02:42:21 | 显示全部楼层
fglrx自动调整,不需要手动的,只有开源驱动才需要。但是现在的开源驱动貌似也不需要手动调整了。而且我这里也无法调整。。。
回复 支持 反对

使用道具 举报

发表于 2008-6-6 14:06:11 | 显示全部楼层
  1. Section "ServerLayout"
  2.     Identifier     "Xorg Configured"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "PS/2 Mouse" "CorePointer"
  6. # Serial Mouse not detected
  7. # USB Mouse not detected
  8. EndSection
  9. Section "ServerFlags"
  10.     Option "AllowMouseOpenFail"  "true"
  11. EndSection
  12. Section "Files"
  13.     RgbPath      "/usr/share/X11/rgb"
  14.     ModulePath   "/usr/lib/xorg/modules"
  15.     FontPath     "/usr/share/fonts/misc:unscaled"
  16.     FontPath     "/usr/share/fonts/misc"
  17.     FontPath     "/usr/share/fonts/75dpi:unscaled"
  18.     FontPath     "/usr/share/fonts/75dpi"
  19.     FontPath     "/usr/share/fonts/100dpi:unscaled"
  20.     FontPath     "/usr/share/fonts/100dpi"
  21.     FontPath     "/usr/share/fonts/PEX"
  22. # Additional fonts: Locale, Gimp, TTF...
  23.     FontPath     "/usr/share/fonts/cyrillic"
  24. #    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
  25. #    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
  26. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  27.     FontPath     "/usr/share/fonts/Type1"
  28.     FontPath     "/usr/share/fonts/ttf/western"
  29.     FontPath     "/usr/share/fonts/ttf/decoratives"
  30.     FontPath     "/usr/share/fonts/truetype"
  31.     FontPath     "/usr/share/fonts/truetype/openoffice"
  32.     FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  33.     FontPath     "/usr/share/fonts/latex-ttf-fonts"
  34.     FontPath     "/usr/share/fonts/defoma/CID"
  35.     FontPath     "/usr/share/fonts/defoma/TrueType"
  36. EndSection
  37. Section "Module"
  38.         Load  "ddc"  # ddc probing of monitor
  39.     Load  "dbe"
  40. [color=red]   Load  "dri"[/color]
  41.     Load  "extmod"
  42. [color=red]   Load  "glx"[/color]
  43.         Load  "bitmap" # bitmap-fonts
  44.     Load  "type1"
  45.     Load  "freetype"
  46.     Load  "record"
  47.     #   Load  "synaptics"
  48. EndSection
  49. Section "InputDevice"
  50.     Identifier  "Keyboard0"
  51.     Driver      "keyboard"
  52.         Option      "CoreKeyboard"
  53.     Option "XkbRules" "xorg"
  54.     Option "XkbModel" "pc105"
  55.     Option "XkbLayout" "us"
  56. EndSection
  57. Section "InputDevice"
  58.     Identifier  "Serial Mouse"
  59.     Driver      "mouse"
  60.     Option      "Protocol" "Microsoft"
  61.     Option      "Device" "/dev/ttyS0"
  62.     Option      "Emulate3Buttons" "true"
  63.     Option      "Emulate3Timeout" "70"
  64.     Option        "SendCoreEvents"  "true"
  65. EndSection
  66. Section "InputDevice"
  67.     Identifier  "PS/2 Mouse"
  68.     Driver      "mouse"
  69.     Option      "Protocol" "ExplorerPS/2"
  70.     Option      "Device" "/dev/input/mice"
  71.         Option      "Buttons"  "5"
  72.     Option      "ZAxisMapping"   "4 5"
  73.     Option      "ButtonMapping"  "1 2 3"
  74.     Option        "SendCoreEvents"  "true"
  75. EndSection
  76. Section "InputDevice"
  77.         Identifier      "USB Mouse"
  78.         Driver          "mouse"
  79.         Option          "Device"                "/dev/input/mice"
  80.     Option        "SendCoreEvents"    "true"
  81.         Option          "Protocol"              "IMPS/2"
  82.         Option          "ZAxisMapping"          "4 5"
  83.         Option          "Buttons"               "5"
  84. EndSection
  85. # Auto-generated by Archie mkxcfg
  86. Section "Monitor"
  87.     Identifier "Monitor0"
  88.         Option "DPMS" "true"
  89. #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
  90. [color=red]   HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors[/color]
  91. [color=red]   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.[/color]
  92. #    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
  93. [color=red]   DisplaySize 325 203[/color]
  94.   # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
  95. [color=red]  Modeline "1024x768"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync[/color]
  96.   # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  97. [color=red] Modeline "1280x800_60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync[/color]
  98. [color=red]   Option "PreferredMode"  "1280x800_60"[/color]
  99. EndSection
  100. # Auto-generated by Archie mkxcfg
  101. Section "Device"
  102.     Identifier  "Card0"
  103.     Driver      "radeonhd"
  104. [color=red]   VendorName  "ATI"[/color]
  105. [color=red]   BoardName   "ATI Radeon X1250"[/color]
  106. [color=red]   Option "ForceReduced" "true"[/color]
  107. EndSection
  108. Section "Screen"
  109.     Identifier "Screen0"
  110.     Device     "Card0"
  111.     Monitor    "Monitor0"
  112.     DefaultColorDepth 16
  113.     SubSection "Display"
  114.         Depth     16
  115. [color=red]       Modes "1280x800_60" "1024x768" "800x600" "640x480"[/color]
  116.     EndSubSection
  117.     SubSection "Display"
  118.         Depth     24
  119. [color=red]       Modes "1280x800_60" "1024x768" "800x600" "640x480"[/color]
  120.     EndSubSection
  121. [color=red]   SubSection "Display"[/color]
  122. [color=red]       Depth     32[/color]
  123. [color=red]       Modes "1280x800_60" "1024x768" "800x600" "640x480"[/color]
  124. [color=red]   EndSubSection[/color]
  125. EndSection
  126. [color=red]Section "DRI"[/color]
  127. [color=red]   Mode 0666[/color]
  128. [color=red]EndSection[/color]
复制代码

使用radeonhd驱动,红色部分画蛇添足,删除红色部分再试试。

最好是删掉/etc/X11/xorg.conf,重新配置。
回复 支持 反对

使用道具 举报

发表于 2008-6-6 18:14:07 | 显示全部楼层
只有开源驱动才需要
都是因为还不完善的原因,正常支持xrand的话,甚至都不需要xorg.conf了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-11 11:37:01 | 显示全部楼层
可能是radeonhd驱动还不完善。
用fglrx驱动和调整Modeline后能正常显示了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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