← Back to team overview

sony-vaio-z-series team mailing list archive

Re: Intel Flash support

 

Hi doing more tests discovered that I missed a library:

compiz --replace --debug
> compiz (core) - Debug: Could not stat() file
> /home/asola/.compiz/plugins/libcore.so : No such file or directory
> compiz (core) - Debug: Could not stat() file /usr/lib/compiz/libcore.so :
> No such file or directory
> compiz (core) - Debug: Could not stat() file
> /home/asola/.compiz/plugins/libcore.so : No such file or directory
> compiz (core) - Debug: Could not stat() file /usr/lib/compiz/libcore.so :
> No such file or directory
> compiz (core) - Fatal: Software rendering detected.
> compiz (core) - Error: Failed to manage screen: 0
> compiz (core) - Fatal: No manageable screens found on display :1.0
>
> Launching fallback window manager
>

Why libcore.so isn't where it should be?

Thanks

*Aleix Solà.*



2010/11/12 Aleix Solà <aleixsr@xxxxxxxxx>

> Hello Norbert,
> I read anywhere that it is not needed any xorg.conf using Intel card, also
> I verified I'm using no one. Can you please tell me If it is needed and send
> a copy of yours?
>
> Thanks in advance.
>
> *Aleix Solà.*
>
>
>
> 2010/11/12 Norbert Preining <preining@xxxxxxxx>
>
> On Fr, 12 Nov 2010, Rutger Hendriks wrote:
>> > No problem, I only found out about the alternatives system because I
>> > noticed that Xorg could not find the correct .so files to load the
>> > nvidia glx and I just followed the symlinks.
>>
>> Didn't I post long ago an init.d script for Debian that does that?
>> lspci | grep -q "00:02.0"
>> # if we find the Intel chipset, use Intel drivers & settings
>> if [ $? -eq 0 ]; then
>>        logger "Setting graphics card to INTEL"
>>        cp /etc/X11/xorg.conf.INTEL /etc/X11/xorg.conf
>>        update-alternatives --set libglx.so
>> /usr/lib/nvidia/diversions/libglx.so
>>        update-alternatives --set libGL.so.1
>> /usr/lib/nvidia/diversions/libGL.so.1
>>        echo stamina > /sys/devices/platform/sony-laptop/speed_stamina
>> else
>>        cp /etc/X11/xorg.conf.NVIDIA /etc/X11/xorg.conf
>>        update-alternatives --set libglx.so /usr/lib/nvidia/libglx.so
>>        update-alternatives --set libGL.so.1 /usr/lib/nvidia/libGL.so.1
>>        bash /etc/init.d/nvidia-glx start
>>        echo speed > /sys/devices/platform/sony-laptop/speed_stamina
>> fi
>>
>> Is what I am using.
>>
>> Norbert
>> ------------------------------------------------------------------------
>> Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
>> JAIST, Japan                                 TeX Live & Debian Developer
>> DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
>> ------------------------------------------------------------------------
>> ARDSCALPSIE (n.)
>> Excuse made by rural Welsh hairdresser for completely massacring your
>> hair.
>>                        --- Douglas Adams, The Meaning of Liff
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~sony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
>> Post to     : sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~sony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>

References