LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 06-28-2004, 07:36 PM   #1
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Rep: Reputation: 15
Angry HELP!! I ready to give up on Linux


Help,
I can't seem to do anything right, all I do is reinstall over and over again.
Xwindows hates my mouse or video, depends. and I'm lost in the BASH
Shell I've looked at alot of web sites but I'm still lost, the more I think I
learn the more lost I become. Alot of the posts I've looked at refer to
editing the xf86config file to solve mouse problems. But I can't get the
vi to show me anything but ~ all down the left side of the screen.
What am I doing wrong?!
PLEASE HELP,
PRETTY PLEASE

I want to learn Linux
but I'm too Stupid or something.
 
Old 06-28-2004, 07:44 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Probably editing the file where it doesn't live ....

Try a
locate XF86Config

If that comes back with one hit in etc
do this
vi `locate XF86Config`


Cheers,
Tink
 
Old 06-28-2004, 07:52 PM   #3
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
What that is vi is opening a new file,not the file you want to edit,you are not alone,I use vim, I can do vi ~/.fluxbox/init and it will open a new file but when I use vim ~/.fluxbox/init it will open the file I want to edit.Hang in there,there is a reason for it but I don't have a clue,but someone will help you out.
 
Old 06-28-2004, 07:53 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Everyone goes through a learning curve with Linux. I found vi difficult to use also. So, I had a good look at my desktop to see what else I had to edit files with. What you have will depend on your distro, and what you have installed.

For me, I looked for something like I had used before. Kedit was it for me. You likely have it if you installed KDE as your desktop. You may also have Emacs. So what are the tricks? Emacs is a little more difficult to learn, but works well.

One thing to understand, xf86config is owned by root. So to edit it and save the changes you must be logged as root, or have root privileges by logging in as su. The trick is easy enough, open a konsole, su, and enter the root password when prompted. Now if it is Kedit you are going to use, enter kedit at the command prompt. It should have a # at the prompt. Once in kedit, open xf86config, edit it and save it.

I'm guessing you have other threads open with some things to change in xf86config. So good luck, and don't give up. Post back if you still can't figure out how to modify the file.
 
Old 06-28-2004, 08:03 PM   #5
dolvmin
Member
 
Registered: Jul 2003
Location: Florida
Distribution: Red Hat 7.2/8/9, Fedora Core 1/2/3, Smoothwall, Mandrake 7.0/10, Vecter 4, Arch 0.6, EnGuarde
Posts: 289

Rep: Reputation: 30
Okay, before I tell you anything, read this of fail on what I am telling you to do.

First, Linux is not like DOS or Windows. If you try to do anything in command-line, you must remember, Linux/UNIX is case sensitive. For example, if I type VI and not vi, Linux will not know what the hell I'm talking about. No exceptions... With this said, read on...

To access the XF86Config file, type:
Code:
su
(enter your password)
vi /etc/X11/XF86Config
-or-
vi /etc/X11/XF86Config-4
Beyond this, I'll simply wait for a reply for your next request for help.
 
Old 06-28-2004, 08:14 PM   #6
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Wow!!
I thought I wasn't going to get any help.
I will try every one of all your suggestions until I fail or something works.
I am in the middle of reinstalling on the same machine.
I'll Post back no matter what.
 
Old 06-28-2004, 08:54 PM   #7
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Rep: Reputation: 30
I've got to agreed with camorri. vi is hard for a newbie, try pico.
e.g.in a terminal, something looking like dos)
pico **file** (pico acts more like edit in dos.)
few thing about pico.:
alt+x ----> exit and will ask you for save (rememeber that if you try to save something if a dir where you dont have permission it wont do it. Also remeber that root can do anything, even f@$$$ up you all computer.....)
ctrl+end/or/home wont do a thing(He does not know it)

you may be able to run as root : xf86config (works with slackware but read the rest of the post first)
couple of question.:
1)
What is your mouse (USB, SERIAL, 2Button or 3, what brand... etc, the more u know the better it is.. )
2)
What is your video card(The more you know... .. .. ..)
Try superprobe, (Works with SOME distribution but not ALL, if it does, it will tell you what viedo card you got if you dont know choose generic vga, you'll deal with the rest (resolution, color later)

Don't give up. I had win 98SE and blindly killes it for Slackware 9.1 4 month ago, i came accros a lot of problem at the begining but now i do what i want with my computer and i have'nt restarted it for 2 months( Unless i wanted to... )
P.S.: I'd hate to loose a linux user for WIN$H!T...
 
Old 06-28-2004, 08:56 PM   #8
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Hello,
I'm almost done installing do I need to run xf86config before starting Xwindows?
 
Old 06-28-2004, 09:02 PM   #9
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Me Again,
I'm all done installing and have a prompt.
Now what?
I guess I'm kinda stupid could somebady walk me through what I need to do next?
 
Old 06-28-2004, 09:26 PM   #10
Kroenecker
Member
 
Registered: May 2003
Location: The States
Distribution: Gentoo
Posts: 245

Rep: Reputation: 30
So you haven't started x then? Well, try typing startx hit enter and see what happens. If that doesn't work then you need to post up the errors you are seeing. Then someone can help you (Im not much of an expert at troubleshooting those kinds of errors.)

Good luck
 
Old 06-28-2004, 09:29 PM   #11
zaharia
Member
 
Registered: Mar 2004
Posts: 71

Rep: Reputation: 15
try typing: startx

If this is all too difficult and you seem lost, why don't you d/l KNOPPIX, burn it(make sure you do it as an ISO, and NOTHING else), then run KNOPPIX for a while and learn what Linux is and how it works. By the way, you never mention what distribution you arer trying. Mandrake is great for newbies. As the majority of people, it simply sounds like you are trying to run before you can crawl. Forget about editing the xfree86 file using vi for a while, learn what Linux is first, better yet, read a Linux book or two.
Good luck
 
Old 06-28-2004, 09:40 PM   #12
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
Wolfy; do not be so HARD on your self. no u r not what u think. that is self defeating. as everybody stated so far linux is complex but not impossible.
just slow down take it easy read till u get headaches, eye bloodshot,then
continue to learn by doing bit by bit as u read. done that been there H.A.I
(here am I). still learning .but helping any body even though still newbie.
 
Old 06-28-2004, 09:46 PM   #13
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
Oh $h!t what went wrong?

Fresh install hit startx it started with fuzzy's then maybe switched resolutions.
Started but now it's in 640x480. I can't see all the windows, and Mouse is stuck in the middle
of the screen and won't move.

What the heck did I do wrong?
 
Old 06-28-2004, 09:56 PM   #14
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
What is Knoppix & Mandrake?

I understand D/I "download and Install" I don't understand KNOPPIX,
is Mandrake a different distro of linux?
If so is it easy to get i.e. "FREE"
 
Old 06-28-2004, 10:00 PM   #15
Wolfy
Member
 
Registered: Jun 2004
Location: WA
Distribution: Slackware 11 Kernel 2.6.20.7-SMP
Posts: 144

Original Poster
Rep: Reputation: 15
I'm running Debian Woody-i386 flavor bf24.
Does that help?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Almost ready to give up!! :( tecnolover Mandriva 24 02-26-2005 11:46 PM
So ready to give up =( duerra Linux - Newbie 4 01-18-2004 11:28 AM
I Give Up; Linux Just Isn't Ready For Primetime johnleemk Linux - Networking 23 11-13-2003 05:21 AM
That is it, I give up, Linux is truely not ready for prime time.... MAWipf General 175 11-10-2003 04:42 AM
Can't add hard drive- simple task- about ready to give up linux saxblue Linux - Hardware 4 07-30-2003 11:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration