Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-22-2005, 12:38 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Posts: 18
Rep:
|
login shell??
Hi all!
Totally new to this, but amazing how many people are into this already...
So, I had problems when configuring the graphics card during installation (a message appeared [Can't install Xorg package:] for any selection... ;-(
At the end, I entered, and after entering with my login and password the following appears:
[pepe@localhost pepe]$
Then I try to input
startx
But it states that startx is a command not found!
-bash: startx: command not found
Any help on how can I enter into the graphic interface??
Thanks a lot for your answer!
Jpn
|
|
|
01-22-2005, 12:44 AM
|
#2
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slackware 14.2
Posts: 849
Rep:
|
Quote:
a message appeared [Can't install Xorg package:
|
You need X to run a window enviorment. X
|
|
|
01-22-2005, 12:56 AM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Is your video card (not mentioned) supported by Linux?
Will your hardware work?
|
|
|
01-22-2005, 01:14 AM
|
#4
|
LQ Newbie
Registered: Jan 2005
Posts: 18
Original Poster
Rep:
|
My card is NEOMAGIC MAGICMEDIA 256AV, and it appears in the list, but when selected the message
[[Can't install Xorg package:] appears.
Do I have to reinstall by all means, Can I not re-configure from the shell??
Thanks
|
|
|
01-22-2005, 10:35 AM
|
#5
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
What distribution do you use?
# What is the distribution
cat /etc/.product
cat /etc/.issue
cat /etc/issue
cat /etc/issue.net
sysinfo
What kernel are you running?
# Find running kernel version
uname -r
Post the error messages presented for the installation of Xorg.
After a successful install, your configuration file should be located here:
/etc/X11/xorg.conf
And you may have to edit that some to reflect any modules, or other things particular to your vid card.
Then do
depmod -ae
Then try logging in as <your user> and command:
startx
|
|
|
01-22-2005, 07:02 PM
|
#6
|
LQ Newbie
Registered: Jan 2005
Posts: 18
Original Poster
Rep:
|
It finally worked!!
I did the re-installation as an update and now the Xorg appears, however I do not have KDE interface but Ice VM. How can I start KDE??
Thanks!
|
|
|
01-22-2005, 07:20 PM
|
#7
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
See section 3.4 of the KDE FAQ.
|
|
|
01-22-2005, 07:30 PM
|
#8
|
LQ Newbie
Registered: Jan 2005
Posts: 18
Original Poster
Rep:
|
Hi
I downloaded the KDE packages already while installing Mandrake 10.1, but when I start X
startx
I go directly to IceWM interface
Then, If I open a terminal and try to start KDE
startkde
it does not work,
Any tip???
|
|
|
01-22-2005, 07:37 PM
|
#9
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
If you are using the command line login and startx, create (if it isn't there already) the file /home/<user>/.xinitrc file and put exec kde in it.
My file:
Code:
# Duron 950 box "tinwhistle" user fancy .xinitrc file
# Start the stuff I want to run when I startx
# The artwiz-fonts sometimes conflict with your locale settings. To get
# them to work you may have to put the following at the beginning of your
# .xinitrc file
export LC=C
export LC_ALL=C
# Set the background for fluxbox
# Esetroot ~/backgrounds/linux.png &
# Start gkrellm and put it in the slit
# gkrellm will run fetchmail every 3 minutes
gkrellm -w &
# Start the keyboard hotkeys
acme &
# This will run a screensaver as your background
# /usr/X11R6/lib/xscreensaver/hopalong -root &
# Start the screensaver daemon
xscreensaver -no-splash &
# Finally, I start my window manager
# Fluxbox installed by compiling from source code
exec /usr/local/bin/fluxbox
# Fluxbox installed by rpm
# exec fluxbox
# exec kde
# exec gnome-session
# Sample .xinitrc entries for starting evilwm
# Merge X resources from ~/.Xdefaults
# [ -f $HOME/.Xdefaults ] && xrdb $HOME/.Xdefaults
# Set the background and root cursor shape
# xsetroot -solid \#400040
# xsetroot -cursor_name top_left_arrow
# Start evilwm - snap to borders within 10 pixels
# /usr/bin/evilwm -snap 10 &
# Transfer control to xclock - killing xclock (with Ctrl+Alt+Escape, say)
# will exit our session
# exec xclock -digital -padding 2 -g -0+0
|
|
|
All times are GMT -5. The time now is 11:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|