CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   running CFX 11.0 on Fedora 7 : display problems (https://www.cfd-online.com/Forums/cfx/24618-running-cfx-11-0-fedora-7-display-problems.html)

Eric Joubarne October 2, 2007 18:07

running CFX 11.0 on Fedora 7 : display problems
 
Hi,

I just installed CFX 11.0 on my machine running under Fedora 7 and I have a display problem. When I start cfx5pre, the cfx window looks fuzzy. The display is definitely not good.

My video card is ATI X1400. My driver is kmod-fglrx.i686 8.40.4-2.2.6.22.7_85.f My qt librairy is qt-3.3.8-7.fc7

Does anyone has an idea on how improving the display ?

Thanks,

Eric Joubarne


Eric Joubarne October 3, 2007 16:51

Re: running CFX 11.0 on Fedora 7 : display problem
 
Ok, I found the solution to this problem :

You have to modify the file /etc/X11/xorg.conf to the following :

Before -----------------------------------

Section "ServerFlags"

Option "AIGLX" "on"

EndSection

Section "Extensions"

Option "Composite" "Enable"

EndSection -----------------------------------

After modifications : -----------------------------------

Section "ServerFlags"

Option "AIGLX" "off"

EndSection

Section "Extensions"

Option "Composite" "Disable"

EndSection -----------------------------------



All times are GMT -4. The time now is 18:09.