Anyone tried to successfully enable use compiz on Intel Corporation 82865G Integrated Graphics Controller (rev 02)?I enabled using drak3d and installed all the required packages.I had compiz enabled this time ( unlike mandriva and other distros on the same hardware) and definitely a huge step forward in mageia.However iam getting weird effects i.e black patches when i move the cursor and once i move the cursor it appears/redraws and iam having some flickering also.I don't find any degradation in performance using compiz except these weird effects.
i have pasted the lines from Xorg.conf
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "VA1703wSERIES"
HorizSync 24-70
VertRefresh 50-75
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10, 99 dpi)
ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
Driver "intel"
Option "DPMS"
Option "XAANoOffscreenPixmaps" "true"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "AccelMethod" "XAA"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Is there any way can i use compiz with intel onboard graphics card.