LinuxSir.cn,穿越时空的Linuxsir!

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

开启桌面特效后没水滴的效果

[复制链接]
发表于 2007-6-7 20:56:58 | 显示全部楼层 |阅读模式
安装kmod-nvidia驱动后能开启 Desktop-effect,但是没有水滴效果,我以前在FC6下就有,我的xorg.conf如下:


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"
      SubSection "extmod"
        Option "omit xfree86-dga"
      EndSubSection
        Load "glx"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Unknown"
        ModelName    "ViewSonic A71f-2"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        ModeLine     "1024x768_75.00" 81.8 1024 1080 1192 1360 768 769 772 802 -hsync +vsync
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "NoLogo" "yes"
        Option      "AddARGBGLXVisuals" "True"
        Option      "DisableGLXRootClipping" "True"
EndSection


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

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

请教高人指点!谢谢!
发表于 2007-6-11 10:52:57 | 显示全部楼层
不太懂,也希望能得到答案。谢谢!
回复 支持 反对

使用道具 举报

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

本版积分规则

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