LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 01-13-2006, 04:20 PM   #1
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Rep: Reputation: 30
Help! I Screwed Up!


I just did a stupid and can't figure out how to fix it.

I was fiddling around with the /etc/x11/xorg.conf file in order to try to get my mx700 mouse working. Now I can't get my computer to boot up Linux again except in the command line. It gives me some sort of error when I try to startx it. Please help before my wife kills me.

Oh....I made a copy of it called xorgBK.conf but when I tried to change the name of it to xorg.conf, via rename xorgBK.conf > xorg.conf, it didn't seem to help.
 
Old 01-13-2006, 04:39 PM   #2
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
What was the error?
 
Old 01-13-2006, 04:42 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Target still exists in all likelihood. Delete it first, or us "cp -f ..."
 
Old 01-13-2006, 04:46 PM   #4
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
Hmm....I'll have to write the error down...that means I'll have to get out of UGH....XP and reboot it. I'll tell you in a moment after syg00 explains the complete line I need to put in in order to change xorgBK.conf to xorg.conf.

Either way, thanks for replying guys.
 
Old 01-13-2006, 04:52 PM   #5
micxz
Senior Member
 
Registered: Sep 2002
Location: CA
Distribution: openSuSE, Cent OS, Slackware
Posts: 1,131

Rep: Reputation: 75
rm -f xorg.conf
cp xorgBK.conf xorg.conf

or just:

cp -f xorgBK.conf xorg.conf
 
Old 01-13-2006, 04:55 PM   #6
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
I shall try that and if that doesn't solve it I'll write down the messages. I'll be back in just a few minutes......Thanks again for helping me.
 
Old 01-13-2006, 04:55 PM   #7
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
I don't think syg00 expected to come back and provide more information. Anyway here it is.

cp -f xorgBK.conf xorg.conf

Notice the use of the copy command (cp). This is so that you keep your backup of the original. Always a good idea.

Update: It looks like two of us were adding this info at the same time.

Last edited by stress_junkie; 01-13-2006 at 04:57 PM.
 
Old 01-13-2006, 05:20 PM   #8
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
It worked.....thank you so much!!!!!!!!!!!

OMG...I thought I was going to have a heart attack.

Hmm...why did messing with the mouse function make it so I couldn't boot into my gui?
 
Old 01-13-2006, 05:22 PM   #9
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
Yes, I like the cp vs the mv. I finally found my Linux pocket guide with the commands in it. I couldn't find it anywhere...wife came home and remembered where she put it when "cleaning" up a bit. Thank you again
 
Old 01-13-2006, 05:28 PM   #10
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
Are you able to help me get my MX700 mouse running properly without expiditing my heart failure?
\

I'll be back in a bit.....running to the store.
 
Old 01-13-2006, 07:16 PM   #11
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by stress_junkie
I don't think syg00 expected to come back and provide more information.
Indeed - and the dogs demanded their already late morning walk.
Should never be a need to wait - that's what man pages are for. As for command references, there must be truck-loads of them around the web if you're ever stuck.

Can't help with the mouse, but congratulations on the backup - not enough people have the forethought.
 
Old 01-14-2006, 03:04 PM   #12
Morbid
Member
 
Registered: Mar 2004
Distribution: Suse 10.1...and loving it!
Posts: 243

Original Poster
Rep: Reputation: 30
Ha, thanks. Sometimes I stub my big toe and get a clue.

Thanks for your help,Stress_Junkie...Syg00. (Oh....and micxz! Sorry about that.) In my haste, I just quickly scanned up a bit and didn't go near far enough. I was just so excited to have it going again...Thanks guys...and thanks for correcting me for my embarrassing oversite

Last edited by Morbid; 01-14-2006 at 11:31 PM.
 
Old 01-14-2006, 05:24 PM   #13
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Don't forget micxz. He put in the correct information about two seconds before I did.
 
  


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
how screwed am I? Please help whited Linux - General 1 03-11-2005 03:29 AM
I think I just screwed myself... Satrin Linux - Newbie 9 10-15-2004 09:21 AM
I screwed something up NobodyImportant Linux - Newbie 1 09-17-2004 09:10 PM
I have really screwed up santner Linux - General 2 04-26-2004 08:08 AM
I Screwed Myself Sathe Linux - General 6 02-08-2002 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:50 AM.

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