LinuxSir.cn,穿越时空的Linuxsir!

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

关于GTK的问题

[复制链接]
发表于 2005-5-5 19:55:33 | 显示全部楼层 |阅读模式
Archlinux已经可以启动了,但是X启动不了呀,是不是GTK有bug呀

我装了分别gnome .fvwm 和 xfce4,但是xfce4可以启动,但其它的就显示GTK警告。nvidia显

卡驱动已装了呀?????
发表于 2005-5-5 19:59:47 | 显示全部楼层
你以为xfce4用的是什么gui toolkit?还不是gtk啊,什么叫X启动不了而xfce4可以启动呢?
回复 支持 反对

使用道具 举报

发表于 2005-5-5 20:05:46 | 显示全部楼层
错误信息贴出来。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-6 10:27:33 | 显示全部楼层
(gnome-session:8976): GTK-QARNING **:cannot open display


只显示这样的话呀,是什么问题呀?


还有呀,hw_random是什么来的呀,启动hotplong时说不能load呀。 :help
回复 支持 反对

使用道具 举报

发表于 2005-5-6 10:55:45 | 显示全部楼层
你怎么启动 gnome的?
回复 支持 反对

使用道具 举报

发表于 2005-5-6 13:06:23 | 显示全部楼层
hw_radom没什么关系。

只有那一句话吗?那把你的xorg.conf贴出来看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-6 17:43:20 | 显示全部楼层
this is my xorg.conf.please to find what is the problem in it.thanks :p


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  "glx"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
#        Load  "dri"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option      "ZAxisMapping"      "4 5"
        Option            "Device" "/dev/psaux"
        Option      "Emulate3Buttons"  "true"
        Option      "Emulate3Timeout"  "70"
        Option      "SendCoreEvents"   "true"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30.0 - 55.0
        VertRefresh  50.0 - 160.0
        DisplaySize  323 242
        # 800x600 @ 75Hz
        ModeLine "800x600"   49.5  800  816  896  1056    600  601  604  625 +hsync +vsync
        # 800x600 @ 85Hz
        ModeLine "800x600"   56.3  800  832  896  1048    600  601  604  631 +hsync +vsync
        # 1024x768 @ 75Hz
        ModeLine "1024x768"  78.8 1024 1040 1136  1312    768  769  772  800 +hsync +vsync
        # 1024x768 @ 85Hz
        ModeLine "1024x768"  94.5 1024 1072 1168  1376    768  769  772  808 +hsync +vsync
        Option "DPMS" "true"
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     "DigitalVibrance"            # <i>
        #Option     "NoFlip"                     # [<bool>]
        #Option     "Dac8Bit"                    # [<bool>]
        #Option     "NoLogo"                     # [<bool>]
        #Option     "UBB"                        # [<bool>]
        #Option     "Stereo"                     # <i>
        #Option     "SWcursor"                   # [<bool>]
        #Option     "HWcursor"                   # [<bool>]
        #Option     "VideoKey"                   # <i>
        #Option     "NvAGP"                      # <i>
        #Option     "IgnoreEDID"                 # [<bool>]
        #Option     "NoDDC"                      # [<bool>]
        #Option     "ConnectedMonitor"           # <str>
        #Option     "ConnectedMonitors"          # <str>
        #Option     "TVStandard"                 # <str>
        #Option     "TVOutFormat"                # <str>
        #Option     "RenderAccel"                # [<bool>]
        #Option     "CursorShadow"               # [<bool>]
        #Option     "CursorShadowAlpha"          # <i>
        #Option     "CursorShadowXOffset"         # <i>
        #Option     "CursorShadowYOffset"         # <i>
        #Option     "UseEdidFreqs"               # [<bool>]
        #Option     "FlatPanelProperties"         # <str>
        #Option     "TwinView"                   # [<bool>]
        #Option     "TwinViewOrientation"         # <str>
        #Option     "SecondMonitorHorizSync"         # <str>
        #Option     "SecondMonitorVertRefresh"         # <str>
        #Option     "MetaModes"                  # <str>
        #Option     "UseInt10Module"             # [<bool>]
        #Option     "NoTwinViewXineramaInfo"         # [<bool>]
        #Option     "NoRenderExtension"          # [<bool>]
        #Option     "Overlay"                    # [<bool>]
        #Option     "CIOverlay"                  # [<bool>]
        #Option     "ForceEmulatedOverlay"         # [<bool>]
        #Option     "TransparentIndex"           # <i>
        #Option     "OverlayDefaultVisual"         # [<bool>]
        #Option     "NvEmulate"                  # <i>
        #Option     "NoBandWidthTest"            # [<bool>]
        #Option     "CustomEDID-CRT-0"           # <str>
        #Option     "CustomEDID-CRT-1"           # <str>
        #Option     "CustomEDID-DFP-0"           # <str>
        #Option     "CustomEDID-DFP-1"           # <str>
        #Option     "CustomEDID-TV-0"            # <str>
        #Option     "CustomEDID-TV-1"            # <str>
        #Option     "TVOverScan"                 # <f>
        #Option     "IgnoreDisplayDevices"         # <str>
        #Option     "MultisampleCompatibility"         # [<bool>]
        #Option     "RegistryDwords"             # <str>
        #Option     "RegistryBinary"             # <str>
        #Option     "NoPowerConnectorCheck"         # [<bool>]
        #Option     "AllowDFPStereo"             # [<bool>]
        #Option     "XvMCUsesTextures"           # [<bool>]
        #Option     "HorizSync"                  # <str>
        #Option     "VertRefresh"                # <str>
        #Option     "AllowGLXWithComposite"         # [<bool>]
        #Option     "RandRRotation"              # [<bool>]
        #Option     "ExactModeTimingsDVI"         # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV20 [GeForce3 Ti 200]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Modes   "1024x768"  "800x600"
                Depth     8
        EndSubSection
        SubSection "Display"
                Modes   "1024x768"  "800x600"
                Depth     15
        EndSubSection
        SubSection "Display"
                Modes   "1024x768"  "800x600"
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes   "1024x768"  "800x600"
                Depth     24
        EndSubSection
EndSection

#Section "DRI"
#         Mode 0666
#EndSection

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2005-5-6 17:45:52 | 显示全部楼层
你的xfce4能够启动说明X没有问题,关键是你怎么启动GNOME的,用了什么display manager如xdm,还是直接startx启动的?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-6 17:59:02 | 显示全部楼层
我是gnome-session启动的。那fvwm是不是可以用fvwm手动启动的呢?

你说的xdm是什么来的,还要安装吗?

还有呀,怎样可以知道我的系统启动了那些模块呢?lsmod 可以吗?

我是想把我的所有模块都编入rc.conf里面,把hotplng关了,它启动的时间最久的呀
回复 支持 反对

使用道具 举报

发表于 2005-5-6 18:01:37 | 显示全部楼层
echo "exec gnome-session" >> .xinitrc && startx
回复 支持 反对

使用道具 举报

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

本版积分规则

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