Haven't tried to get to the bios... but I'll do that and check the /boot dir tomorrow.
'k
Hmmmm... so by adding the "1" at the end, I forced it into single user mode ... I didn't realize that this was run-level 1. So by adding a 3 at the end, I should be able to boot into text mode and 5 into X, correct?
Spot on.
It is my assumption that the drivers for the touch screen will need to be calibrated, but then I won't need to touch them again - I assume I can put the driver starter into... what, rc2 or something? What would the default run level be? How can I tell that?
Look at /etc/inittab, it should look something like this;
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:
Hopefully they tell you if they've done anything funky with the run levels (or hopefully they are standard). The last line I've posted there, the one that starts with "id" tells you what the default runlevel is, in this case 5.
Try 2 or 3 and see how you go, you might be able to run the driver calibration software once and be good.
Cheers,
td