Gl 사용하는 모든 게임에서 전체화면시 문제가

GL 사용하는 모든 게임에서 전체화면시 문제가 있습니다.

바로 화면 정 가운데에 마우스 커서가 사라지지 않고 계속 남아 있는데요.

구글링을 통해

xorg.conf에 hwcursor 와 swcursor 옵션으로 설정을 해보았으나 오히려 X가 재시작되는 문제가 생기네요. 영문 포럼이나 구글에서도 제대로된 해결책을 못찾아 질문 올립니다.

제 GPU는 intel 965GM 입니다. 더불어 제 xorg.conf 를 올려보겠습니다.

[quote:1lfempzu]
Section "Device"
Identifier "Intel 965GM"
Busid "PCI:0:2:0"
Driver "intel"
Screen 0
Option "RenderAccel" "True"
Option "AccelMethod" "Xaa"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
#Option "XAANoOffscreenPixmaps" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Intel 965GM"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
Modes "1280x768@60" "1280x720@60" "800x600@60" "1280x800@60" "800x600@56"
EndSubSection
EndSection

Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection[/quote:1lfempzu]