With the update of sysvinit you can't manually start/stop lightdm by typing
- Code: Select all
service lightdm start
- Code: Select all
service lightdm stop
- you'll have to type
- Code: Select all
/etc/init.d/lightdm start
- Code: Select all
/etc/init.d/lightdm stop
The same goes for all the other possible service arguments (e.g. status).
This is an upstream bug (see 636054, 649454, 675533) - trying to use upstart commands when init isn't upstart. It has been fixed in the next sysvinit release (2.88dsf-23), but this package hasn't been updated in Testing until 2.88dsf-31 (see the news section here). Waiting for UP6.
Now what does that mean for sgfxi users?
1. If your DM is lightdm, sgfxi isn't able to stop it automatically anymore. Stop it manually (/etc/init.d/lightdm stop) before running sgfxi.
2. Of course sgfxi isn't able to start it (after the driver is installed) as well. Same here - just start it manually.

