红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

显示器一直显示输入不支援,请求帮助。谢谢!

发布时间:2010-05-23 22:27:30来源:红联作者:ubuntull
谢谢大家。

显示器是17寸液晶,在ubuntu或windows下分辩率是1280*1024,或者1024*768。
用u盘安装的debian,分辩率为1600*1200,显示器上一直有个飘浮的提示讯息:输入不支援。
首选项-屏幕分辩率,无法进行设置。没有下拉菜单可选。
首选项-system-profiler and benchmark,中显示分辩率为1600*1200。

请问,要怎样才能把“输入不支援”提示去掉,并设置合适的分辩?

谢谢!

我刚用ubuntu不久,这是第一次用debian,很多常识都不了解,希望能得到高手详细的指点。 万分感谢。

[attach]30776[/attach]

[attach]30777[/attach]
文章评论

共有 1 条评论

  1. 1234qw 于 2010-05-24 21:49:10发表:

    在/etc/X11找xorg.conf这个文件
    Section "Screen"
    Identifier "Screen[0]"
    Device "Device[0]"
    Monitor "Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Virtual 3840 1200
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "768x576"
    EndSubSection
    SubSection "Display"
    Virtual 3840 1200
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "768x576"
    EndSubSection
    SubSection "Display"
    Virtual 3840 1200
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "768x576"
    EndSubSection
    SubSection "Display"
    Virtual 3840 1200
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "768x576"
    EndSubSection
    在 Modes后添加,"1280x1024"或 "1024x768"
    我是A卡,看能不能用