LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-15-2005, 07:01 PM   #1
moosegoose
Member
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 48

Rep: Reputation: 15
X won't load!


Ok, in Slackware 10.2 I restarted my machine, when into safe mode and then tried to go do the xorgconfig thing again so I could get my stupid middle mouse button to work.

I did everthing...

And for some reason beyond my ability to comprehend...doing that deleted EVERYTHING in that file.

I restart...bad move because my default runlevel is 5 and I cannot get into 3 to change all of this garbage because it get's stuck when it loads X11.

I put in the slackware disk to reinstall X11...and it says it cannot be completed because apparantly the file doesn't end in .tgz...which it does.

I need help, and I refuse to reinstall the dumb OS all over again.
 
Old 12-15-2005, 08:25 PM   #2
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
Originally Posted by moosegoose
Ok, in Slackware 10.2 I restarted my machine, when into safe mode and then tried to go do the xorgconfig thing again so I could get my stupid middle mouse button to work.
I'm guessing you mean you were trying to get your mouse wheel to work.

Quote:
I did everthing...
I suspect this is not true

Quote:
And for some reason beyond my ability to comprehend...doing that deleted EVERYTHING in that file.
Well if you DID do everything, then I supose that includes deleting xorg.conf

Quote:
I restart...bad move because my default runlevel is 5 and I cannot get into 3 to change all of this garbage because it get's stuck when it loads X11.
When you get to the lilo screen select linux, then type space then 3 and then enter - this will boot you to runlevel 3 and bypass the default inittab setting of "4" in slackware (not "5").

Quote:
I put in the slackware disk to reinstall X11...and it says it cannot be completed because apparantly the file doesn't end in .tgz...which it does.
Completely lost me here.

Quote:
I need help, and I refuse to reinstall the dumb OS all over again.
Once you have booted to the command line, start mc and verify that you did indeed delete xorg.conf. If so, just rename xorg.conf-vesa to xorg.conf - that might get you started. If you did not, you likely just change some lines that made the x-server fail to load. Of course, without any error messages it's a little hard to tell.

I suggest being a little more detailed in your posts.
I know you are frustrated, but this was next to useless.

By the way, re-installing is the windows way.
Also, the OS is not at fault here.

HTH
 
Old 12-15-2005, 10:01 PM   #3
moosegoose
Member
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 48

Original Poster
Rep: Reputation: 15
I guess it generated a negative attitude...but I am getting very frustrated. I said everyting that I was having problems with.

I will try and boot into run level 3 by pressing the space bar 3 times...

Oh, I never blamed the OS man. I was at fault and I know that, I am just way frustrated with things breaking on my watch latley.

Also, a little modesty in your response could have helped. You could realize that I need help and I am frustrated and pointing out everthing that I said that you think I am wrong about doesn't help much (as far as blaming the OS, what I did in xorgconfig etc.).

Last edited by moosegoose; 12-15-2005 at 10:07 PM.
 
Old 12-15-2005, 11:07 PM   #4
OpenCircuit
LQ Newbie
 
Registered: Dec 2005
Distribution: Slackware 10.2
Posts: 25

Rep: Reputation: 15
if you could give us some information on your system ie: specs you are running, we could help you out more.
I could even generate a new xorg.conf file for you to fit your needs, but I would need to know what your running, or at least what you can remember was set in your xorg.conf file originally. Mostly everything in there is commented out anyways, so you wouldn't need half of it, just the important stuff.

Frank wasn't much help yes, and yeah X can be most frustrating at times, but if you let it get to you, you'll only go back to M$
And I'm pretty sure NO ONE wants you to do that.
 
Old 12-16-2005, 02:40 AM   #5
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Quote:
Originally Posted by moosegoose
I will try and boot into run level 3 by pressing the space bar 3 times...
He meant:
at the boot prompt, hit space (only once) then 3 (to indicate the run level).

Hang on, you'll get it fixed. Always.

Cheers, Leon.
 
Old 12-16-2005, 09:45 AM   #6
alienDog
Member
 
Registered: Apr 2004
Location: Europe
Distribution: Debian, Slackware
Posts: 505

Rep: Reputation: 48
There are easier ways to configure X than xorgconfig, try xorgcfg or xorgsetup.
 
Old 12-16-2005, 04:00 PM   #7
moosegoose
Member
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 48

Original Poster
Rep: Reputation: 15
Right on, I booted into 3 and got X running again...except for one thing.

My Scroll button still doesn't work. I said yes to "emulate 3d buttons" and selected it as auto.

The mouse is an MX 1000
 
Old 12-16-2005, 04:01 PM   #8
moosegoose
Member
 
Registered: Sep 2005
Distribution: Slackware 10.2
Posts: 48

Original Poster
Rep: Reputation: 15
Oops, double post.
 
Old 12-16-2005, 04:13 PM   #9
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
I remember having to do some fiddling to get my mouse wheel to work.

For what it is worth, this works for me in Mandrake and Debian

Code:
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
 
Old 12-17-2005, 06:32 AM   #10
areinhar
LQ Newbie
 
Registered: Mar 2004
Distribution: slackware current
Posts: 10

Rep: Reputation: 0
I have a mx 1000 an when I got it I tried to get all the buttons working on it. If you feel up to that challenge. It took me a while although I am not the best at this stuff yet. Here is a topic that describes how to do that also I believe to get your scroll button working for a mx 1000 you need to add
Code:
Option  "ZAxisMapping" "11 12"
. Heres that link to that post http://www.linuxquestions.org/questi...d.php?t=247340
Just use the second posters link and go from their this process also does require the installation of evdev to work otherwise X will just crash.

Hope this helps
 
  


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
KNOPPIX to load or not to load, quite the enigma... wolfster306 Linux - General 4 09-16-2005 05:16 AM
Flash won't load in Konqueror - "Unable to load Netscape plugin" rollo Linux - Software 2 09-10-2005 12:28 PM
grub doesn't auto-load kernel, time/date auto-change, k3b cannot load kenji1903 Red Hat 16 03-27-2005 08:48 PM
load the cd ... navaladi Mandriva 3 01-12-2005 02:52 PM
ipw2200 - Unable to load ucode, unable to load firmware blizinsk Linux - Wireless Networking 2 10-10-2004 08:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:18 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