Fwd: Re: How to Change From SNA to UXA Acceleration Methods
Lee Gold
leegold at operamail.com
Fri Nov 8 03:30:59 UTC 2013
On Thu, Nov 7, 2013, at 06:33 PM, NikTh wrote:
>
> On 08/11/2013 01:41 πμ, Lee Gold wrote:
> > Hi,
> >
> > If after booting to the "deformed" desktop with a config for uxa in
> > /etc/X11 and then doing,
> >
> > sudo service lightdm restart
> >
> > It fixes it. I have to go into another console so manage to get a
> > desktop after doing it but the end result is, it's fixed.
> >
> > I tried using rc.local and added the line service lightdm restart but
> > it didn't work. How do I use the knowledge that this fixes it to make a
> > permanent automatic fix at each boot?
> >
> > Thanks,
> >
> > Lee G.
> >
>
> Try to use a delay option in rc.local , like below two lines.
>
> (sleep 3; service lightdm stop) &
> (sleep 2; service lightdm start) &
>
> No sudo is needed here , as rc.local is executed always as root. The
> ampersand symbol is not actually needed, but it helps sometimes.
> The restart option in lightdm is a "painful" for the system method. It
> would be better to use the commands above to stop and then start it
> again.
>
> Regards
> NikTh
Hi,
Unfortunately it did not work. It hung after the lightdm stop it seemed.
So I did
sleep 3
service lightdm stop
sleep 2
service lightdm start
and it seemed to go through the commands in rc.local but the same result
as a boot with the xorg.conf discussed added in /etc/X11. happened - no
difference..
-----
--
http://www.fastmail.fm - One of many happy users:
http://www.fastmail.fm/help/overview_quotes.html
More information about the Lubuntu-users
mailing list