Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Gnome or KDE on AIX 5L

Status
Not open for further replies.

franksoprano

Technical User
Apr 13, 2002
249
US
How do I go about starting up the GNOME or KDE enviroment on my RS6K running AIX 5L? I have all 4 cd's installed, and cannot figure out how to start-up either of these desktop enviroments..

If anyone has some procedures for me to follow I would greatly appreciate it!! :)

Thanks In Advance

Frank Soprano-
 
The README.TXT says:

1.
kill all CDE desktop-sessions

ps -ef | grep dtlogin | grep -v grep | awk '{ print $2 }' | xargs kill -9


2.
Start KDE-processes:

/opt/freeware/kde/bin/kdm

This worked just fine on my machine.

If you want to keep this settings after reboot of the machine, you have to change your "inittab".


HTH
Rudi
 
Thanks! I'll give it a shot and let you know how I make out!!

Thanks Again!

Frank Soprano
 
Start and Problems in using KDE
In some cases, the CDE desktop is already running §-(( .
The (very elegant :cool:) ) way to stop CDE without reboot mentioned by IBM is: kill command to the X server (cat /var/dt/Xpid ; kill -term process-id; you can go back to CDE with "/usr/dt/bin/dtlogin -daemon").

Then you have to create your own $HOME/.xinitrc file (copy from /usr/lib/X11/defaults/xinit/xinitrc ) and remove all lines containg start directives of applications and the window manager (near the end of the file).
Include instead the "/opt/kde/bin/startkde" command.
Include /opt/kde/bin in your PATH and re-source your login script.
Run "xinit" and wait.

Also on the fastest IBM machines the KDE start will be slower then under Linux (static linked binaries !).
Sometimes KDE hangs after clicking the logout button. Mostly it occurs if not all applications are closed.
In this case you have to kill your session manually (with the STRG+ALT+BACK combination or from network via telnet)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top