<已解决> LD 64装了ATI驱动,重启后,提示“显示超范围”
Tofloor
poster avatar
wotaA
deepin
2011-09-01 07:29
Author
以上,请问LD的配置文件在哪,根据搜到的改了xrog.conf 无用。有经验的朋友帮下,谢谢。
Reply Favorite View the author
All Replies
s.******[email protected]
deepin
2011-09-01 09:09
#1
以上,请问LD的配置文件在哪,根据搜到的改了xrog.conf 无用。有经验的朋友帮下,谢谢。
因为不是xrog.conf 是 xorg.conf
Reply View the author
wotaA
deepin
2011-09-02 06:48
#2
已解决,谢谢。
Reply View the author
wotaA
deepin
2011-09-10 03:55
#3
原 xorg.conf内容如下。
  1. Section "Screen"
  2.         Identifier        "Default Screen"
  3.         DefaultDepth        24
  4. EndSection
  5. Section "Module"
  6.         Load        "glx"
  7. EndSection
Copy the Code
是装了提供的ATI驱动后。显示器提示超范围。显卡为主板集成。HD4250.
修改后如下:
  1. Section "Monitor"
  2. identifier "hp1720"
  3. vendorname "Generic"
  4. modelname "1024x768 @ 65 Hz"
  5. HorizSync 31.5-57.0
  6. VertRefresh 50-70
  7. EndSection
  8. Section "Screen"
  9.         Identifier        "Default Screen"
  10.         Monitor "hp1720"
  11.         DefaultDepth        24
  12.         SubSection "Display"
  13.                 Depth 24
  14.                 Modes "1024x768" "800x600" "640x480" "1280x1024"
  15.         EndSubSection
  16. EndSection
  17. Section "Module"
  18.         Load        "glx"
  19. EndSection
Copy the Code
Reply View the author
bsfmig
deepin
2011-09-12 06:20
#4
modelname "1024x768 @ 65 Hz"
HorizSync 31.5-57.0
VertRefresh 50-70
注释掉试试?
Reply View the author