LinuxSir.cn,穿越时空的Linuxsir!

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

求救xorg出错.

[复制链接]
发表于 2006-11-13 15:38:49 | 显示全部楼层
看置顶贴,去irc
另外不要忘了gentoo文档和gentoo-wiki.com
这里还有我的配置文件
http://robert.zhangle.googlepages.com/
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 16:01:02 | 显示全部楼层
现在可以了.系统重做了一次.用xorg -textmode 生成xorg.conf 手动把字体添加进去.把vesa驱动换成radeon改下分色深分辩率.可以进到fluxbox介面.
less xorg.conf
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
        Rgbpath         "/usr/share/X11/rgb"
        Modulepath      "/usr/lib64/xorg/modules"
        Fontpath        "/usr/share/fonts/misc"
        Fontpath        "/usr/share/fonts/TTF"
        Fontpath        "/usr/share/fonts/OTF"
        Fontpath        "/usr/share/fonts/Type1"
        Fontpath        "/usr/share/fonts/CID"
        Fontpath        "/usr/share/fonts/100dpi"
        Fontpath        "/usr/share/fonts/75dpi"
EndSection

Section "Module"
        Load  "freetype"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        Card        "* Generic VESA compatible"
        BusID       "CI:5:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection
Section "DRI"
      Mode   0666
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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