Display corruption using XGL
Hi guys, I was wondering if any of you had a solution to my problem. I seem to be getting display corruption using XGL and I can't for the life of me figure out what it is. I'll post a photo of the problem rather than try and described it.
http://img81.imageshack.us/img81/176...7te0zy2.th.jpg
Here's my xorg.conf, make.conf and Xorg.0.log too.
Code:
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Main Screen" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "false"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # Explorer PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "LCD Monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Video"
Driver "fglrx"
Option "backingstore" "true"
Option "PseudoColorVisuals" "off"
EndSection
Section "Screen"
Identifier "Main Screen"
Device "ATI Video"
Monitor "LCD Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="alsa cairo cups dri -gnome glitz -kde ipv6 ncurses nls opengl pam pdds pdf png python readline ssl svg X zlib"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx"
PORTDIR_OVERLAY="/usr/local/layman/xeffects"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
http://rapidshare.com/files/9614037/Xorg.0.log.html
I hope someone can help sort this out cause I've been on it for nearly a week now feel as though I'm getting no where. :(