| Author |
Message |
madsid
|
|
Post subject: [fresh installation] some minor boot issues
Posted: 25.09.2010, 04:43
|
|

Joined: 2010-09-25
Posts: 3
Status: Offline
|
|
Hi guys. Have installed aptosid (xfce4) in virtualbox. Everything works - great job! Just a few niggling issues that I'd like some input if possible:
1. irqbalance fail - reading around it seems I should just ignore the whole thing. Am I right?
2. Error: unable to locate IOAPIC for gs1, etc - again googling around it looks like it has to be dealt with by the kernel people, so ignore. Am I right?
The above 2 does not interfere with the installation which runs fine.
3. The main thing I would like to correct if it is possible is that just after the grub menu, there is a lag of about 5 or so seconds of a blank window before the window changes and then booting commences. My guess is that it is due to kms kicking in. As I have little use for kms - this installation is just for internet access and browsing - I would prefer to speed up boot if possible. I have set it to boot into init 3. Do you think it is due to kms and if so how can I bypass it if possible?
4. Finally it would really be great if I can set things to boot directly into user and X - ie without the need for display manager and logging in. Right now I boot to prompt and log in from there. Then startx. As I said this is a virtual machine and I have no need for security, and a greater desire for convenience. My google-fu is not up to par as I cannot find anything about this for debian. In archlinux I just need to add a line or two in inittab. If someone can point me in the right direction that would be great, or if you know it is just not possible in debian, please let me know.
Thanks for reading. |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: [fresh installation] some minor boot issues
Posted: 25.09.2010, 08:08
|
|
Team Member

Joined: 2010-08-26
Posts: 168
|
|
|
madsid wrote:
3. The main thing I would like to correct if it is possible is that just after the grub menu, there is a lag of about 5 or so seconds of a blank window before the window changes and then booting commences.
this is grub2 related and afaik there is nothing that enduser can do/tweak.
madsid wrote:
4. Finally it would really be great if I can set things to boot directly into user and X - ie without the need for display manager and logging in.
configure the display manager to start directly bypassing the login procedure. take a look into "gdmsetup" |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
| |
|
|
|
 |
michaaa62
|
|
Post subject: RE: Re: [fresh installation] some minor boot issues
Posted: 25.09.2010, 08:31
|
|

Joined: 2010-09-11
Posts: 51
Location: Berlin, Germany
Status: Offline
|
|
| for 4)remove the display manager completely
Code:
apt-get purge gdm
, then install mingetty
Code:
apt-get install mingetty
, then change the line for one of the started ttys to
Code:
1:2345:respawn:/sbin/mingetty --noclear --autologin USERNAME tty1
append the startx command to the USERNAME's .bashrc
And reboot. |
|
|
| |
|
|
|
 |
madsid
|
|
Post subject:
Posted: 25.09.2010, 09:18
|
|

Joined: 2010-09-25
Posts: 3
Status: Offline
|
|
Thanks x-un-i - at least I know there's nothing I can do about it...
@michaaa62 - will try out your suggestion. Would certainly like to avoid the display manager. Thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: 25.09.2010, 09:47
|
|
Moderator

Joined: 2010-09-11
Posts: 464
|
|
for autologin setting of gdm, simply adding
Code:
[daemon]
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=<username>
in /etc/gdm/gdm.conf is sufficient, isn't it?
(See /usr/share/gdm/default.conf for example.) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: 25.09.2010, 10:01
|
|
Moderator

Joined: 2010-09-11
Posts: 464
|
|
| FYI gdmsetup program is in /usr/sbin if gdm package is installed |
|
|
| |
|
|
|
 |
madsid
|
|
Post subject:
Posted: 26.09.2010, 14:00
|
|

Joined: 2010-09-25
Posts: 3
Status: Offline
|
|
Thanks guys. @michaaa62, your suggestion works a charm. @muchan, rightly or wrongly I prefer to avoid gdm but thanks for your input. |
|
|
| |
|
|
|
 |
|
|