LinuxSir.cn,穿越时空的Linuxsir!

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

关于debian 4.0 中metacity的问题

[复制链接]
发表于 2007-4-10 16:50:01 | 显示全部楼层 |阅读模式
请教大家。

metacity、twm是不是也是界面管理器?

如果是的话,我有下面的问题:

安装debian 4.0(ETCH)后

可以用gnome登录进图形界面,一切正常。

可是选择metacity进入后什么都没有(用ctrl + alt + -->能看到工作区切换)
twm也是这样。
 楼主| 发表于 2007-4-10 17:10:25 | 显示全部楼层
附上xorg.conf

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "i2c"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "Device"
        Identifier        "nVidia Corporation G70 [GeForce 7300 GT]"
        Driver                "nv"
        BusID                "CI:5:0:0"
EndSection

Section "Monitor"
        Identifier        "通用显示器"
        Option                "DPMS"
        HorizSync        28-64
        VertRefresh        43-60
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "nVidia Corporation G70 [GeForce 7300 GT]"
        Monitor                "通用显示器"
        DefaultDepth        24
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1024x768"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-5-8 20:35:57 | 显示全部楼层
我也问这个问题!
怎么回事??
回复 支持 反对

使用道具 举报

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

本版积分规则

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