sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #00582
Re: Switching Intel/nVidia with Upstart on Karmic
Hello,
In karmic, there is no more xorg.conf but we can create one and the options
in it are used when X starts.
You have missed a ".1" in the libgl name in the part between the marks (>>
.. <<)
libgl='/usr/lib/libGL.so*.1*'
libglx='/usr/lib/xorg/modules/extensions/libglx.so'
And for the grub parameters in Karmic there is grub2, so we should add them
to /etc/default/grub :
GRUB_CMDLINE_LINUX="acpi_osi=\"!Windows 2006\" acpi_backlight=vendor"
I'll continue the install and tell you what happens after.
Best regards,
--
Wayde.
On Sun, Oct 4, 2009 at 8:09 PM, Raphael Gradenwitz <
raphael@xxxxxxxxxxxxxxxxx> wrote:
> Hello Vaio-Z-List,
>
> Am Freitag, den 02.10.2009, 00:09 +0200 schrieb Raphael Gradenwitz:
> > ....
> > I saw that there are different outputs from lspci on different models,
> > so I had to change the init-scripts a little bit for autodiscovery. [1]
> > Finally i wrote a script called:
> >
> > /etc/X11/switch-x-to {intel|nvidia|load-nvidia-settings} [2]
> >
> > that must be invoked with one of the three arguments between the "{ }".
> >
> > the first two arguments are self explanatory, the last one I use to load
> > my nVidia Settings as I manage them in the settings-Manager from nVidia:
> >
> > sudo apt-get install nvidia-settings
> >
> > that makes a complicated xorg.conf file unnecessary but one have first
> > to run the nvidia-settings manager and setup a rc-file, save the
> > settings you want to restore on reboot and enter the path to that
> > rc-file in the top of the 'switch-x-to'-script.
> >
> > Now I invoke this scripts with the Upstart mechanism with the
> > file /etc/init/gdm.conf...
>
> I have changed this procedure again a little bit because after an
> upstart or gdm upgrade those changes could/(should) be overwritten.
> I now defined two upstart jobs. Those will not be overwritten.
>
> The exact changes I made and some other stuff is noted here:
>
> http://global-social.net/tiki-view_blog.php?blogId=3
>
> (Yes, I know, the server was down yesterday)
>
> regards,
> Raphael
>
>
>
> > [1] = wiki-page explaining everything for newbies
> > [2] = switch-x-to script
> >
> > [1] http://global-social.net/tiki-view_blog.php?blogId=3
> > [2] http://global-social.net/files/switch-x-to
>
>
> _______________________________________________
> 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
>
>
Follow ups
References