Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-19-2006, 06:04 PM
|
#1
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Rep:
|
Slack box hangs at X login
For some reason, my slack box don't finish booting.
Code:
Loading ALSA kernel modules.
Loading ALSA mixer settings: /usr/sbin/alsactl restor
Loading OSS compatibility modules for ALSA.
Starting gpm: usr/sbin/gpm -m /dev/mouse -t ps2
gpm: oops() invoked from gpm.c(977)
/dev/mouse: Device or resource busy
Starting up X11 session manager...
After that, it clicks a few times, and comes back to this, with nothing. It just sits there.
Last edited by nygeek05; 02-19-2006 at 06:10 PM.
|
|
|
02-19-2006, 06:13 PM
|
#2
|
Member
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606
Rep:
|
I'm going to assume it is. You cannot run Mac OSX applications in linux. Period.
To help with your problem.
It looks like you set slack to boot into init 4 by default, but did not properly configure X11. Also, GPM is not starting up. To remedy this, boot into single user mode. (At lilo, pick your kernel and then type "single" after the kernel option)
Then from there login as "root"
then type
cd /etc/rc.d
chmod -x rc.gpm
then type xorgconfig and answer all the questions about your graphics hardware.
|
|
|
02-19-2006, 06:19 PM
|
#3
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
I belive i configured it right, seeming I was using it yesterday, then I got all my sound stuff configured.
I'll try the chmod stuff, hope that works.
Also, how do i pass a kernal option?
?
|
|
|
02-19-2006, 06:21 PM
|
#4
|
Member
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606
Rep:
|
When you are at lilo, just type the name of the kernel and then single
For example i would type
"Slackware2.6 single"
I believe at default you would just tyep "Linux single".
|
|
|
02-19-2006, 06:22 PM
|
#5
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
thanks, currently rebooting with CHMOD changes, hoping that i only have to do that. I think i have a pretty good memory on my graphics card stuff, but not sure.
|
|
|
02-19-2006, 06:25 PM
|
#6
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
well, the monitor just keeps clicking still.
I'm going back into single, logging in as the normal me, and just going to run startx from there.
|
|
|
02-19-2006, 06:29 PM
|
#7
|
Member
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606
Rep:
|
The monitor clicking is a sign of a bad /etc/X11/xorg.conf
Post your /etc/X11/xorg.conf and then say what Videocard, monitor, and if your Mouse is PS/2 or USB. Also, are there any other errors if you wait about 20 seconds after the screen starts clicking?
|
|
|
02-19-2006, 06:29 PM
|
#8
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
Xfce alerted me that (none) will make it not work properly, used as a host.
Well, I'm currently trying to go around in firefox, and it can't find no servers.
|
|
|
02-19-2006, 07:03 PM
|
#9
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
I get some kinda error when I try to startx. For some reason, it says the central server or something's up. anyway, I'll try posting it later.
|
|
|
02-19-2006, 07:45 PM
|
#10
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
And here's the error...
Code:
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processes) with 0 events remaining.
Thats what it's told me after commanding startx.
As I take a look at the log, i get
Code:
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
No core pointer
Fatal server error:
failed to initialize core devices
|
|
|
02-20-2006, 05:41 AM
|
#11
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
Here's my x.org config.
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 280 210 # mm
Identifier "Monitor0"
VendorName "MAG"
ModelName "MAG 510V2-2"
HorizSync 30.0 - 54.0
VertRefresh 50.0 - 100.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "slow_edodram" # [<bool>]
#Option "slow_dram" # [<bool>]
#Option "fast_dram" # [<bool>]
#Option "fpm_vram" # [<bool>]
#Option "pci_burst" # [<bool>]
#Option "fifo_conservative" # [<bool>]
#Option "fifo_moderate" # [<bool>]
#Option "fifo_aggressive" # [<bool>]
#Option "pci_retry" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "early_ras_precharge" # [<bool>]
#Option "late_ras_precharge" # [<bool>]
#Option "lcd_center" # [<bool>]
#Option "set_lcdclk" # <i>
#Option "set_mclk" # <freq>
#Option "set_refclk" # <freq>
#Option "show_cache" # [<bool>]
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "UseFB" # [<bool>]
#Option "mxcr3afix" # [<bool>]
#Option "XVideo" # [<bool>]
Identifier "Card0"
Driver "s3virge"
VendorName "S3 Inc."
BoardName "ViRGE/DX or /GX"
BusID "PCI:0:18:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
02-20-2006, 05:15 PM
|
#12
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
I just thought of something.
The day before this thing started acting up, i removed the PCMIA drivers.
Wich, in turn could cause the mouse to not work if plugged in, causing this.
Okay, how do I install?
|
|
|
02-21-2006, 11:42 AM
|
#13
|
Member
Registered: Jul 2004
Location: USA
Distribution: Slackware64
Posts: 212
Rep:
|
1. change the /etc/inittab so it boots to the console until you get x working.
2. run mouseconfig as root and get your mouse working. is it a touchpad? usb mouse?
3. run xorgsetup and check /etc/X11/xorg.conf afterwards to make sure everything is right.
4. test x
5. change /etc/inittab back to what you had
|
|
|
02-22-2006, 07:20 PM
|
#14
|
Member
Registered: Nov 2005
Location: Lake Effect Land
Distribution: Ubuntu 7.04
Posts: 34
Original Poster
Rep:
|
Well, I tried, and slackware is still telling me that the mouse resource is busy. I just don't get it.
Another thing that I've just remembered is that this always seems to happen after I get my soundcard working. I get it working, get done with it, shut her down. Then the next morning I want to get on it, can't because of this.
IT REALLY GETS ANNOYING. I hate the fact that it's like I have a choice, will I take sound or graphics.
MORE EDIT: It's also a PS2 mouse.
FIXED: I fixed it by editing /etc/rc.d/rc.M so that the mouse goes first before ALSA. Seeming ALSA wants to mandate, and everything still works.
Last edited by nygeek05; 02-23-2006 at 09:08 PM.
|
|
|
All times are GMT -5. The time now is 12:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|