LinuxSir.cn,穿越时空的Linuxsir!

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

配置了N次Slackware的X,可是就是进不去,怎么解决 ????!

[复制链接]
发表于 2004-10-11 22:31:57 | 显示全部楼层 |阅读模式
刚开始的时候配置好的可以进X,可是因为有些地方不对,所以重新配置,但总是说Screen 配置不对还有vga不对!!帮忙解决呀!!!
[root@localhost X11]# cat xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "Auto"
        Option      "Device" "/dev/mouse"
        Option      "Emulate3Buttons"
EndSection

Section "Monitor"

#DisplaySize      310   230     # mm
        Identifier   "Monitor0"
        VendorName   "HL"
        ModelName    "HILIPS 107S5"
        HorizSync    31.5 - 31.5
        HorizSync    35.2 - 35.2
        HorizSync    35.5 - 35.5
        VertRefresh  50.0 - 90.0
        Option      "DPMS"
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option     "NoAccel"                   # [<bool>]
#Option     "SWcursor"                  # [<bool>]
#Option     "ColorKey"                  # <i>
#Option     "CacheLines"                # <i>
#Option     "Dac6Bit"                   # [<bool>]
#Option     "DRI"                       # [<bool>]
#Option     "NoDDC"                     # [<bool>]
#Option     "ShowCache"                 # [<bool>]
#Option     "XvMCSurfaces"              # <i>
#Option     "ageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corp."
        BoardName   "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"        BusID       "CI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1152x864" "1024x768"
        EndSubSection
EndSection
发表于 2004-10-11 22:37:31 | 显示全部楼层
DefaultDepth 改成16
显示器的水平刷新不大对啊
HorizSync 35.5 - 69.5
VertRefresh 50.0 - 75.0
 楼主| 发表于 2004-10-13 01:06:59 | 显示全部楼层
It must be changed as what you said?why?
发表于 2004-10-13 08:16:07 | 显示全部楼层
HorizSync 31.5 - 31.5
HorizSync 35.2 - 35.2
HorizSync 35.5 - 35.5
这个怎么这么多?

DefaultDepth 24
.
.
.
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864" "1024x768"
EndSubSection
这一段是不是就是默认色深24,分辨率1152*864,PHILIPS 107S5是不是不能达到这么高?
发表于 2004-10-13 08:27:24 | 显示全部楼层
运行下xorgconf
发表于 2004-10-13 12:25:45 | 显示全部楼层
你的显示器最高分辩率到1280*1024;1024*768分辨率下的刷新率可达88kHz,他能支持的水平与垂直扫描频率为:
水平扫描频率KHz 30-71
垂直扫描频率Hz 50-160
其实我只是拖住你说的型号用goolge搜索了一下,马上出来了,大部分问题都可以在google上找到答案的,呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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