LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-24-2005, 07:42 AM   #1
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Rep: Reputation: 0
Unhappy n00b F'ed it up(solved)


Hi all,

Thank you in advance for reading this. I an running Mandrake 10.1, and it was going very well until I started messing with settings. I am using a IBM ThinkPad A30, I decided to mess with the mouse settings. That is when things went wrong, i clicked on the wrong mouse. Once I clicked on the new mouse setting the new mouse setup box opened and i had no control of it. so I did a hard restart, which is where my problems begin. I know very little about command line operations other than reboot and startx. When the computer restarts it gives me the standard how do you want to start dialog box, I have tried regular boot and failsafe. No matter what I choose to start it seems to cycle through startx about three times(it just flashes real quick) then it gives me a command line login. When I login and type startx it tries then shuts down. I am at work so I can not give the error it states. My other problem is that the 3 install disks that i HAD my dog decided to see what cd's taste like, so I have no install disks.

Like I said before thank you for taking the time to read this.

justin

Last edited by justinw3053; 05-24-2005 at 03:17 PM.
 
Old 05-24-2005, 07:57 AM   #2
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
I´ve had similar problems, but those were regarding free space(I didnt have any).
In the verbose mode, during startup, do you get any errors?
Also you can try logging in as root and see if that helps.(after logging in try ¨mdkkdm¨ or ¨startx¨, if x is not already running) You may also want to try another display manager like gdm. After logging in through command line, try
Code:
gdm
If you dont have gdm installed, you can download it through urpmi(if you have set that up).

On a lighter note, your dog ate the cds?? . I´d love to see your dog do that again.
Did it swallow it fully or just bite and break it??Mine likes to play frisbie with old CDs.
 
Old 05-24-2005, 08:06 AM   #3
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
No he didn't eat them fully just lots of slobber and teeth marks, I got lucky because my pcmcia usb card was sitting right next to the disks. I'll try that when i get home, startx doesn't work in regular user or root. The only error I get is when the pcmcia network card is installed.

thaks
justin
 
Old 05-24-2005, 08:18 AM   #4
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
I think my main problem is that when I changed the mouse from generic ps/2 to the touchpad it freaked out on me. Is there a way to change this setting back from the command line.
 
Old 05-24-2005, 08:22 AM   #5
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
try mcc of xorgcfg from command line for configuring the touchpad.
edit: I think xorgcfg will be the better option.

Last edited by abattoir; 05-24-2005 at 08:25 AM.
 
Old 05-24-2005, 08:36 AM   #6
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
cool I'll try that when I get home
 
Old 05-24-2005, 08:40 AM   #7
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
When I type in xorgcfg will it be pretty self explanitory or as a N00b will I be lost.

Sorry to be such a pain.

justin
 
Old 05-24-2005, 09:06 AM   #8
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
when you type xorgcfg, you get a simple gui with a lot of icons(they look windows 98 ish!). Click on the mouse icon, then the rest must be easy. (I have not tried it myself, but it must work.)
Hope this works.
Bye.
 
Old 05-24-2005, 09:11 AM   #9
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
I've had this problem for a different reason in the past - If Xorg is set up to use a mouse, it can't start without one being present.

It would appear that by changing the mouse setting, you changed the place Xorg looks for the mouse. So now it can't start. (This happened to me when I didn't link /dev/mouse to /dev/psaux in my udev settings)

Just getting the right mouse into /etc/X11/xorg.conf should fix the problem.
 
Old 05-24-2005, 09:24 AM   #10
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
I think that is my whole question, will xorgcfg fix /etc/X11/xorg.conf or will I have to manually edit it? If so how is that accomplished(i.e. commands and such).

thanks
justin
 
Old 05-24-2005, 10:02 AM   #11
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
It should fix it, yes.

Otherwise, you could use a text editor such as pico or nano (or vi or emacs if you're brave) to change the Mouse settings: Dead easy to do, type "nano /etc/X11/xorg.conf" when logged in as root.

You should just have to go down to the settings for the mouse and change them from "/dev/whatever" to "/dev/psaux". That should be all that's needed to fix the problem
 
Old 05-24-2005, 10:05 AM   #12
godzero
Member
 
Registered: May 2005
Distribution: Mandriva 2005LE
Posts: 78

Rep: Reputation: 15
It's a basic gui, but you can control the mouse with your numpad (you'll see)
 
Old 05-24-2005, 12:26 PM   #13
justinw3053
LQ Newbie
 
Registered: May 2005
Distribution: Mandrake 10.1
Posts: 9

Original Poster
Rep: Reputation: 0
you guys freakin rock that worked great, now I can use KDE again.

thanks for all the help,

justin
 
Old 05-24-2005, 12:42 PM   #14
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
We are happy for you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Please help! F'ed my fstab!! Input output error wasaabi4784 Linux - Newbie 3 08-15-2005 02:17 PM
N00b in need (is n00b indeed) MainframeGuy Linux - Wireless Networking 2 12-10-2004 12:36 PM
To n00b? Grisnak Slackware 27 11-27-2003 02:18 AM
Such a n00b Quinner Linux - Newbie 4 11-05-2003 12:55 PM
Another n00b Q O_o Linux - Newbie 3 11-04-2003 08:14 PM

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

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