LinuxSir.cn,穿越时空的Linuxsir!

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

成功安装nvidia9625驱动,仍然无法启动桌面特效?

[复制链接]
发表于 2006-10-26 15:00:46 | 显示全部楼层 |阅读模式
提示如下错误:
compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0.0

xorg.conf如下:


# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
#        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
#        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
   SubSection "extmod"
      Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
EndSection

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

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
  # Enable 32-bit ARGB GLX Visuals
   Option "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
#    Option "DisableGLXRootClipping" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x768"
        EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

大家帮忙看看怎么回事吧,先谢谢了。
发表于 2006-10-26 15:08:13 | 显示全部楼层
看看我的吧
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 20 16:56:19 PDT 2006
# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
        SubSection "extmod"
                Option            "omit xfree86-dga" # don't initialise the DGA extension
        EndSubSection
        Load  "glx"
EndSection

Section "InputDevice"

    # generated from default
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "Emulate3Buttons" "no"
        Option            "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "Unknown"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 110.0
        VertRefresh  50.0 - 150.0
        Option            "DPMS"
EndSection

Section "Device"

# Enable 32-bit ARGB GLX Visuals
        Identifier  "Videocard0"
        Driver      "nvidia"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option            "DisableGLXRootClipping" "True"
        Option            "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection

Section "Extensions"
        Option            "Composite" "Enable"
EndSection

我的是可以打开这个效果的,
回复 支持 反对

使用道具 举报

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

本版积分规则

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