红联Linux门户
Linux帮助

求救RedHat9修改屏幕分辨率

发布时间:2006-10-24 16:51:20来源:红联作者:moriarty
小弟新装RED HAT9 ,用的是本子,显示器告诉我是未知的显示器,显卡识别出来了,但只支持800×600,我想改成1024×768,请问如何修改啊,小弟是菜鸟,请尽量说的详细点,多谢了先
文章评论

共有 20 条评论

  1. 于 2012-02-19 18:28:09发表:

    需要安装虚拟机增强功能

  2. 于 2006-10-28 11:02:35发表:

    :0L

  3. moriarty 于 2006-10-28 01:01:46发表:

    多谢了,在诸位前辈的帮助下,终于搞定了.不过问题又来了,现在是1024*768了,但是字体有些小和发虚,我也看了很多这方面的文章,但不知道到哪里可以找到比较好的字体

  4. Subbo 于 2006-10-27 19:32:17发表:

    用不着在线等吧,这里不是服务热线。

    这样改:
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "未探测过的显示器"
    HorizSync 31.5 - 37.9
    VertRefresh 50.0 - 70.0
    Option "dpms"
    EndSection

    改为

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "未探测过的显示器"
    HorizSync 31.5 - 60.0
    VertRefresh 50.0 - 80.0
    Option "dpms"
    EndSection

    把Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "800x600" "640x480"
    EndSubSection
    EndSection

    改为

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    EndSection

    然后保存、退出、重启。

    [ 本帖最后由 Subbo 于 2006-10-27 19:34 编辑 ]

  5. moriarty 于 2006-10-26 20:16:58发表:

    小弟在线等啊,

  6. moriarty 于 2006-10-26 20:01:52发表:

    # XFree86 4 configuration created by redhat-config-xfree86

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"

    # RgbPath is the location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Red Hat 6.0 and later now use a font server independent of
    # the X server to render fonts.
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "unix/:7100"
    EndSection

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    Load "dri"
    EndSection

    Section "InputDevice"

    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # To disable the XKEYBOARD extension, uncomment XkbDisable.
    # Option "XkbDisable"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc102"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    #
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    #
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # Or if you just want both to be control, use:
    # Option "XkbOptions" "ctrl:nocaps"
    #
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection

    Section "InputDevice"

    # If the normal CorePointer mouse is not a USB mouse then
    # this input device can be used in AlwaysCore mode to let you
    # also use USB mice at the same time.
    Identifier "DevInputMice"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "未探测过的显示器"
    HorizSync 31.5 - 37.9
    VertRefresh 50.0 - 70.0
    Option "dpms"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "i810"
    VendorName "Videocard vendor"
    BoardName "Intel 852"
    VideoRam 16384
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    我的确实是集成的显卡,默认的是16M但我改成64了

  7. Subbo 于 2006-10-26 19:56:54发表:

    把/etc/X11/XF86Config的内容贴上来看看,可能需要改一下屏幕的参数。

    另外,如果是集成显卡,需要调高共享显存。

  8. moriarty 于 2006-10-26 19:49:52发表:

    不会吧......郁闷啊

  9. zjrhqilin 于 2006-10-26 18:22:19发表:

    我的本子安的是FC5,没有出现上述问题,只需要在提示的时候注销就可以了

  10. moriarty 于 2006-10-26 16:17:34发表:

    可否说的详细点啊,小弟初学,还没看懂SHELL

  11. xkx 于 2006-10-26 14:08:56发表:

    引用:
    原帖由 moriarty 于 2006-10-24 19:21 发表
    我找到了显示那里,更改了分变率,提示我要注消并重起x系统,我注消了,但不知怎么重起x系统,就重起了机器,但分辨率没有变化啊.




    c从启x系统就是在shelll下再运行xstart啊!!!呵呵

  12. moriarty 于 2006-10-26 09:25:38发表:

    郁闷ING。。。。。。。

  13. moriarty 于 2006-10-25 22:57:03发表:

    还是不成啊,多谢诸位费心了.
    没有也用本子的兄弟吗?都是怎么解决的啊,对了小弟的本子是15寸的屏幕是4:3的.

  14. nigo 于 2006-10-25 22:30:54发表:

    点击应用程式-系统设定-显示,选第二个硬体(H),然后把第一个映幕类型设定为monitor1024*768,然后注消~~~你试试看

  15. moriarty 于 2006-10-25 21:51:29发表:

    没有人吗?继续郁闷中

  16. moriarty 于 2006-10-24 23:56:32发表:

    可否说的详悉些啊,另外,我注消了,可还是800*600,郁闷中

  17. qingniaox 于 2006-10-24 20:04:05发表:

    是应该要注销的,注销x界面就行.点菜单里的注销就可以了,然后再进行系统,不注销设置是不生效的

  18. moriarty 于 2006-10-24 19:21:45发表:

    我找到了显示那里,更改了分变率,提示我要注消并重起x系统,我注消了,但不知怎么重起x系统,就重起了机器,但分辨率没有变化啊.

  19. moriarty 于 2006-10-24 19:19:25发表:

    我找到了显示那里,更改了分变率,提示我要注消并重起x系统,我注消了,但不知怎么重起x系统,就重起了机器,但分辨率没有变化啊.

  20. Gunnrose 于 2006-10-24 17:11:16发表:

    右键显示属性,然后调到你想要的分辨率就可以了
    不过得提醒你一下,如果你的显示器或显瞳不支持这么低分辨率,那么可能会造成黑频