View previous topic :: View next topic |
Author |
Message |
Anteup n00b

Joined: 23 Sep 2010 Posts: 10
|
Posted: Mon May 02, 2011 3:54 am Post subject: How to install Gnome on Gentoo Video |
|
|
I made a video on how to install Gentoo a while back, and I just recently made a new video on how to install gnome in Gentoo on virtualbox. I thought this might be helpful to a lot of people so I wanted to post it here. Hope it helps.
http://dadistro.com/2011/05/how-to-install-gnome-in-gentoo-on-virtualbox/ |
|
Back to top |
|
 |
demon148 n00b

Joined: 01 May 2011 Posts: 11 Location: UK
|
Posted: Mon May 02, 2011 10:59 am Post subject: |
|
|
Anteup great video you dont happen to have a link so I can download it, I have been having problems getting gnome on plus it would be good to have it as a ref. |
|
Back to top |
|
 |
Anteup n00b

Joined: 23 Sep 2010 Posts: 10
|
Posted: Tue May 03, 2011 2:08 am Post subject: |
|
|
Thank you very much
I'm sorry, I don't have it available to download at this time. |
|
Back to top |
|
 |
demon148 n00b

Joined: 01 May 2011 Posts: 11 Location: UK
|
Posted: Tue May 03, 2011 2:39 am Post subject: |
|
|
thats ok I have figured it out there is something I need to ask
You were using a virtualbox for both your installation of both Gentoo and Gnome, when you installed gnome in some of the config files you had to add lines for vitualbox, do I need to add something if I am using Gentoo/Gnome as my main OS? |
|
Back to top |
|
 |
Anteup n00b

Joined: 23 Sep 2010 Posts: 10
|
Posted: Tue May 03, 2011 11:23 pm Post subject: |
|
|
Yes you would need to make some changes to your make.conf file, this will be based on your system, so
you might have
Code: | VIDEO_CARDS="nvidia" #if your video card is nvidia or whatever it is goes here
INPUT="keyboard, mouse, evdev" |
and you would also need to emerge your video card drivers
ex:
Code: | emerge nvidia-drivers |
I believe this might be the only differences.
also if you are having any specific problems relating to your system the people on the #gentoo irc are the most helpful, and best resource you can find. And are really good at troubleshooting. I'm not really able to tell you exactly what to do because the differences will be based on your system. That's the main reason why I had to make that video using virtualbox, it is the only guaranteed method to allow everyone to install it using general settings.
Wish I could help more. |
|
Back to top |
|
 |
demon148 n00b

Joined: 01 May 2011 Posts: 11 Location: UK
|
Posted: Wed May 04, 2011 12:17 am Post subject: |
|
|
My card is a radeon 9550 not sure if I am to use fglrx for it I read somewhere to put either Radeon or ATI can't rememeber as for the input devices I had put keyboard mouse and I am sure I put evdev aswell.
Its ok I used the video as a reference and it is going ok at the moment, I just wasnt sure what to edit when you where adding the virtualbox lines. gentoo, and xorg went on without a hitch, I am fairly sure my USE variables are ok and I am on compiling gnome now. |
|
Back to top |
|
 |
Anteup n00b

Joined: 23 Sep 2010 Posts: 10
|
|
Back to top |
|
 |
tomk Bodhisattva


Joined: 23 Sep 2003 Posts: 7221 Location: Sat in front of my computer
|
Posted: Wed May 04, 2011 10:30 am Post subject: |
|
|
Moved from Desktop Environments to Documentation, Tips & Tricks as it fits better here. _________________ Search | Read | Answer | Report | Strip |
|
Back to top |
|
 |
Randy Andy Veteran


Joined: 19 Jun 2007 Posts: 1152 Location: /dev/koelsch
|
Posted: Wed May 04, 2011 11:11 am Post subject: |
|
|
[quote="Anteup"] Yes you would need to make some changes to your make.conf file, this will be based on your system, so
you might have
Code: | VIDEO_CARDS="nvidia" #if your video card is nvidia or whatever it is goes here
INPUT="keyboard, mouse, evdev" |
Hi Anteup,
if you use an event-dev based system, you don't need keyboard and mouse entries here, cause this could have negative side effects, like three Mouse Pointers, or three letters per pressed key and so on...
So you only need
for this kind of devices.
Regards, Andy. _________________ If you want to see a Distro done right, compile it yourself!
Last edited by Randy Andy on Mon May 09, 2011 1:55 pm; edited 1 time in total |
|
Back to top |
|
 |
Anteup n00b

Joined: 23 Sep 2010 Posts: 10
|
Posted: Fri May 06, 2011 1:53 pm Post subject: |
|
|
Randy Andy, I did not know about that, thank you for sharing |
|
Back to top |
|
 |
|