LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 05-11-2003, 07:36 PM   #1
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298
Blog Entries: 21

Rep: Reputation: 30
Installing XFree86 and KDE on Gentoo?


I just setup Gentoo successfully (well except the XFree86 and KDE applications), and do emerge them, or do I have to download the sources myself from the respected web sites (I know emerging downloads and compiles the sources)?
 
Old 05-11-2003, 08:40 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
This will download all needed libraries/dependencies including XFree86, etc.

emerge --fetchonly kde

emerge kde

will download if not already downloaded, compile, and install them.
 
Old 05-11-2003, 09:20 PM   #3
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Thanks, but that will have come later as I am having trouble getting my NIC to work in Gentoo.

I tried my best to follow the directions over at http://www.gentoo.org but when it comes down to the final networking configuration (after you compile the kernel and such) it tells you to edit /etc/conf.d/net but I can't tell what they want me to edit in to the file.

I already tried getting the OS to use 2 different driver modules for my NIC (tulip and dmfe) and that's not working. If the file (/etc/conf.d/net) is not the source of the problem what is?

My NIC is a CNet PRO200WL PCI Fast Ethernet Adapter, it's based on a Davicom chip.

When I type ifconfig into the console eth0 is listed.
 
Old 05-11-2003, 09:47 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by Seph64
Thanks, but that will have come later as I am having trouble getting my NIC to work in Gentoo.

I tried my best to follow the directions over at http://www.gentoo.org but when it comes down to the final networking configuration (after you compile the kernel and such) it tells you to edit /etc/conf.d/net but I can't tell what they want me to edit in to the file.
That's for your network configuration. Edit that to reflect your network configuration.

Did you compile the nic support as a module and if so, have you loaded the module?

If you were installing from a live CD and it was configured so you could connect to install, you could use it and look at what config it uses and copy to your install.

You can also do the d/l and install in the chroot environment as well.
 
Old 05-11-2003, 10:03 PM   #5
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Thanks, I just ended up copying the /etc/conf.d/net file from the livecd to the /etc/conf.d/ on the partition, now I emerge vim, and in the process of compiling links.
 
Old 05-11-2003, 11:57 PM   #6
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Woo, my first post under Gentoo Linux, thanks very much.
 
Old 05-12-2003, 12:15 AM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Cool Bye, bye rpm heck!

I emerged links as the first emerge after the system and I was posting while compiling fluxbox.

Did you post with links?
 
Old 05-12-2003, 12:44 AM   #8
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Yeah, I haven't gotten around to compiling a window manager when I posted (for some odd reason XFree 4.30 compiled when I compiled links).

I am now compiling KDE (I like it). Next will be Fluxbox.
 
Old 05-12-2003, 12:49 AM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
It took me almost 2 days to compile kde.
 
Old 05-12-2003, 01:08 AM   #10
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Quote:
Originally posted by fancypiper
It took me almost 2 days to compile kde.
Holy crap on a stick, that long? Sheash! Well I am off to bed, I'll check on it's progress when I wake up.
 
Old 05-12-2003, 09:17 PM   #11
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Well it took less then 24 hours to compile KDE on my machine.

I am liking Gentoo so far.
 
Old 05-12-2003, 09:29 PM   #12
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Well, I compiled at nice -n 19 since I am a heavy multitasker and I am usually runing tons of other stuff. That cuts out a lot of lag while building but at the cost of compiling speed.
 
Old 05-12-2003, 09:39 PM   #13
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Hmm, I can't seem to get my mouse wheel to work properly. I inputted

Code:
Option "ZAxisMapping" "4 5"
into the right place in my XF86Config, but my mousewheel does not work.

And it seems I can not use the IMPS/2 protocol with Gentoo. If I try to use IMPS/2 the cursor goes all over the place.

I got a MS Intellimouse Explorer. IMPS/2 works in just about every other Distribution of Linux I have tried.
 
Old 05-12-2003, 09:51 PM   #14
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Could if be your gpm configuration?

Check your /etc/init.d/gpm and make sure it is notMOUSE=imps2 as that can cause the jumpy mouse.

Configure gpm to use:

MOUSE=ps2
 
Old 05-12-2003, 10:17 PM   #15
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
There's nothing in that file that states MOUSE=XX (xx = mouse protocol), could it be that it isn't configured correctly?

Quote:
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.9 2003/02/14 23:27:47 vapier Exp $

#NB: Config is in /etc/conf.d/gpm


depend() {
need localmount
use hotplug
}

checkconfig() {
if [ -z "$MOUSEDEV" ] || [ -z "$MOUSE" ] ; then
eerror "You need to setup MOUSEDEV and MOUSE in /etc/conf.d/gpm first"
return 1
fi
}

start() {
checkconfig || return 1

local params=""
[ -n "$RESPONSIVENESS" ] && params="$params -r $RESPONSIVENESS"
[ -n "$REPEAT_TYPE" ] && params="$params -R$REPEAT_TYPE"
[ -n "$APPEND" ] && params="$params $APPEND "

ebegin "Starting gpm"
start-stop-daemon --start --quiet --exec /usr/sbin/gpm \
-- -m ${MOUSEDEV} -t ${MOUSE} ${params}
eend ${?}
}

stop() {
ebegin "Stopping gpm"
start-stop-daemon --stop --quiet --pidfile /var/run/gpm.pid
eend ${?}
}
That's all there is in that file.

EDIT: Alright, I edited /etc/conf.d/gpm and uncommented MOUSE=ps2 while leaving MOUSE=imps2 commented.

Quote:
MOUSE=ps2
#MOUSE=imps2
#MOUSEDEV=/dev/psaux
#MOUSEDEV=/dev/input/mice
Like that.

Last edited by Seph64; 05-12-2003 at 10:32 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing KDE in Gentoo adamb10 Linux - Newbie 4 04-07-2005 06:19 AM
Gentoo: Installing Xfree and KDE as GRP Tomex Linux - Distributions 0 03-20-2004 03:34 PM
Gentoo - Emerging Xfree86 arrruken Linux - Software 5 02-29-2004 06:08 AM
Gentoo + Xfree86 4.3.0 = bigger then monitor jasghar Linux - Software 3 11-18-2003 07:46 PM
Xfree86 issues with Gentoo. Seph64 Linux - Distributions 3 07-12-2003 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 07:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration