Results 1 to 2 of 2
I have run X -configure then fixed the errors there , When i ran the /root/xorg.conf.new i got the ok with the line background ect but when runing startx i'm ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-01-2006 #1
kde and gnome
I have run X -configure then fixed the errors there , When i ran the /root/xorg.conf.new i got the ok with the line background ect but when runing startx i'm in xterm how do i use kde or gnome i did select the packages on install,Do i have to make a /.xinitrc file to point to gnome-session.
- 03-03-2006 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I'm a little bit confused, but I take it you want to run KDE or gnome with the command "startx". Correct me if I'm wrong.
Edit the file ~/.xinitrc yes (or create it) Here's an example file:
You can also launch other apps directly from xinitrc, but if you use KDE or Gnome, they have their own session managers which can take care of it. My example file will launch Gnome. If you want KDE instead, place a # in front of gnome-session and remove the one in front of startkde.Code:#!/bin/sh gnome-session # startkde


Reply With Quote
