LinuxSir.cn,穿越时空的Linuxsir!

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

启动gnome错误

[复制链接]
 楼主| 发表于 2006-9-20 11:34:27 | 显示全部楼层
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

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


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

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

Section "Monitor"
    Identifier   "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    31.5 - 31.5
    VertRefresh  50.0 - 70.0
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "vga"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     4
    SubSection "Display"
        Viewport   0 0
        Depth     4
        Modes    "1152x864"
    EndSubSection
EndSection

谢谢
回复 支持 反对

使用道具 举报

发表于 2006-9-20 12:07:43 | 显示全部楼层
我觉得你的X配置都没有完成呢!你用的是哪个显卡?ati/nvidia/intel?显示器是LCD还是CRT的?水平刷新率和垂直刷新率各是多少?
回复 支持 反对

使用道具 举报

发表于 2006-9-20 13:27:04 | 显示全部楼层
贴/var/log/Xorg.0.log
我怀疑你的xorg.conf根本没起作用
因为一开始有一句
using default builtin configuration
而且你的配置文件里指定的module和实际加载的module根本不一样
回复 支持 反对

使用道具 举报

发表于 2006-9-20 16:05:05 | 显示全部楼层
Have you emerge xorg-x11??

if you direct

  1. #emerge gnome
复制代码


the system will not install any driver for xorg.

you must explicitly emerge xorg-x11

  1. #emerge xorg-x11
复制代码



that is weird, but it is. since xorg-x11 is modular, gnome do not direct depends on the whole package of xorg-x11, but some of its components.
回复 支持 反对

使用道具 举报

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

本版积分规则

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