Page 1 of 1

Corrupt graphics on lucid when resizing windows?

Posted: Sun Jan 08, 2012 3:36 am
by raldi
I've got a fit-pc2 that I'd like to use as a desktop machine. I installed Ubuntu Lucid (desktop version) on it, and then followed the instructions at:

http://www.fit-pc2.com/wiki/index.php/I ... buntu_9.10

...substituting "lucid" for "karmic" where applicable. (In other words, I installed the packages at http://fit-pc2.com/download/ubuntu/dists/lucid/binary/)

Things seem to mostly work, except whenever I resize a window, it gets all corrupt, like this:

http://imgur.com/oJQbO

Sometimes that causes the whole machine to get locked up... sometimes it doesn't.

Is this a known issue? Is there a workaround?

Thanks

Re: Corrupt graphics on lucid when resizing windows?

Posted: Fri Jan 20, 2012 10:13 am
by gabrielh
Hello

Please set visual effects to "none"

Re: Corrupt graphics on lucid when resizing windows?

Posted: Sun Jan 22, 2012 9:22 pm
by raldi
Thanks, that seems to have fixed the problem. Do you know what particular visual effect causes the problem? I'd prefer to just disable that one, rather than put everything in low-effects mode.

Re: Corrupt graphics on lucid when resizing windows?

Posted: Fri Jan 27, 2012 9:31 am
by gabrielh
To enable the visual effects please install Ubuntu 10.10/LinuxMint 10 from their official LiveCD and use our itc repository to install kernel and graphic drivers:

- Add the following lines to /etc/apt/sources.list

Code: Select all

## Repository for fit-PC2 users provided by Compulab
deb http://compulab.co.il/workspace/sw/itc/maverick binary/
deb-src http://compulab.co.il/workspace/sw/itc/maverick source/
- Refresh update manager

Code: Select all

sudo apt-get update
- Install kernel image, kernel headers, graphic drivers and media player for HD playback:

Code: Select all

sudo apt-get install linux-image-2.6.38-34-itc linux-headers-2.6.38-34-itc xserver-xorg-video-emgd mplayer-vaapi mplayer-skins
- Remove generic image and sources that are not fully compatible with fit-PC2.

Code: Select all

sudo apt-get purge linux-generic linux-image-generic linux-headers-generic linux-image-$(uname -r) linux-headers-$(uname -r) && sudo apt-get autoremove
- Restart fit-PC2