Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Little bits and pieces...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Rede
n00b
n00b


Joined: 03 Jun 2007
Posts: 67

PostPosted: Tue Jan 08, 2008 1:14 am    Post subject: Little bits and pieces... Reply with quote

Ok I have just installed gentoo and now need a little bit of help with a few things.

Firstly I would like to install kde and make it load when I start up.
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Tue Jan 08, 2008 1:20 am    Post subject: Reply with quote

Okay, if you have finished the installation, you would want to do the following:

1. Install Xorg
2. Install your graphics drivers
3. Install KDE based on your needs

Here are the respective instructions for each of those things:

1. Xorg --> http://www.gentoo.org/doc/en/xorg-config.xml
2. Graphics drivers --> http://www.gentoo.org/doc/en/nvidia-guide.xml (nVidia) OR http://www.gentoo.org/doc/en/ati-faq.xml (ATi) (sometimes the drivers are emerged automatically when emerging Xorg, provided you have the "VIDEO_CARD=" variable set in /etc/make.conf)
3. KDE --> http://www.gentoo.org/doc/en/kde-split-ebuilds.xml

I personally just emerge kde-base/startkde , and then if I wanted to have it start automatically, I would emerge kdm and follow those instructions in the handbook. If you run into any problems, or have any questions along the way, please just post back.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Rede
n00b
n00b


Joined: 03 Jun 2007
Posts: 67

PostPosted: Tue Jan 08, 2008 2:45 am    Post subject: Reply with quote

Alright I just emerged xorg-x11, I got this though:

-------------ACCESS VIOLATIOB SUMMARY----------------------
LOG FILE = "/var/log.... (Don't think this is that important is it?)

Contents of log file are:

open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda

Should I continue on or has this stopped my xorg-x11 emerge?
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Tue Jan 08, 2008 2:49 am    Post subject: Reply with quote

If it brought you back to the prompt, and didn't produce any overt error messages, you should be fine. However, to make sure, continue with the guide to which I linked above. You will need to configure the X server, and test it to make sure that it works nicely. After you get all the configuration done, and you type startx to test the X server, it will either start or return one or more errors. Give it a go, and post back with the results.

Those messages don't seem to be anything important.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Rede
n00b
n00b


Joined: 03 Jun 2007
Posts: 67

PostPosted: Tue Jan 08, 2008 3:23 am    Post subject: Reply with quote

When I type 'Xorg -configure' it produces a link to a log file which is quite large then says missing drivers underneath.

If I try to use the semi-auto 'xorgconfig' command it runs until 'cp /root/xorg.conf.new /etc/X11/xorg.conf' at which it says /root/xorg.conf.new does not exist...

Any thoughts?
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Tue Jan 08, 2008 4:35 am    Post subject: Reply with quote

First of all, what type of graphics card are you using? Can you please post the contents of /etc/make.conf? Also, please type out the exact error messages that you receive when you do Xorg -configure. These three things will help us narrow down the problem. As this thread is post-installation, I'm going to ask a moderator to move it into "Desktop Environments." :)
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Tue Jan 08, 2008 10:01 am    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
hsurfer
n00b
n00b


Joined: 17 Oct 2006
Posts: 16

PostPosted: Thu Jan 10, 2008 5:26 pm    Post subject: open_wr: /usr/src/linux-2.6.23-gentoo-r3/null.gcda Reply with quote

i recently tried to upgrade my kernel:
from: linux-2.6.22-gentoo-r8 to linux-2.6.23-gentoo-r3
with genkernel and after reboot execute
module-rebuild rebuild
Code:
** Preparing to merge modules:
** Packages which I will emerge are:
        =sys-fs/fuse-2.7.0
        =x11-drivers/nvidia-drivers-1.0.9639
        =net-misc/cisco-vpnclient-3des-4.8.00.0490
        =app-emulation/vmware-modules-1.0.0.15-r1
        =media-video/gspcav1-20070508


there was so many problems whit this, i decided to reemerge manually.
My first package was nvidia-drivers...with bad results, because emerge returns the next message:
Code:

-------------ACCESS VIOLATIOB SUMMARY----------------------
LOG FILE = "/var/log/sandbox/sandbox-x11-drivers_-_nvidia-drivers-96.43.01-14368.log"

open_wr:   /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr:   /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr:   /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr:   /usr/src/linux-2.6.23-gentoo-r3/null.gcda
open_wr:   /usr/src/linux-2.6.23-gentoo-r3/null.gcda


T_T
maybe is something with nvidia legacy drivers and kernel 2.6.23.
What i did was downgrade to the next release of my actual kernel

Quote:
USE=symlink emerge =gentoo-sources-2.6.22-r10
genkernel --menuconfig --bootloader=grub all


and rebuild nvidia drivers
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 04 Nov 2004
Posts: 1083
Location: Victoria, BC, Canada

PostPosted: Thu Jan 10, 2008 6:05 pm    Post subject: Reply with quote

You both need to update sys-apps/sandbox - see bug 135745 for more info.

kalos, sandbox errors like the ones he has gotten always halt a build - so whichever emerge produced them and any following it certainly didn't complete successfully.
_________________
Saving the world, one kilobyte at a time.
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Thu Jan 10, 2008 7:28 pm    Post subject: Reply with quote

tarpman wrote:
You both need to update sys-apps/sandbox - see bug 135745 for more info.

kalos, sandbox errors like the ones he has gotten always halt a build - so whichever emerge produced them and any following it certainly didn't complete successfully.


Thanks for bringing that bug to my attention. I didn't know about the sandbox problem.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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