sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #01759
Re: Intel Flash support
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
> Post to : sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~sony-vaio-z-series
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References