Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: jls on June 01, 2016, 10:50:41 AM

Title: xorg-sis misses libgl1-mesa-dri
Post by: jls on June 01, 2016, 10:50:41 AM
Hi
I've a sis video card so I decided to load only xorg-sis and not xorg-all, but looking at the Xorg log I see
Code: [Select]
[    49.510] (EE) AIGLX error: dlopen of /usr/lib/i386-linux-gnu/dri/swrast_dri.so failed (/usr/lib/i386-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[    49.510] (EE) GLX: could not load software renderer

thanks
Title: Re: xorg-sis misses libgl1-mesa-dri
Post by: curaga on June 01, 2016, 03:13:48 PM
Do you intend to use software 3d? It's quite slow, and not required for most apps.
Title: Re: xorg-sis misses libgl1-mesa-dri
Post by: jls on June 01, 2016, 06:13:24 PM
no.
the
enlightenment compositor supports opengl but it doesn't work on this card.

ps. if I remember well I've never seen the compositor succede yo usr opengl om all the pcs ehere I tried yhis disyro
Title: Re: xorg-sis misses libgl1-mesa-dri
Post by: curaga on June 02, 2016, 06:06:57 AM
That error is harmless if you don't use 3d. I don't think 2d drivers should depend on the 3d drivers, so users can save some space.
Title: Re: xorg-sis misses libgl1-mesa-dri
Post by: jls on June 02, 2016, 08:41:17 AM
thank you curaga