@Mrodfr
Quote:
Is it just nothing to do and wait after GFX driver updated on the next update of AOS4 (OpenGL,....) ????
Will not help. The X server renders everything with own routines.
Quote:
There are something on the Amicygnix code that should be updated to have better speed also ???
Because of the above reason, it should speed up the server, if he uses the system routines for scrolling and things like this. I'm working on this, but had not much success so far.
Quote:
Allready the speed could be better by using special settings before launching Amicygnix (the setting program), or during the use of Amicygnix (inside the settings menus) ???
There are several ways to speed up AmiCygnix. You could try to use a faster window manager. If you have installed the AmiCygnix tools package, you can select the window manager "mwm" in myX11Setup. On SAM systems it should help a little bit.
But I think one the biggest problems are the aliased fonts. By default GTK2 programs on AmiCygnix are only using TTF and Type1 fonts. The normal X fonts are not used. You could compare for example "xedit" (X app) with "leafpad" (GTK2 app). Have a look at the panel menu.
So you ask, how you can make the X fonts available to GTK2 programs?
Stop AmiCygnix and create a file called ".fonts.conf" in "Cygnix:Home/root" with this content:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Font directory list -->
<dir>/Cygnix/CygnixPPC/X11R6.3/lib/X11/fonts/75dpi</dir>
</fontconfig>
This adds the following X fonts to the system: LucidaTypewriter, New Century Schoolbook, Times, Helvetica, Utopia, Charter and others.
Afterwards call "Cygnix:CygnixPPC/bin/fc-cache -v -f" in a shell to update the font caches.
Launch AmiCygnix again. Launch the GTK2 prefs editor with the menu item "Settings/Appearance" and select a X font (e.g. "Lucida Typewriter") and click on "apply" + "close". Afterwards every GTK2 app uses this font for it's GUI. Don't forget to select a X font in the application.
I don't know, how much this increases speed on SAM. Would be nice, if you could tell me.
Finally you could select the "Default" theme in the GTK2 prefs editor.
Edited by cygnusEd on 2009/7/11 1:42:39