LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   A couple of quick questions. (https://www.linuxquestions.org/questions/slackware-14/a-couple-of-quick-questions-283765/)

Billy|B-A 01-29-2005 01:57 PM

A couple of quick questions.
 
Hello all!

I am running Slackware 10, kde 3.3.2 and kernel 2.6.10.

I just have a few "nit pick" questions. Like how can I get rid of the home and trash icons on the desktop? Second, How can I make the txt at boot small again. After a kernel upgrade the txt is huge. I will post my lilo.conf at the end. And another question is how can I find all the txt at boot up. Cause I have a few errors at boot that are not really causing any problems but I want to get rid of them.

Thanks for all the help I have recived and may recive in the future.

boot = /dev/hda3
message = /boot/boot_message.txt
prompt
timeout = 1200
change-rules
reset
# Normal VGA console
vga = normal
other = /dev/hda1
label = Windows
table = /dev/hda
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
image = /boot/vmlinuz.old
root = /dev/hda3
Label = Slack.old

comprookie2000 01-29-2005 02:02 PM

Do you have frambuffer support in the new kernel?

d00msweek 01-29-2005 04:58 PM

Quote:

And another question is how can I find all the txt at boot up.
dmesg ?

Billy|B-A 01-29-2005 07:02 PM

Sorry for my n00bness. But I cant remember where that option is in the kernel comprookie. Also dmesg helped alot thanks d00msweek.

comprookie2000 01-29-2005 07:59 PM

Here's mine
Code:

#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE="1024x768@85"
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

good luck and have fun
grub
Code:

title=Gentoo
root (hd0,0)
kernel /vmlinuz root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-16@85


carboncopy 01-29-2005 08:59 PM

You don't have to switch on framebuffer to get smaller text. Just enable

Video mode selection support under Device Drivers -> Graphics support -> Console display driver support -> Video mode selection support


And then in the lilo file

vga = normal change to vga=ask

Issue the command lilo after modification.

At boot-up you will ask to give a choice of the size of your fonts. You can experiment with the choices given, when you are satisfied with the choice you have made. Get the hex base number of your choice. Convert it to decimal and replace ask with the decimal number.


All times are GMT -5. The time now is 11:39 PM.