Can't load slacko-5.5, precise-5.5 or precise 5.6

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

Can't load slacko-5.5, precise-5.5 or precise 5.6

#1 Post by ravensrest »

I have a Gateway NV55S09u computer (AMD quad core, 64 bit) with 4 gig of memory. I have downloaded and burned copies of Slacko-5.5-4g, Precise 5.5 and Precise 5.6. In each case the programs load to the point where the "loading kernel modules" message appears. Then I am presented with a colored snow screen with a roughly 1"x1" mouse cursor, also of colored snow. The cursor is responsive to the mouse pad. If I try pfix=nox I simply get a blank dark screen when the kernel modules start to load. Rebooting is necessary to escape.

Slacko, Wary, Racy 5.3 and older all load. What is happening, and how do I fix it?

ed.: just downloaded, burned and ran Racy 5.5. Worked fine.

Thanks for any light you can shed on my problems.
BS

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#2 Post by cthisbear »

Maybe try>>>

puppy pfix=ram nouveau.modeset=0

or

puppy pfix=ram nouveau,noaccel=1

http://murga-linux.com/puppy/viewtopic. ... 8&start=60

:::::

Specs:

http://slickdeals.net/permadeal/61526/b ... win-7-prem

Good luck....Chris.

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#3 Post by ravensrest »

Thanks cthisbear, but neither option worked. Same results as before

BTW, I am unfamiliar with the options you suggested; I know only those available at boot time from the boot messages. Where can I find additional options?

BS

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#4 Post by rcrsn51 »

Your Gateway NV55S09u appears to have Radeon graphics.

Try booting with

Code: Select all

puppy radeon.modeset=0

gcmartin

#5 Post by gcmartin »

@Ravensrest

The options that are suggested are to be used when your machine boots and pauses at the Puppy boot screen.

Also, once there, If you hit the "F2" key, you will see options that others offer to try. Also F3 will give additional boot-time options.

Hope this helps

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#6 Post by `f00 »

@ravensrest
If the "puppy radeon.modeset=0" bootcode gives you a usable display/desktop, you can set that boot parameter in /etc/modprobe.d/radeon.conf file - edit to change the "1" to a "0"

With some vidcards, xorg (in the more recent pups) will do that blackscreen bit when attempting to start the X server :|

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#7 Post by ravensrest »

Once again, rcrsn51, you have been an invaluable aid! "puppy radeon.modeset=0" does allow Precise-5.5 and Slacko-5.5 to come up running, and Precise-5.6 defaults to the xorgwizard. But there are problems I do not understand. First, with Precise-5.6 the xorgwizard gives me a choice of ATI, radeon, modesetting, or VESA drivers, but only VESA will work. In Precise-5.5 or Slacko-5.5 attempting to change the video mode will result in xwin not restarting even if the original mode is chosen again. Reboot is necessary. Same happens with Precise-5.6, but xorgwizard will let me reselect VESA. The max resolution appears to be 1024x768 even though the xorgwizard shows it as 1366x768. I can reduce the resolution, but not increase it.

Other clues: when F2 is selected at boot time, the message "DESKTOP FAIL: Black-screen/hangs" appears at the bottom of the page before typing in any commands. In Precise-5.6, when ATI or radeon driver is selected and tested the message "Fatal server error: no screens found" appears. I did look in xorg.conf to confirm there is a Screen0 defined. Also in xorg.conf, the resolution is stated at 1024x768 even though the preferred is 1366x768.

Is it possible that the ATI drivers are not present?

One other question: where does one find all the options that are available at boot time? The F2 and F3 keys do not even show the ones you all have suggested.

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#8 Post by Ted Dog »

same driver display issue with my AMD notebook.. also no sound.

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#9 Post by ravensrest »

Since my original post I have learned that this appears to be a problem with radeon and KMS, and that the option "radeon.modeset=0" is a message GRUB passes to the linux kernel, not a Puppy option.

However, there is something I still don't understand. Radeon, and I presume Ted Dog's AMD, do support KMS, so why do we have to disable it with modeset=0 in Puppy? All of my versions of Puppy will work if I do this either in GRUB or in etc/modprobe.d/radeon.conf, but won't start xwin if I don't. It also appears as if all the software add-ons needed for radeon are present in /lib/firmware/radeon.

Appreciate any info you can give me.

BS

Post Reply