LinuxSir.cn,穿越时空的Linuxsir!

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

[求助]显示器刷新率的问题

[复制链接]
发表于 2007-4-29 19:58:57 | 显示全部楼层 |阅读模式
三星 SyncMaster 763MB,etch默认的配置居然没认出来我的显示器,在1024x768分辨率下,刷新率只有61,桌面图标显示正常.按照显示器说明用 dpkg-reconfigure xserver-xorg调好HorizSync和VertRefresh后,分辨率和刷新率都还行,就是kde桌面有部分超出了显示器的显示访问,桌面上的图标只能看到一半了。请问:我改怎么设置?
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "vesa"
        BusID           "CI:0:2:0"
        VideoRam        8192
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-49
        VertRefresh     43-72
EndSection
发表于 2007-4-29 22:47:39 | 显示全部楼层
HorizSync 28-49
VertRefresh 43-72

好Ï是Ù个¾置有î˜吧。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-30 12:42:47 | 显示全部楼层
以上配置是运行 dpkg-reconfigure xserver-xorg 后自动生成的,屏幕大小在显示器上正好。

如果改成
HorizSync 30-70
VertRefresh 50-160
桌面的显示有部分超出了屏幕。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-1 10:08:18 | 显示全部楼层
三星 763MB 显示器,845GL 集成显卡

以下配置文件,刷新率可以上到 1024x768@85HZ,但是kde桌面左右两边有部分超出了显示器边缘。以前在windows和linux下都不用调显示器就可以正常显示的。
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "vesa"
        BusID                "CI:0:2:0"
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "通用显示器"
        Option                "DPMS"
        HorizSync        30-70
        VertRefresh        50-150
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic Video Card"
        Monitor                "通用显示器"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-2 09:42:05 | 显示全部楼层
有人能帮忙找到原因吗?以前用sarge的时候也没有这个问题。

是不是 etch 中需要另外安装 845 集成显卡的驱动啊?还是系统哪里需要设置一下?
回复 支持 反对

使用道具 举报

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

本版积分规则

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