|
|
每次把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 |
|