LinuxSir.cn,穿越时空的Linuxsir!

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

怎样修改分辨率?VGA compatible controller : Cirrus Logic GD 5446

[复制链接]
发表于 2003-5-22 17:41:37 | 显示全部楼层 |阅读模式
我用的是REDHAT AD SERVER 2.1,看了好多帖子,也试了很多方法,可显示分辨率还是640×480!朋友们帮忙解决一下好吗?
发表于 2003-5-22 17:45:38 | 显示全部楼层
说一下硬件,多谢。

#lspci
#arch
#uname -a
 楼主| 发表于 2003-5-22 17:55:20 | 显示全部楼层
HP LH3
显示器是hp m500
显卡驱动是cirrus logic 5446
发表于 2003-5-22 17:56:39 | 显示全部楼层
是不是服务器的??能否用lspci来列一下显示卡的芯片。多谢。
 楼主| 发表于 2003-5-22 18:03:11 | 显示全部楼层
VGA compatible controller : Cirrus Logic GD 5446
 楼主| 发表于 2003-5-22 18:10:08 | 显示全部楼层
这是配置文件内容!
# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
        FontPath "/usr/share/fonts/zh_CN/TrueType/myttf"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "xtt"
        Load  "dbe"                # Double-buffering
        Load  "GLcore"                # OpenGL support
        Load  "dri"                # Direct rendering infrastructure
        Load  "glx"                # OpenGL X protocol interface
        Load  "extmod"                # Misc. required extensions
        Load  "v4l"                # Video4Linux
        # Load  "pex5"                # PHIGS for X 3D environment (obsolete)
        # Load  "record"        # X event recorder
        # Load  "xie"                # X Image Extension (obsolete)
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"         # TrueType font handler
        # Load  "type1"                # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "rotocol" "S/2"
        Option      "Emulate3Buttons" "on"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "HP M500 15-inch Display"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30-70
        VertRefresh 50-120
        Option "dpms"
EndSection

Section "Device"
        Identifier "Cirrus Logic GD544x"
        Driver "cirrus"
        BoardName "Unknown"
# Use Option "no_bitblt" if you have graphics problems. If that fails
# try Option "noaccel".
# Refer to /usr/X11R6/lib/doc/README.cirrus.
# To allow linear addressing, uncomment the Option line and the
# address that the card maps the framebuffer to.
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Cirrus Logic GD544x"
        Monitor "HP M500 15-inch Display"
        DefaultDepth 16
        Subsection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection
发表于 2003-5-22 18:14:06 | 显示全部楼层
备份好/etc/X11/XF86Config-4,然后改XF86Config-4相应的部份。看一下情况何如???


Section "Screen"
Identifier "Screen0"
Device "Cirrus Logic GD544x"
Monitor "HP M500 15-inch Display"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
EndSection
 楼主| 发表于 2003-5-22 18:38:40 | 显示全部楼层
不行啊!!
 楼主| 发表于 2003-5-22 18:44:38 | 显示全部楼层
再线等!!
发表于 2003-5-22 20:45:17 | 显示全部楼层
Section "Device"
Identifier "Cirrus Logic GD544x"
Driver "cirrus"
BoardName "Unknown"
# Use Option "no_bitblt" if you have graphics problems. If that fails
# try Option "noaccel".
# Refer to /usr/X11R6/lib/doc/README.cirrus.
# To allow linear addressing, uncomment the Option line and the
# address that the card maps the framebuffer to.
EndSection


把上面这段改成如下。。

Section "Device"
Identifier "Cirrus Logic GD544x"
SERVER SVGA
Driver "cirrus"
BoardName "Unknown"
EndSection
并把下面这段删除,试一下。

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection


不要忘记备份好文件。

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

本版积分规则

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