Re: [LAU] No joy with AVlinux

From: Sean Corbett <seanbutnotheard@email-addr-hidden>
Date: Fri Dec 03 2010 - 17:55:54 EET

On Thu, Dec 2, 2010 at 3:49 PM, Folderol <folderol@email-addr-hidden> wrote:
> add to end of /home/{username}/.bash_profile
>        startx

Instead of a blind "startx", you may find it handy to make your
.bash_profile a little smarter... i.e., here's what I use (on Arch):

if [[ "$DISPLAY" = "" ]] && [[ "$(tty)" = "/dev/tty1" ]]; then
  startx &> .xsession-log
  logout
fi

This way, you can log into another virtual terminal (Ctrl-Alt-F2 for
example) and do some debugging in the background. Or it's handy if
you don't feel like firing up X at all.

-sean
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Fri Dec 3 20:15:01 2010

This archive was generated by hypermail 2.1.8 : Fri Dec 03 2010 - 20:15:01 EET