Williamm
(usa Linux Mint)
Enviado em 21/05/2012 - 10:06h
Como poderia montar um script para modificar estes arquivos?
/etc/init/rc-sysinit.conf
e na linha env DEFAULT_RUNLEVEL=2
mudar para env DEFAULT_RUNLEVEL=3
e no arquivo
/etc/init/gdm.conf
estas linhas:
start on (filesystem
and started dbus
and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
or stopped udevtrigger))
stop on runlevel [016]
para estas:
start on (filesystem
and started hal
and tty-device-added KERNEL=tty7
and (graphics-device-added or stopped udevtrigger)
and runlevel [!3])
stop on runlevel [016]