LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-04-2004, 12:48 PM   #1
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
A few boot problems


OK...Been running Slackware for a few days now,but I seem to have made a big mistake.
I changed the configuration for graphical login,now cannot use mouse.
And what's worse,when I try to get to a console(either thru the login window or CTRL+ALT+fx,it only shows a solid cusor,nothing else.
If I type,it just looks at me like I'm an idiot(Which I guess I am).
What can I do?
Remember,I can't use the mouse,or type anything.
Any help will be greatly appreciated


P.S. Using Slackware 10,KDE Login and desktop.All was working fine before I changed to GUI Login

 
Old 12-04-2004, 01:00 PM   #2
Hiper
Member
 
Registered: Aug 2003
Location: Portugal
Distribution: Slackware 10.0
Posts: 100

Rep: Reputation: 15
no clue on the mouse
but ctrl-alt-f6 should work
 
Old 12-04-2004, 01:10 PM   #3
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
It does'nt.Just get a black screen w/solid cursor in upper left.When I type,it just echos the letters.
CTRL+ALT+DEL reboots it tho

Last edited by cwwilson721; 12-04-2004 at 01:11 PM.
 
Old 12-04-2004, 01:23 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
CTRL+ALT+F6 gets me too a working console.What editor should I use?
 
Old 12-04-2004, 02:53 PM   #5
Hiper
Member
 
Registered: Aug 2003
Location: Portugal
Distribution: Slackware 10.0
Posts: 100

Rep: Reputation: 15
you can learning vi (bit complicated at first)
or you can try pico (it's similar to DOS's edit).
pico comes with the pine package (an email client)
 
Old 12-04-2004, 04:00 PM   #6
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
Use joe or pico, two very easy to learn editors. What did you change on the login? Did you change to runlevel 4 by modifying inittab? Try xwmconfig as user and choose another Graphical interface like gnome or fluxbox and see if the mouse works, If it does then KDE is the problem, If it doesnt youll have to edit xorg.conf (located in /etc/X11) to
make sure the mouse section is setup correctly.

Last edited by BajaNick; 12-04-2004 at 04:04 PM.
 
Old 12-04-2004, 11:54 PM   #7
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
OK>Setup how?
 
Old 12-05-2004, 03:51 PM   #8
Hiper
Member
 
Registered: Aug 2003
Location: Portugal
Distribution: Slackware 10.0
Posts: 100

Rep: Reputation: 15
I'm not sure what's your question
the files are
/etc/inittab (to change whether or not to enter to X mode at boot)
/etc/X11/xorg.conf (to change mouse and other X stuff)
both are well commented, so changing them should be easy
 
Old 12-05-2004, 11:19 PM   #9
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
No.I meant"How do I setup the mouse correctly?"...I know which files to change back(Already did so) but I still have no mouse in X....Need help with that. Already tried to reset it all with the config,but mouse still won't work(PS2 mouse)

Last edited by cwwilson721; 12-05-2004 at 11:20 PM.
 
Old 12-06-2004, 12:00 AM   #10
DaHammer
Member
 
Registered: Oct 2003
Location: Planet Earth
Distribution: Slackware, LFS
Posts: 561

Rep: Reputation: 30
For X the mouse is configured in /etc/X11/xorg.conf. How it's configured depends on the mouse, but here is an example:
Code:
Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    
End Section
Then down at the bottom:
Code:
Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
 
Old 12-06-2004, 08:16 AM   #11
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
from cwwilson721; newbie-forum at 6.30 AM
--------------------------
Yes.How about a nice,plain,easy to understand version?

1st,the questions:
1: How do I edit ,in console,the files I originally changed in Xwindows
2:How do get the mouse(PS2) to work again in X? (xorgconfig did not work)


Please,in plain englis...the answer 'nano -w /path/to/file ctrl o plus enter to save ctrl x to exit" means
less to me than what colr toilet paper Bill Gates uses in his 3rd floor bathroom.(Newbie forum). A nice plain answer is appreciated.And 'nano' is not installed on my version of Slackware(V10)
---------------------

don't put Q'.s twice....that's confusing and spreads the discussion and is not allowed.
why do you state in this forum you have edited the file you wanted to, while asking how to do that 10 min.s later in another forum.
( my reaction there is thus obsolete i guess, and was a waste of time... )

egag
 
Old 12-07-2004, 12:59 AM   #12
erawkcals
LQ Newbie
 
Registered: Dec 2004
Distribution: Slackware
Posts: 8

Rep: Reputation: 0
Hi, for the mouse I would recommend setting the mouse to auto in xorg.conf.
Regards,
 
  


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
dual boot problems, now no boot loader after fixmbr mipia Debian 2 04-04-2004 09:43 PM
Dual boot for Redhat 9 and Solaris 9 boot manager problems steve_2010 Red Hat 1 01-30-2004 09:14 PM
Kernel update boot problems, no boot loader StaticSage Red Hat 2 01-09-2004 06:05 AM
Boot problems, carn't boot Linux anymore Thom_Redhat Linux - General 2 01-01-2004 08:21 AM
Boot problems, NTLDR missing but trying to boot on second hard drive Outabux Linux - Newbie 0 04-09-2003 05:29 PM

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

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