I decided to give XDirectFB a go, but the ebuild didn't create the output binary in the end. After a while fixing up the source code, it compiled so I installed it with "make install", instead of ebuild merge... big mistake on my part, as it trampled all over my existing xorg installation.
After getting bored of XDirectFB and re-emerging X.Org, I noticed a rather annoying glitch - the icons in OpenOffice.Org had black backgrounds, with only parts of the icon showing up. This glitch is also evident while running Photoshop in Crossover Office, with the program becoming unusable because whenever I drag a box or apply an effect, the affected area turns black. This bug also appears while using VMWare - when the cursor (under windows in vmware 5.0 workstation beta RC 2) is the text selecting cursor, a black square appears around the cursor.
Furthermore, this seems to affect gdesklets as well - when I attempt to place an item onto the desktop, I get the following error, which I believe to be connected:
Code: Select all
[EXC]utils.xdr.XDRError:
[EXC]
in /usr/lib/gdesklets/shell/ItemBrowser.py: line 114 __on_activate_item
in /usr/lib/gdesklets/utils/Observable.py: line 45 update_observer
in ./DisplayBrowser/__init__.py: line 121 __on_activate
in ./gDeskletsClient/__init__.py: line 36 open_display
in /usr/lib/gdesklets/main/client.py: line 58 open_display
in /usr/lib/gdesklets/main/client.py: line 42 __send
in /usr/lib/gdesklets/utils/xdr.py: line 76 recv
[---]/usr/lib/gdesklets/utils/xdr.py
[---] 71 chunk = ""
[---] 72 while (True):
[---] 73 try:
[---] 74 length = ord(s.recv(1))
[---] 75 except:
[ERR]> 76 raise XDRError
[---] 77
[---] 78 if (length): chunk += s.recv(length)
[---] 79
[---] 80 flag = s.recv(1)
[---] 81 if (flag == _CONT): continue
[---] 82
The system is an Acer Travelmate 270LCi - a Pentium-M 1.3 Ghz, Intel Integrated 82855GM graphics card.
The system setup is a GCC-3.4, ~X86, xorg-x11-6.8.2, openoffice-bin-1.1.4, crossover-office-bin-4.1, gdesklets-core-0.33.1.
Any input on this would be greatly appreciated.
[EDIT]Image demonstrating the bug in photoshop and openoffice available here[/EDIT]




