Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ 1 [2] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: how to switch between consoles(in textmode)?, [alt]+[Fn] doesn't work...< Next Oldest | Next Newest >
pr0f3550r Offline





Group: Members
Posts: 378
Joined: Dec. 2005
Posted: Mar. 25 2006,15:44 QUOTE

Quote (mikshaw @ Mar. 25 2006,10:11)
That seems like it would be kinda messy.

Actually it is, that should be matter for another thread I'm writing. This is a cheap hack and works for me, but only in qemu+ dsl.iso, not in standard embedded.
My .bash_profile
Code Sample

dsl@box:~$ cat .bash_profile                                                  
#!/bin/bash
export IRCNICK=DSL

#added for my own use
export http_proxy=http://proxy1.XXXXXX.com:80

SSH=`env | grep SSH_CONNECTION`
RUNLEVEL=`runlevel|cut -f2 -d' '`
if [ -z "$SSH" ]; then
  if [ $RUNLEVEL -eq 5 ]; then
      (startx & 2>/dev/null ) 
  fi
fi
Back to top
Profile PM 
5 replies since Mar. 24 2006,16:25 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ 1 [2] >/
reply to topic new topic new poll
Quick Reply: how to switch between consoles(in textmode)?

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code