Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde, first try
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 3:52 pm    Post subject: kde, first try Reply with quote

last nite i did emerge kdebase ... let it do its thing overnight

now if i try to startx (after doing echo "exec startkde" > ~/.xinitrc) i get the following error:

"/home/hakz/.xinitrc: line 1: exec: startkde: not found

waiting for X server to shut down"

so im guessing startkde isnt part of kdebase, therefore i try to emerge kdebase-startkde

"Error: the =kde-base/kdebase-3.4* package conflicts with another package."

im confused :oops:

plz help!
Back to top
View user's profile Send private message
Havin_it
Veteran
Veteran


Joined: 17 Jul 2005
Posts: 1247
Location: Edinburgh, UK

PostPosted: Thu Dec 08, 2005 4:06 pm    Post subject: Reply with quote

Hi :D

I had lots of errors similar to this when I first emerged KDE3.4, and I think I did the same thing you have. The conflict is between the so-called 'monolithic' and 'split' ebuilds.

[I hope this is correct] kdebase is a monolithic ebuild, which pulls-in all the base packages, some of which you may not need.

kdebase-startkde is a split ebuild (the new method of installing, which will supposedly become the only method in the future). It only pulls-in the dependencies that make a minimal working KDE install, then you can add other components on an individual basis.

I'm not quite sure how I fixed this, but I think you'll need to unmerge kdebase at thevery least. So you've not had KDE installed before?
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 4:09 pm    Post subject: Reply with quote

nope not installed b4 - utter linux newb

i too live in edinburgh :P (just thought id mention that)
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 4:11 pm    Post subject: Reply with quote

am i the only one who thinks that it's silly that kdebase doesnt install kdestart ... i mean... come on, if i wanna install a program i wanna be able to start it! :roll:
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 4:13 pm    Post subject: Reply with quote

Try this instead:

Edit /etc/rc.conf to read
Code:
XSESSION="kde-3.4.1"


Then, run
Code:
# /etc/init.d/xdm start


Also, make sure you have X configured.
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 4:14 pm    Post subject: Reply with quote

Quote:
make sure you have X configured


... how?
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 4:21 pm    Post subject: Reply with quote

.broken. wrote:
Quote:
make sure you have X configured


... how?


There are a number of ways, but the easiest is probably
Code:
# xorgconfig


You'll need to know what video card you have, as well as the vert. and horiz. sync ranges of your monitor.
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 4:45 pm    Post subject: Reply with quote

done all the above, then did startx

"Fatal server error:
failed to initialize core devices"

and

"XIO: fatal IO error 104 (connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

doesnt sound good :(

any ideas peeps?
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 4:50 pm    Post subject: Reply with quote

figured out why: my mouse isnt at /dev/mouse (default x config path)

no idea where it is... how do i find it?
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 4:59 pm    Post subject: Reply with quote

.broken. wrote:
figured out why: my mouse isnt at /dev/mouse (default x config path)

no idea where it is... how do i find it?


It's probably at /dev/input/mice

Edit /etc/X11/xorg.conf and change /dev/mouse to /dev/input/mice
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 5:42 pm    Post subject: Reply with quote

mouse detected now, cheers!

new error msg tho!

"Symbol drmGetClient from module /usr/lib/modules/drivers/radeon_drv.o is unresolved!
Could not init font path element /usr/share/fonts/local/, removing from list!
/home/hakz/.xinitrc: line 1: exec: startkde: not found

waiting for X server to shut down"

any ideas?
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 6:03 pm    Post subject: Reply with quote

Do you have a Radeon card?

If so, you might want to emerge 'ati-drivers' and run 'fglrxconfig'
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 6:05 pm    Post subject: Reply with quote

i do indeed. sounds like a plan, will let u know how i get on :D

/me waits for emerge --update --deep world to finish
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 6:37 pm    Post subject: Reply with quote

bash: fglrxconfig: command not found

:(
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 6:38 pm    Post subject: Reply with quote

might be 'fglrxcfg'
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 6:50 pm    Post subject: Reply with quote

command not found either...

when i emerged ati-drivers, it did say run fglrxconfig for x.org config or sumthing similar... :( should i maybe emerge ati-drivers-extra ?
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 6:53 pm    Post subject: Reply with quote

just searched gentoo-portage.com for ati-drivers

came up with this:
xf86-video-ati

apparently it's the x.org ati driver, think i should give that a go?


Last edited by .broken. on Thu Dec 08, 2005 7:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 7:04 pm    Post subject: Reply with quote

.broken. wrote:
command not found either...

when i emerged ati-drivers, it did say run fglrxconfig for x.org config or sumthing similar... :( should i maybe emerge ati-drivers-extra ?


It's in the regular ati-drivers package. I have it on my system.

Look in /opt/ati/bin/
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 7:10 pm    Post subject: Reply with quote

its definately there!

dunno how to run it... iv tried exec fglrxconfig...
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 7:12 pm    Post subject: Reply with quote

.broken. wrote:
its definately there!

dunno how to run it... iv tried exec fglrxconfig...


Code:
# /opt/ati/bin/fglrxconfig
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 7:22 pm    Post subject: Reply with quote

cheers (told u i was a noob :D )

slight problem tho. my ATI card isnt listed in the list fglrxconfig (i have a Radeon 7000) :(
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 7:24 pm    Post subject: Reply with quote

.broken. wrote:
cheers (told u i was a noob :D )

slight problem tho. my ATI card isnt listed in the list fglrxconfig (i have a Radeon 7000) :(


D'oh!

Oh well. I'd just go back and run xorgconfig then, and choose "radeon" as the driver.
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 7:41 pm    Post subject: Reply with quote

same error msg as b4

Quote:
"Symbol drmGetClient from module /usr/lib/modules/drivers/radeon_drv.o is unresolved!
Could not init font path element /usr/share/fonts/local/, removing from list!
/home/hakz/.xinitrc: line 1: exec: startkde: not found

waiting for X server to shut down"


:(
Back to top
View user's profile Send private message
rev138
l33t
l33t


Joined: 19 Jun 2003
Posts: 848
Location: Vermont, USA

PostPosted: Thu Dec 08, 2005 7:44 pm    Post subject: Reply with quote

Try
Code:
# /etc/init.d/xdm start


Insetad of 'start kde', as I suggested earlier.
Back to top
View user's profile Send private message
.broken.
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 85

PostPosted: Thu Dec 08, 2005 7:44 pm    Post subject: Reply with quote

most odd... just tried it in a diff workspace and it worked...

any1 care to explain why?
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
Goto page 1, 2, 3  Next
Page 1 of 3

 
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