On Monday 17 September 2001 8:15 pm, Ken Hughes wrote:
Today, Sep 17, Márcio Di Pietro wrote:
Folks,
How can i get the shell text only (command) in suse 7.2?, i say pure text, without frames around the command screen
i'm not talking about the boot screen (Lilo) where you choose the system, linux or whatever...
echo 0 > /proc/splash
Or something like that....Check in /proc and find 'splash', then echo 0 into it.
From an ealier post (Friday 24 August 2001):
Try echo 0x0f01 > /proc/splash (as su root). Also, take a look at: http://sdb.suse.de/en/sdb/html/katlist.BOOT.html http://sdb.suse.de/en/sdb/html/katlist.BOOTLILO.html and (Thursday 23 August 2001) to set text mode or whatever with LILO: Kernel 2.4.x recognises VGA frame buffer devices. Text mode works with 640x480 (vga=769) and 800x600 (vga=771), so you get a console screen of 100x37. XFree86 4.0.2 works in framebuffer mode 800x600 or higher. Here's a complete list: # VESA framebuffer console @ 1024x768x64k # vga=791 # VESA framebuffer console @ 1024x768x32k # vga=790 # VESA framebuffer console @ 1024x768x256 # vga=773 # VESA framebuffer console @ 800x600x64k # vga=788 # VESA framebuffer console @ 800x600x32k # vga=787 # VESA framebuffer console @ 800x600x256 # vga=771 # VESA framebuffer console @ 640x480x64k # vga=785 # VESA framebuffer console @ 640x480x32k # vga=784 # VESA framebuffer console @ 640x480x256 # vga=769 M