LinuxSir.cn,穿越时空的Linuxsir!

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

Gnome启动Composite的问题

[复制链接]
发表于 2008-10-6 12:26:42 | 显示全部楼层 |阅读模式
每次把compositing_manager设成true后gnome-terminal最小化,最大化就会非常卡,窗口每次最小化的时候也会轻微闪屏,感觉是xorg设置的问题,改了好久都没有用,哪位兄弟也有类似的问题呢?怎么解决的?

我的显卡是nivida quadro nvs 135,下面是我的xorg

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "TouchPad" "AlwaysCore"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"

Section "Module"
#        Load  "GLcore
        Load  "dbe"
        Load  "xtrap"
        Load  "record"
        Load  "extmod"
        Load  "glx"
#        Load  "dri"
        Load  "wfb"
        Load  "type1"
        Load  "freetype"
        Load  "synaptics"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "CI:1:0:0"

        Option      "AddARGBGLXVisuals" "true"
        Option      "RenderAccel"       "true"

        Option             "FlatPanelProperties" "Scaling=aspect-scaled"

        Option "ixmapCacheSize" "1000000"
        Option "AllowSHMPixmaps" "0"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"

        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Section "Extensions"
       Option      "Composite"   "enable"
EndSection
发表于 2008-10-6 14:16:03 | 显示全部楼层
我觉得是显卡的问题。我之前用 ati 的 fglrx 驱动,和你的情况类似。现在改用 radeon 驱动,没问题了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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