PDA

View Full Version : (xm)Grace look bad


Ladgalen
April 30th, 2009, 05:36 AM
Hello

Since I have installed ubuntu9.04, xmgrace shows black square instead of the numbers or the text.

See here for a screenshot :

http://ftp-developpez.com/germain-vallverdu/grace_vue.png

Is it a way to fix it ?

Thanks

Ladgalen
May 1st, 2009, 04:23 AM
I have found this bug on the net :

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/325169

But I am a basic linux users and I do not really all understand. If someone can help me to fix this bug I will be very glad.

Thanks

molbio_rush_2009
September 14th, 2009, 02:56 PM
I am having the same trouble. Can anybody help in fixing it ? Is it due to ubuntu 9.04 installation ?
thanks

pellao
September 15th, 2009, 09:01 AM
Hello!!!
Is not a problem of ubuntu 9.04... i have a laptop (core duo) and grace works fine with ubuntu 9.04.
In my office i have a quad core (new) with ubuntu 9.04 and i have this problem!!!!!!
I have no idea hor to fixed!!!!

lebonstemps
October 1st, 2009, 04:54 AM
Hi,

I had the same problem and was told the following solution:

edit as root /etc/X11/xorg.conf, include the two lines starting with Option given below in the section "Device"

Section "Device"
Identifier "Configured Video Device"
Option "EXAOptimizeMigration" "true"
Option "MigrationHeuristic" "greedy"
EndSection

Afterwards you have to restart the X window manager or reboot the computer!

It worked fine for me!

Good luck!

crotchet
October 21st, 2009, 04:38 AM
Hi,

I had the same problem and was told the following solution:

edit as root /etc/X11/xorg.conf, include the two lines starting with Option given below in the section "Device"

Section "Device"
Identifier "Configured Video Device"
Option "EXAOptimizeMigration" "true"
Option "MigrationHeuristic" "greedy"
EndSection

Afterwards you have to restart the X window manager or reboot the computer!

It worked fine for me!

Good luck!
It works for me, thanks a lot!!