Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Framebuffers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Lumpy
n00b
n00b


Joined: 13 Jul 2003
Posts: 7

PostPosted: Mon Jul 14, 2003 6:39 pm    Post subject: Framebuffers Reply with quote

Just got my gentoo up and running for the very first time (MS veteran, but complete linux noob :)) and there just a few things I was wondering.
How do i set up framebuffer support so I get a nice looking high rez boot screen?
I know this has been asked before, but many of the previous answers assumed one thing... that the user knows something about linux :? .

Next, how do I enable SMP (P4 Hyperthreading to be exact). Ive enabled it in my kernal but it doesnt say anything about my CPU type when I boot like it did when i slelcted smp when booting off the install cd... does that mean its not working?

Last, and I must admit im embarrased to ask this, but what is the command to delete a file, :oops: and how do i examine the properties of a particular directory or file (size, permissions etc)

Thanks in advance
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Jul 14, 2003 7:09 pm    Post subject: Reply with quote

Lumpy,

The command

less /proc/version

will tell you about your kernel.

rm <filename> will remove a file if you have the right permissions.

Learn to use the manual
man man
man less
man rm

at the command prompt will tell you want to know.
info less
info rm
will produce similar help screens.

Don't do this
rm -rf /
I'll let you work out from man what it does.

Regards,

NeddySeagoon
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
quikchaos
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 107

PostPosted: Mon Jul 14, 2003 7:10 pm    Post subject: Reply with quote

Not sure I can help w/ the SMP.

This is a nice revision of the Bootsplash HOWTO. I would try following it, and then coming back with more specific questions about getting it up and running.

The Gentoo Framebuffer, Bootsplash & Grubsplash How-To

As for the command for viewing specific file details. I use
Code:
ls -al
This lists the files and shows all of thier attributes. HTH
_________________
"Whether you think you can or you think you can't... you're right." -- Henry Ford
Back to top
View user's profile Send private message
snipingkills
Tux's lil' helper
Tux's lil' helper


Joined: 11 May 2003
Posts: 92
Location: Denham Springs, La.

PostPosted: Mon Jul 14, 2003 7:20 pm    Post subject: Reply with quote

Sorry, but on last check the P4 didn't support SMP. Although if you do have an SMP mobo where did you get it?
_________________
When the Illusions of Reality fade,
Which is more deceptive; the Illusion or Reality?
Back to top
View user's profile Send private message
klarnox
Guru
Guru


Joined: 28 Jan 2003
Posts: 350
Location: Wisconsin, USA

PostPosted: Mon Jul 14, 2003 7:32 pm    Post subject: Reply with quote

He's got a P4 that supports Hyperthreading, not multiple physical processors.
Back to top
View user's profile Send private message
Lumpy
n00b
n00b


Joined: 13 Jul 2003
Posts: 7

PostPosted: Mon Jul 14, 2003 7:45 pm    Post subject: Reply with quote

Thanks for that guys - will try those in a bit (busy emerging X atm). One last thing - Ive been told that i can enable mouse support at the command prompt. any ideas on that one?

Essentially, I want to copy about 5 pages of code from a web page in lynx to a new text file in nano... dont feel like typing it all out again, but a way to copy/paste would be incredibly usefull.

Thanks in advance again.
Back to top
View user's profile Send private message
Lumpy
n00b
n00b


Joined: 13 Jul 2003
Posts: 7

PostPosted: Mon Jul 14, 2003 7:48 pm    Post subject: Reply with quote

NeddySeagoon wrote:

Don't do this
rm -rf /
I'll let you work out from man what it does.


Nasty one that :P
Back to top
View user's profile Send private message
siti
Tux's lil' helper
Tux's lil' helper


Joined: 05 May 2003
Posts: 118
Location: Canterbury, New Zealand

PostPosted: Mon Jul 14, 2003 9:17 pm    Post subject: Reply with quote

Quote:
One last thing - Ive been told that i can enable mouse support at the command prompt. any ideas on that one?


Code:

emerge gpm
nano -w /etc/conf.d/gpm #set up the config file
rc-update add gpm default #if you want it to start when your computer starts
/etc/init.d/gpm start


Hope this helps:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum