zmj1984 发表于 2006-2-22 08:31:35

大虾们偶又遇到一个问题啊!

偶家里的电脑装了ML可是分辨率最高只能达到800×600刷新率最高才60HZ在MS上随便都可以在1024×768或更高刷新率85HZ或更高都没问题
我尝试过编辑过#vi /etc/X11/xorg.conf文件可是没有用啊
希望各位大虾赐教啊,谢谢!

技嘉915主板 盈通剑龙6200/64M显卡
显示器比较老的

月下刀客 发表于 2006-2-22 09:23:05

把你的xorg.conf帖出来看下

zmj1984 发表于 2006-2-22 22:23:16

斑竹啊这是我的您帮我看看:

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier   "single head configuration"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath   "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath   "/usr/share/fonts/default/Type1"
        FontPath   "/usr/share/fonts/ttf/zh_CN"
EndSection

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

Section "InputDevice"
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XbkModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"

        # Modified by system-config-mouse
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "IMPS/2"
        Option          "Emulate3Buttons" "no"
        Option          "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 37.9
        VertRefresh50.0 - 70.0
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "nv"
        VendorName"Videocard vendor"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
        VideoRam    65536
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Depth   24
                Modes    "800×600"
        EndSubSection
EndSection

zmj1984 发表于 2006-2-22 22:24:32

我试过把600×800改成1024×768可是没有用

月下刀客 发表于 2006-2-22 23:04:49

这两行改一下:

HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0

HorizSync       30.0 - 71.0
VertRefresh   50.0 - 160.0

再把倒数第三行改成:
Modes "1024x768" "800x600"


重启一下X

zmj1984 发表于 2006-2-22 23:25:50

再一次的感谢,严重的崇拜
页: [1]
查看完整版本: 大虾们偶又遇到一个问题啊!