Results 1 to 7 of 7
Well I started out on this system using enlightenment as the xwm so my make.conf held the line
Code:
USE="-gtk -gnome -qt -kde dvd alsa cdr oss"
I decided that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-21-2005 #1Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
KDE problems
Well I started out on this system using enlightenment as the xwm so my make.conf held the line
I decided that since I now have the capabilities of running with kde that I should at least try it out, so I removed the -s in front of the qt and the kde and ran emerge kde, which took a while.Code:USE="-gtk -gnome -qt -kde dvd alsa cdr oss"
Now there are some problems, when I try to startkde I get an odd error
. When I set kde as default in rc.conf I either get a similar error or it opens not kde but a very basic xwm.Code:Kpersonalizer: cannot connect to X server
So my question is, is there anything that I need to do to resolve this?
Do I have to recompile X with support for kde and qt, since on its first conpile it was -kde, -qt?
If so, will I have to re-setup my nvidia card?
Any other pointers would be greatly appreciated!
Thanks for your time guys,
JohnOperating System: GNU Emacs
- 04-21-2005 #2
You don't run startkde without an X server running. Just run startx. If it still uses your old WM, you can change that in /etc/rc.conf.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 04-21-2005 #3Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
I tried setting the xsession to kde and to kde-3.3 as per the rc.conf instructions; however, neither one work. They both, when I startx, show my nvidia splash screen and then the screen goes black. It has started TWM, I can click and open a terminal and from there run startkde; however, it is within TWM and behaves, especially the annoying icon handling, as if it was TWM, for some reason I cannot just get it to run as kde?
Operating System: GNU Emacs
- 04-21-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
kde-3.3 isnt enough in rc.conf, you must write everything or it wont work, for example:
Myself I prefer using only this as a normal user:Code:XSESSION="kde-3.3.2"
To see if anything has to be recompiled or upgraded, run this command:Code:echo exec startkde > ~/.xinitrc
This is good if you don't know if you have to recompile something since you changed the useflags...Code:emerge --deep --newuse -u world
Also, if you want kde-3.4 (Seems stable too me!) instead, just use this:Code:ACCEPT_KEYWORDS="~x86" emerge --ask kde
- 04-21-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
echo "exec startkde" > ~/.xinitrc worked like a charm; for somereason manually changing through /etc/rc.conf doesn't, but ob-la-di ob-la-da...It works!!!
thanks jaboua!Operating System: GNU Emacs
- 09-19-2006 #6Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
nvidia problem
I've just installed gentoo linux 2006.1 with kernel 2.6.16 and kde 3.5.2 (i think). Anyway, I was able to run KDE on VESA mode, but when I installed nvidia drivers it stopped working.
I followed this instructions: http://www.gentoo.org/doc/en/nvidia-guide.xml and I have 2 problems:
first when I put modprobe nvidia, I get FATAL: nvidia module not found.
Second when I put startkde, I get "Kpersonalizer: cannot connect to X server" and something like display not found or cannot open display.
Hope you can help, since I can't find a solution for this thing, It's driving me crazy.
My computer is a sony vaio fs-680 with nvidia 6200 go.
thanx
- 09-21-2006 #7
Better open a new thread instead of hijacking this one
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
