
Re: fitPC2 and Panasonic Vieta TV
In case you want to get rid of flickering in text mode, then edit file /boot/grub/menu.lst as root and add option:
vga=0x0303
to first "kernel" line, e.g.:
Code:
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro vga=0x0303 reboot=b
initrd /boot/initrd.img-2.6.26-2-686
You don't need to run anything after saving the file. Just look at the console after next reboot.