Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fresh Install, now for modular X and KDE 3.5.1
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
Albino
n00b
n00b


Joined: 24 Jan 2006
Posts: 20

PostPosted: Thu Mar 02, 2006 2:46 pm    Post subject: Fresh Install, now for modular X and KDE 3.5.1 Reply with quote

I've just finished a fresh install of gentoo on my laptop. Now I want to install xorg, but I've decided to go modular. I'd like some help in explaining exactly what to do, I've read the migrating to modular X doc, but I'm still a little confused. The other complication is that I'm using an ATI radeon xpress 200M, which I've never really got to work properly with ati drivers before. If someone could tell me which steps to do in which order that would be great.

The next thing is to install KDE, I want to try 3.5.1, I have attempted this before but when unmasking all the packages I reached a dead end. Is there a single command to unmask all of KDE 3.5.1 and its dependencies.

I know I'm asking quite a bit, but I would quite like to get most of this done before I go to germany for a month on monday.
Back to top
View user's profile Send private message
rsa4046
l33t
l33t


Joined: 07 Feb 2005
Posts: 660
Location: The Big H, a bit SSW

PostPosted: Thu Mar 02, 2006 3:17 pm    Post subject: Reply with quote

Will leave the modular X stuff to the X gurus :P, but I've found a quick way to get kde 3.51 going is with a simple bash script, such as
Code:
#!/bin/bash
#
for i in `ACCEPT_KEYWORDS="~x86" emerge -p kde-meta | grep ebuild \
        | tr -s ' ' '\t' | cut -f 4`; do
        echo ">=$i ~x86" >> /etc/portage/package.keywords ;
done
Then check your /etc/portage/package.keywords file to see if everything worked, then
Code:
# emerge kde-meta
to get the complete distribution.
Back to top
View user's profile Send private message
scmckenzie
n00b
n00b


Joined: 13 Aug 2004
Posts: 20
Location: Salt Lake City

PostPosted: Thu Mar 02, 2006 9:56 pm    Post subject: Reply with quote

Hi. I'm running ATI radeon xpress 200M, Modular X and KDE 3.5.1. Everything is running smoothly (so far). As far as the ATI drivers, I was having some trouble until I emerged the emul-linux-x86 stuff. If you're not running amd64 then don't worry about that.

In the kernel I was pretty conservative. I turned off IOMMU support (again I think that's an amd64 thing). I also disabled frame buffer support. I did enable /dev/agpgart and AMD Opteron/Athlon64 on-CPU GART support, it sounded like a good idea and ignored the DRM.

So now the ATI driver gives me this:

Code:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200M Series SW TCL Generic
OpenGL version string: 2.0.5642 (8.22.5)


I see stuff on the screen and opengl stuff works, good enough for me.

The Modular X install was smooth and painless. Just unmask the stuff and make sure your make.conf is ready.

Here's the stuff I added to mine:

Code:

VIDEO_CARDS="ati fglrx"
ALSA_CARDS="atiixp atiixp_modem"
INPUT_DEVICES="keyboard mouse synaptics wacom"


I didn't bother unmasking KDE 3.5.1, I just added ACCEPT_KEYWORDS to my make.conf, at this point, why not?

Good luck with your install.
Back to top
View user's profile Send private message
Albino
n00b
n00b


Joined: 24 Jan 2006
Posts: 20

PostPosted: Fri Mar 03, 2006 10:56 am    Post subject: Reply with quote

I went for a monolithic nstall of X, mainly due to impatience to get the system up and running. I did unmask KDE 3.5.1 successfully and I'm using it now. I will look more into using ati drivers and setting it up without haaving to rely on vesa. If anyone else has experiencce with similar cards the more info I get the better, I'm still pretty confused with all the Xorg stuff, there are so many options and different drivers.

Also on the ACCEPT KEYWORDS, I would not go this way as I heaard it pulls in all sorts of dev stuff that you shouldn't really put on your system.

Thanks so far for the help.
Back to top
View user's profile Send private message
thasheep
n00b
n00b


Joined: 24 Nov 2005
Posts: 52
Location: Stockholm, Sweden

PostPosted: Fri Mar 03, 2006 11:20 am    Post subject: Reply with quote

Too late now I suppose but I'd definately recomend modular X. I've had no trouble with it (been running it for a couple of months at least and was using it with kde 3.5.1 until I changed to gnome). It's considerably faster to build too because you only build what you need (hence the modularity). Unmasking is simply a matter of copying the relevant section (the bit that starts with '# Donnie Berkholz <spyderous@gentoo.org> (07 Aug 2005)
# Modularized X, upstream release candidates' and goes until x11-themes-xcursor-themes) from /usr/portage/profile/package.mask to /etc/portage/package.unmask. I just noticed a line about an ATI driver in package.mask a few lines below the x11 stuff so maybe you should copy that over too. In /etc/make.conf, you should then add a line like
Code:
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="ati"
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