You are not logged in.
Pages: 1
I always keep run pacman -Syu to update the system. I didn't reboot my Arch Linux for a few days until today. Suddenly, I find startx will start twm instead of kde. After check the xinitrc file, i found it was reversed to standard one (?). And startkde will always complain "cannot open display (XSet)/ Cannot connect to X server".
I modify the xinitrc as follow to run kde
#twm &
exec startkde &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x25+0+0 -name login
However, I found I must keep the one uncomment, otherwise the kde won't start and after kde start, a login terminal will always be there and cannot be closed.
What's the right way to make kde work on Arch Linux?
Thanks.
Offline
Err like why do you run kde in the background??
would exec startkde work?
HTH
Mr Green
Mr Green
Offline
Err like why do you run kde in the background??
would exec startkde work?
HTH
Mr Green
Thanks, after remove "&" after the startkde in the startx, i can comment the login terminal now. I added it because the default script run twm &, i just followed it.
startkde always shows the message of "uset cannot open display"(?)
Offline
you may have permission problems
set up user (yourself)
and sure user has permission set...
search forum & wiki for more info...
HTH
Mr Green
Mr Green
Offline
I have the same problem. I used to use Xfce4, then I thought I trie the kde. I installed it with pacman -S kde. put modules array kdm. And it doesn't work.
When I start it without kdm as root startkde, I get the same errors. "xset:cannot open display/cannot connect Xserver". Please, give me help!
Offline
put startkde in your /home/username/.xinitrc file and start it with startx.
Dusty
Offline
I have the same problem. I used to use Xfce4, then I thought I trie the kde. I installed it with pacman -S kde. put modules array kdm. And it doesn't work.
When I start it without kdm as root startkde, I get the same errors. "xset:cannot open display/cannot connect Xserver". Please, give me help!
try to set the DISPLAY variable if you run x-needing-apps not in xterm but other terminal
export DISPLAY=':0.0'
explicitely
BUT:
... do not use startkde but add a line in your ~/.xinitrc file, as Dusty said, as it is much a better (because much "cleaner") way
The impossible missions are the only ones which succeed.
Offline
.xinitrc
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
#exec wmaker
exec startkde
# exec icewm
# exec blackbox
#exec fluxbox
HTH
Mr Green
Mr Green
Offline
OK. I have done. .. But when kde was starting, stopped at the 2. icon "initializing system services". In the xfce4 everything is work./gcc3.4 selfcomp.2.6.7 kernel Nvidia driver./
Offline
emmm which version of kde do you have ?
did you pacman in kdelibs ?
HTH
Mr Green
Mr Green
Offline
Kde: 3.2.3
kdelibs:3.2.3-1
Offline
All I can say is try reinstalling kde.....
HTH
Mr Green
Mr Green
Offline
OK. I have done. .. But when kde was starting, stopped at the 2. icon "initializing system services". In the xfce4 everything is work./gcc3.4 selfcomp.2.6.7 kernel Nvidia driver./
make sure that the lo device is up and that its address is set to 127.0.0.1. also, make sure you have the fam daemon running. others have had this halted behaviour from kde (including me), so search around this forum and you'll find more help on it.
-\ fideli /-
Offline
lo is up, but how can I check fam daemon and how put it in(if it doesn't run)rc.conf daemon array is ok?
Offline
rc.conf daemon array is ok?
that's right.
Offline
Fam is OK, but kde not running. I think, I go back to xfce.
Offline
Pages: 1