<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">><br>ok so i got XGL setup and it works just fine.<br><br>beryl (under xgl) still gives me the same stuff. no window borders.
<br><br>--cj<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>Hello cj,<br><br>ATI mobility 7500 (Radeon 9000?) and Beryl. I had the same issue with the Window decorator and I found on the forum that I needed to add an option to the 
xorg.conf. Shame I do not remember which one. Chances are that it is this one<br>    Option        "XAANoOffscreenPixmaps"<br>
<br>With enough patience you can go through all of the ones you haven't got one by one and see which one sorts out the problem. As you have noticed I have been messing around quite a bit myself :-)<br>Once you have added the option to /etc/X11/xorg.conf you just need to restart gdm (ctrl+alt+backspace) rather than rebooting. Good luck!
<br><br>Here's my device section:<br><br>Section "Device"<br>    Identifier    "Radeon Mobility 9000"<br>#    Driver        "ati"<br>    Driver        "radeon"<br>    BusID            "PCI:1:0:0"
<br>    Option        "XAANoOffscreenPixmaps"<br>    Option      "AGPMode"    "2"<br>    Option        "AccelMethod"    "EXA"<br>   Option        "ColorTiling"   "on"
<br>    Option        "BIOSHotkeys" "on"<br>## added the following 6 options and "radeon" instead of "ati" driver <br>#  Option "AGPMode" "4"<br>  Option "AGPFastWrite" "true"
<br>  Option "DisableGLXRootClipping" "true"<br>  Option "AddARGBGLXVisuals" "true"<br>  Option "AllowGLXWithComposite" "true"<br>  Option "EnablePageFlip" "true"
<br><br>EndSection<br><br><br>Cheers,<br><br>Michele<br>