LinuxSir.cn,穿越时空的Linuxsir!

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

启动不了Xwindow,刚装了7.2,可是不能启动Xwindow

[复制链接]
发表于 2003-4-14 14:52:14 | 显示全部楼层 |阅读模式
我是linux新手,刚装了7.2,可是不能启动Xwindow
我的显卡是intel 845g
哪位装过驱动的!帮帮忙吧!
发表于 2003-4-14 16:01:35 | 显示全部楼层
把配制文件发上来/etc/X11/XF86Config-4
另外用
#setup
里面有个Xconfigrator的,来配制显卡和显示器。显卡就是i810的。
试一下。
 楼主| 发表于 2003-4-14 16:19:05 | 显示全部楼层
是这个吧!
# 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 "unix/:7100"
EndSection

# Module loading section

Section "Module"
        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" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "E70-4"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 70
        VertRefresh 50 - 120
        Option "dpms"
EndSection

Section "Device"
        Identifier "My Video Card"
        Driver "i810"
        BoardName "Unknown"
        VideoRam 16384
EndSection

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

Section "Screen"
        Identifier "Screen0"
        Device "My Video Card"
        Monitor "E70-4"
        DefaultDepth 8
EndSection

Section "DRI"
        Mode 0666
EndSection
发表于 2003-4-17 13:00:47 | 显示全部楼层
老兄和我一样,我只知道我们的字体比改了,见
FontPath="unix:/7100" 一行
试着加这两行加进去,同时删除上面一行
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"

如果不行在改回来,不会损坏东西的,linux这东西就是要试验的

同时我也期望高手指点
]
发表于 2003-4-20 12:40:06 | 显示全部楼层
我试过这样的问题,安装后可以进入XWINDOWS,但我把XFS服务去掉后,就进入不了图形化界面了,然后再把XFS服务重新启动,就又可以进入图形化界面了,好象是字体的问题。
发表于 2003-4-20 23:33:43 | 显示全部楼层
对,XFS是字体服务器,是不能关的,也有关掉XFS进入X的解决办法。不过不太好用。系统会不稳 。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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