LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-27-2007, 03:58 PM   #1
uniphil
LQ Newbie
 
Registered: Apr 2007
Posts: 4

Rep: Reputation: 0
x problem after install of slackintosh on ibook


OK I'll start off with an introduction which you can skip if you don't want to waste your precious time

Me and Linux:
I kept hearing wonderful things about linux and it's magical stability and power in articles and stuff I read, eventually decided to try it out. bought an old junk computer from a local dealer, and I was off. Power? ok. Ease of use? way better than expected... sometimes... Stability? heh... depends... (yeah I know it can be incredibly stable for the sorts of things that really need it, but for general desktop, I'd say less than magical. put that way it sounds bad but I really mean "excelent" usually)
But being a windows user, I was hooked immediately. I eventually settled on Ubuntu because it seemed good - sponsored development, regular releases, the sent free stickers with my shipment of cds.
So that's me and linux.

iBook and I:
I got my brother's old iBook when he got a new one after spilling sprite on the keyboard - cost me a whole 15 dollars to get one of those flexible portable usb keyboards. He had gotten this one right before OS X came out, so he had both OS 9 and X because some of the programs with it didn't work in X. So I got fed up with all the software I downloaded only working for later versions of OS X quickly, and popped in the ppc ubuntu and wiped the whole hd clean with that install. I also installed kde and xfce to try them out, especially xfce because it's an old slow computer.
Anyway, Ubuntu has been.... less than what it claimed to be for this laptop. Various eventually started making me mad, and I'm not a huge fan of the colour brown.
The think that frustrated me most with ubuntu is their claim of an active community support thing. Sure, it's very active, but with all their push to get more users, there is a hugely disproportionate amount of people asking questions compared to answering them. That was sooo frustrating.
So I started experimenting with other distros, most didn't work so I gave up, yellow dog seemed interesting, but I got very pissed off at the enlightenment desktop thing quickly, plus stuff started breaking. I actually went back and gave xubuntu one more shot before trying slackintosh, and it didn't fail.... in having issues.

So anyway, I found out about Slackware (slackintosh port in my case), figgured I'd give it a shot. Ease of use and stability are the goals? sounds perfect. The community seems friendly and supportive and active. So now (unless I'm totally mistaken about the community part) I'm determined to stick it out with slackware and get it working.

anyway I ran into my first problem shortly after the actual install completed.






------START HERE IF YOU SKIPPED INTRO--------------

the computer:
iBook
G3 (I think...) 500MHz
64 MB ram (300 or so MB swap)
10GB HD

The Linux:
Slackintosh 12.0 (first 3 cds of 4 - maybe my problem right there?)

The Story:
  • Started installing, selected full install.
  • Got to cd 4 which it wouldn't accept, I didn't want to re-download and/or use another cd, so I selected the option that was something to the effect of "finish up installation now". (basis of idea 1 - see below)
  • It finishes up, does its stuff, I set root password, blah blah, I reboot. Starts up, looking good.... Brings me to:
    Code:
    Welcome to Linux 2.6.21.5 (tty1)
    
    darkstar login: _
  • I login as root... (thinking, wierd - no graphical login screen), get:
    Code:
    root@darkstar:~# _
    so, based on my vast(ly huge in-)experience in this whole linux thing, I hit it with "startx"
  • it very quickly writes a few things and then the screen blacks (I think, YES) and then very quickly it comes back revealing this whole big message and I'm back at root@darkstar:~# _. (damn.) I'll just write out the errors and warnings it gave:
    Code:
    (WW) ****INVALID IO ALLOCATION**** b: 0xf0000400 e: 0xf00004ff correcting
    (EE) end of block range 0xefffffff < begin 0xf00004ff
    (EE) VESA(0): cannot read V_BIOS (5)
    (EE) Screen(s) found, but none have a usable configuration.
    
    Fatal server error:
    no screens found
    giving up.
    xinit: connection reset by peer (errno 104): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    root@darkstar:~# _
    I don't think anything else before that had anything related to why it didn't work, just stuff like the version of x (1.3.0) and that (EE) and (WW) meant error, and warning, respectively.
  • I very quickly gave up googling and came running to you nice people instead.
  • Oh yeah remembering some stuff from my dsl/knoppix days, I tried to get xsetup.sh or whatever it is - that's all I had to type in dsl, I don't know how to get it in slack.

Some more technicalities:
  • Laptop has no internet access. I'm currently on another computer, running xp unfortunately. Maybe if I can get the firewire internet connection through this computer.... that's for another day, unless it would help.
  • I'm not too experienced with linux - easy terminology and instructions please.

Here's what I think may be wrong:
idea 1: I need the last install cd for x to work. If this is the case is there a way to install that last cd without doing the whole thing again?
idea 2: Something else has gone wrong. More likely, I think.


anyway thanks for reading this far, and thanks in advance if you can help me out!

-phil

Last edited by uniphil; 07-27-2007 at 04:34 PM.
 
Old 07-27-2007, 06:40 PM   #2
m.andrew.dennis
LQ Newbie
 
Registered: Jul 2007
Location: Dallas, TX
Distribution: Slackware
Posts: 11

Rep: Reputation: 0
RE: x problem after install of slackintosh on ibook

I'll admit my experience with slackintosh is limited (I have none) so what I'm saying may be utter crap and useless to you. however, I've got tons of experience with slackware, and hey, it's a port right??
the short version is: you shouldn't need CD4, at least not with the standard slack distro, it's just source for most everything. What you need (from the output of your X session dying) is a proper driver for your video chip. try running lspci as root and look for a line about a vga controller. Take note of that, and search google for which X driver is needed for that particular video chip.

the command you're looking for is [I} xorgconfig [/I]
it will walk you through a mind-numbing number of steps to configure everything from your video card to which direction you prefer zippers to be installed after which it will write you a new /etc/X11/xorg.conf and everything should be fine.

If not, at least go look at slackintosh's site and find out what's on CD4, there may be some important stuff on there, but I doubt it.

Best of luck!!
A
 
Old 07-28-2007, 11:59 AM   #3
uniphil
LQ Newbie
 
Registered: Apr 2007
Posts: 4

Original Poster
Rep: Reputation: 0
THANKYOU M.ANDREW.DENNIS!

xorgconfig worked!
 
Old 07-29-2007, 08:35 AM   #4
m.andrew.dennis
LQ Newbie
 
Registered: Jul 2007
Location: Dallas, TX
Distribution: Slackware
Posts: 11

Rep: Reputation: 0
Groovy

Glad it worked!!
 
  


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
trying to install FC6 on ibook from firewire optical drive steve02169 Linux - Laptop and Netbook 0 02-27-2007 10:27 PM
Help me to install linux on my ibook g4 please!! rave89 Linux - Laptop and Netbook 3 10-19-2005 02:29 PM
iBook Network install sg_Kbot Linux - Newbie 2 07-07-2005 08:30 PM
Debian install on iBook G3 (PPC) Mr_eX Debian 3 07-17-2004 10:31 PM
New YDL install on an iBook, 6 problems looking for solutions Castaa Linux - Newbie 3 04-02-2004 12:32 PM

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

All times are GMT -5. The time now is 08:20 PM.

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