LinuxSir.cn,穿越时空的Linuxsir!

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

为什么startx可以进入x但gnome-session却进不了gnome呢

[复制链接]
发表于 2006-4-5 15:07:46 | 显示全部楼层 |阅读模式
我startx可以进入一个简陋的x环境
为什么运行gnome-session总提示“cannot open display”呢
我用Xorg -configure配置的。
配置文件内容如下:
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/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  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-70
        VertRefresh  50-160
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     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        Identifier  "Card0"
        Driver      "vmware"
        VendorName  "VMWare Inc"
        BoardName   "Unknown Board"
        BusID       "CI:0:15:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768"
        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   "1024x768"
        EndSubSection
EndSection
发表于 2006-4-5 16:52:46 | 显示全部楼层
你要自己写一个xinitrc脚本。
比如:
  1. ~ $  cat ~/.xinitrc
  2. export LC_CTYPE=zh_CN.UTF-8
  3. export LC_ALL=zh_CN.UTF-8
  4. export LANG=zh_CN.UTF-8
  5. export XMODIFIERS=@im=fcitx
  6. ## input method
  7. exec fcitx&
  8. ## 各种桌面环境/窗口管理器由你自己选择哪一个
  9. exec startxfce4
  10. #exec startkde
  11. #exec fvwm-crystal
  12. #exec gnome-session
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-5 17:18:02 | 显示全部楼层
谢谢二楼,搞定了!
回复 支持 反对

使用道具 举报

发表于 2006-4-10 20:48:16 | 显示全部楼层
那gnome用什么命令进入呢?
回复 支持 反对

使用道具 举报

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

本版积分规则

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