|
|
Gentoo i686 ~x86
layman gnome desktop-effects
笔记本 thinkpad x200s A22
刚刚安装过后感觉很不错,可是过了一会儿除了移动窗口的效果,和还原窗口大小的效果
最大化窗口和切换工作区都明显感觉反应慢
xorg.conf
Section "Device"
Identifier "intel"
Driver "intel"
# unsupported card
VideoRam 262144
# Insert Clocks lines here if appropriate
Option "AddARGBGLXVisuals" "True"
EndSection
Option "AIGLX" "true"
Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
在.xinitrc下我还加了
export LIBGL_ALWAYS_INDIRECT=1
export INTEL_BATCH=1
不知道有兄弟遇到过这样的问题没有 |
|