OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: albertr on October 03, 2005, 12:34:56 pm

Title: How To Switch Vts In Pdaxrom?
Post by: albertr on October 03, 2005, 12:34:56 pm
I'd like to use multiple VTs, which keys combination is used in pdaXrom to switch between virtual terminals?
-albertr
Title: How To Switch Vts In Pdaxrom?
Post by: takuan on October 05, 2005, 06:44:57 pm
is Ctl+Alt+Left/Right what your talking about?
I think it's in the FAQ
Title: How To Switch Vts In Pdaxrom?
Post by: albertr on October 05, 2005, 08:11:05 pm
No, VT is a terminal, not screen.
-albertr
Title: How To Switch Vts In Pdaxrom?
Post by: Quickfry on October 05, 2005, 08:26:48 pm
chvt, I believe. However, before you switch VTs, make sure you're plugged into AC, or that your power settings won't make the screen blank after a few minutes.
Title: How To Switch Vts In Pdaxrom?
Post by: albertr on October 05, 2005, 08:31:13 pm
Well, of course chvt would work, but I was wondering if any key or keys combination is mapped to do that?
-albertr
Title: How To Switch Vts In Pdaxrom?
Post by: sashz on October 06, 2005, 01:46:33 am
Quote
Well, of course chvt would work, but I was wondering if any key or keys combination is mapped to do that?
-albertr
[div align=\"right\"][a href=\"index.php?act=findpost&pid=98325\"][{POST_SNAPBACK}][/a][/div]

fix inittab like this, than fn+left/right will work in clean console (not X11)

--- /etc/inittab        1970-01-01 00:00:00.000000000 +0000
+++ inittab     2005-09-23 11:10:52.000000000 +0000
@@ -32,12 +32,12 @@
 pd:3:respawn:/etc/sync/serialctl
 
 # Specify program to run on tty1
-1:2:respawn:/sbin/getty 9600 tty1
-ln:345:respawn:/sbin/getty 9600 tty1
-#qt:5:respawn:/sbin/qt
-
-# collie sp.
-#sy::respawn:/sbin/shsync
-
-
+1:2345:respawn:/sbin/getty 38400 tty1
+2:5:respawn:/sbin/getty 38400 tty2
+3:5:respawn:/sbin/getty 38400 tty3
+4:5:respawn:/sbin/getty 38400 tty4
+5:5:respawn:/sbin/getty 38400 tty5
+6:5:respawn:/sbin/getty 38400 tty6
 
+#ln:345:respawn:/sbin/getty 9600 tty1 linux
+#qt:5:respawn:/sbin/qt
Title: How To Switch Vts In Pdaxrom?
Post by: albertr on October 11, 2005, 10:13:07 am
Sash,

Where can I get a copy of keymap that is used in pdaxrom's kernel?

Could it be possible to change xmodmap file to have fn+left/right change VTs in X too?

How do I switch back to X?
-albertr