Setting console design & resolution

Hi!

With my default openSuse11 kernel loaded from boot loader my console and boot procedure looks pretty cool (just like in the image enclosed). But when loading my Xen-Kernel my console and pretty much everything looks like the old DOS. How can I change the console so it looks in the image enclosed?

Kind regards,

Phong

http://www.nhatphongtran.com/downloads/highResConsole.jpg

Hi
I think you mean colors in the bash shell?
http://systhread.net/texts/200703bashish.php

I also have added to my bashrc file;


RS="\\033[0m\]" # reset
HC="\\033[1m\]" # hicolor
UL="\\033[4m\]" # underline
INV="\\033[7m\]" # inverse background and foreground
FBLK="\\033[30m\]" # foreground black
FRED="\\033[31m\]" # foreground red
FGRN="\\033[32m\]" # foreground green
FYEL="\\033[33m\]" # foreground yellow
FBLE="\\033[34m\]" # foreground blue
FMAG="\\033[35m\]" # foreground magenta
FCYN="\\033[36m\]" # foreground cyan
FWHT="\\033[37m\]" # foreground white
BBLK="\\033[40m\]" # background black
BRED="\\033[41m\]" # background red
BGRN="\\033[42m\]" # background green
BYEL="\\033[43m\]" # background yellow
BBLE="\\033[44m\]" # background blue
BMAG="\\033[45m\]" # background magenta
BCYN="\\033[46m\]" # background cyan
BWHT="\\033[47m\]" # background white

PS1="$HC$FBLE$(ppwd \l)\u@\h:\w\$ $RS"
PS2="$HC$FBLE> $RS"

To set the PS1 and PS2 colors.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.25-0.1-default
up 5 days 1:45, 2 users, load average: 0.31, 0.58, 0.76
GPU GeForce 8600 GTS Silent - Driver Version: 185.18.14

Hi Malcolm! Thx for your reply!
I also mean having a high-resolution console and have that nice background image. I think also the font is a different one. There’s must be some kind of easy setup to activate all this.