The unichrome driver needs Disable “glx” and if I add Load “EXA”, LXDE seems to load faster, but still no smooth scrolling in midori.
I installed the openchrome driver from the X11rivers:Video repository - it is indeed marked as unstable and enabling it even without any acceleration it makes Xorg crash upon startup.
By the way I noticed that I have the viafb module enabled all the time which is shipped together with openSUSE 12.2.
According to that (outdated) howto Video in section 6.2.2 viafb was troublesome if you built it from source (but viaarena.com neither cares about old hardware nor about recent operating systems). This doesn’t seem to be relevant any more. Maybe one day I’ll test those suggestions: Setting viafb and xorg manually to use the same screen resolution and colour bit depth.
When blacklisting viafb and loading vt8623fb instead, nothing seems to change, the overall desktop experience stays the same: quite laggy when moving windows or scrolling.
Blacklisting both modules is a bad idea - upon startin X, my optical usb-mouse flickers and takes some time to get comnfigured and scrolling is almost impossible. When looking into 05-glamor.conf, EXA ist automatically disabled - xorg must be really clever! And openchrome still crashes the Xserver.
Finally, I decided to stick to viafb, Disable “glx”, Load “EXA”, Driver “unichrome”. Additionally I reenabled Load “dri2” and Load “glamoregl” as they do not crash X. LXDE is working fine, the overall desktop experience is okay and graphic performance is sufficient for my purpose - this machine is going to run lemonpos as a point of sale system. Maybe I’ll compile a specific CyrixIII/ViaC3 kernel to get more cpu performance, but this is a different story.
(PS. How do I get this thread moved to the hardware forum? I guess I have to find a forum administrator who’ll do that for me.)
[QUOTE=m00ki;2499923]I use the xorg-x11-driver-video-unichrome as included in the openSUSE release. My 50-device.conf file is set to load the unichrome driver. Back home tonight I will try to install the openchrome driver and I’ll play around with EXA.
Thanks 
[QUOTE=Tyler_K;2499868]What driver are you using ? The one included in xorg? There is mention on the openChrome wiki that the xorg supplied driver “is now deprecated and will not work with recent Xorg releases anyway”. Speaking of which, have you tried the openChrome driver?
As for acceleration, use EXA
[QUOTE=m00ki;2499854]Hello world,
I think I just discovered some solution to problems related to VIA EPIA ITX Mainboards that kept me busy over the last months:
Hardware:
VIA EPIA itx mainboard with VIA C3 Samuel 2 CPU @600MHz
RAM 1GB
Graphic Chipset CLE266
Software:
OpenSUSE 12.2, i586
Grub 0.97
Xorg 1.12.3
LXDE
There were three problems in getting this system to run a desktop:
- Booting the netinstall-CD
Simply hit “esc” when booting starts. You get a command prompt and you can start the installation in text mode. Be aware that you need an i586 kernel!
- Booting the installed system
In the first place, the system never reached the grub2 menu, but rebooted instead when it tried to load grub2. I could sit and watch that cycle repeat for hours. Installing grub0.97, setting it to text mode and booting to runlevel 3 solved this problem.
- Starting Xorg
In runlevel 3 everything was fine and the pc was fast, but every time I tried to startx, Xorg started and crashed immediately with some kind of error message like “Fatal server error: Caught signal 4 (illegal instruction)” and further up “/usr/lib/dri/swrast_dri.so” was part of this crash. Must have been some type of acceleration problem.
I tried different xservers, different graphics drivers, creating an xorg.conf file by hand, modprobing viafb and vt8623fb and launching sax3, but none of them showed any success. Forums said something about faulty bios framebuffers, others recommended not to use the unichrome driver. But as AntiX i486 could boot to an IceWM desktop, it must have been a bug in my Xorg configuration.
Finally I stumbled upon this post:
Bug #247071 “[CLE266] Hardy freezes on EPIA Via when switching s...” : Bugs : xserver-xorg-video-openchrome package : Ubuntu
which almost at its end recommends to disable some modules in the xorg.conf file which reduces hardware acceleration to zero, but helps.
So I edited /etc/X11/xorg.conf.d/05-glamor.conf by deleting the two “load” lines and adding a line which said: Disable “glx”
Section “Module”
Disable “glx”
EndSection
and started Xorg as root with startx and it worked!!! Incredible after all those efforts, even though there’s no hardware acceleration now.
So enjoy that solution if you have got one of those EPIA boards!!!
By the way, does anyone know a workaroud to get get at least some 2D acceleration?