OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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
-
is Ctl+Alt+Left/Right what your talking about?
I think it's in the FAQ
-
No, VT is a terminal, not screen.
-albertr
-
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.
-
Well, of course chvt would work, but I was wondering if any key or keys combination is mapped to do that?
-albertr
-
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
-
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