Find the answer to your Linux question:
Results 1 to 5 of 5
Hi I have inherited an ubuntu system and I'm currently having problems with my console (using putty.) My bash console is usable but only just barely. None of the colors ...
  1. #1
    Just Joined!
    Join Date
    Feb 2011
    Posts
    3

    Console Display problems

    Hi I have inherited an ubuntu system and I'm currently having problems with my console (using putty.)

    My bash console is usable but only just barely.

    None of the colors are working so I can't tell what it a directory and what isn't. When I hit the up arrow I just get : ^[[A instead of my last statement.

    Left arrow: ^[[D
    Right arrow: ^[[C
    Down arrow: ^[[B

    I was wondering if anyone has seen this before and if they have a quick fix?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Try checking Disable application cursor keys mode under Terminal -> Features in Putty.

  3. #3
    Just Joined!
    Join Date
    Feb 2011
    Posts
    3
    Quote Originally Posted by reed9 View Post
    Try checking Disable application cursor keys mode under Terminal -> Features in Putty.
    No its enabled. I use the same putty settings to connect to my personal web site and all the console features work on it.

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    What is the output of
    Code:
    echo $TERM
    echo $LANG

  5. #5
    Just Joined!
    Join Date
    Feb 2011
    Posts
    3
    $TERM: xterm

    $LANG returns a blank line.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...