LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: linux001

液晶显示器的X配置问题

[复制链接]
发表于 2006-9-4 20:36:37 | 显示全部楼层
HorizSync 30.0 - 83.0
VertRefresh 55.0 - 75.0

ModeLine "1024x768" 78.80 1024 1056 1152 1312 768 769 772 800 +hsync +vsync
这个有问题,还是重新配置以下dpkg-reconfigure xserver-xorg
回复 支持 反对

使用道具 举报

发表于 2006-9-4 21:20:57 | 显示全部楼层
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "Clone" "on"
EndSection

Section "Module"
    Load           "extmod"
    Load           "glx"
    Load           "type1"
    Load           "xtt"
    Load           "vbe"
    Load           "ddc"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc101"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
# Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 90.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS" "true"
EndSection

Section "Device"

#        Option                         "RenderAccel" "true"
#        Option                         "backingstore" "true"
    Identifier     "nv"
    Driver         "nvidia"
EndSection

Section "Screen"

#    Option         "TwinViewOrientation" "Clone" # "leftof"
#        Option         "ConnectedMonitor" "CRT,DFP"
#    Option         "MetaModes" "1024x768,1280x800" #;1280x800,800x600"
#        Option         "ConnectedMonitor" "CRT,DFP"
#   Option         "MetaModes" "1024x768,1280x800" #;1280x800,800x600"
#    Option         "TwinView" "false"
#    Option         "MetaModes" "1280x800" #;1280x800,800x600"
    Identifier     "Default Screen"
    Device         "nv"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    Option         "UseFBDev" "true"
    Option         "TwinView" "true"
    Option         "TwinViewOrientation" "Clone" # "leftof"
    Option         "DPMS"
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800"
    EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-9-5 19:01:48 | 显示全部楼层
Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Monitor Vendor"
        ModelName       "hilips 190V6"
        HorizSync       30.0 - 83.0
        VertRefresh     56.0 - 76.0
EndSection

Section "Device"
        Identifier      "Videocard0"
        Driver          "nv"
        VendorName      "Videocard vendor"
        BoardName       "NVIDIA GeForce FX (generic)"
        VideoRam        131072
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Videocard0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection      "Display24"
                Depth   24
                Modes   "1280x1024" "1024x768"
        EndSubSection
EndSection

我的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-9-6 00:18:53 | 显示全部楼层
已经证实使用上面的方法不行,看来是我的显示器有特殊性;

既然点时钟这个办法不行,我只好找时间试一下NV的驱动.
回复 支持 反对

使用道具 举报

发表于 2006-9-6 01:53:36 | 显示全部楼层
CRT刷新率可以这样搞

Modes "1280x1024_120" "1024x768_80"
回复 支持 反对

使用道具 举报

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

本版积分规则

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