What's the magic line of code to boot nvidea pci cards?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

What's the magic line of code to boot nvidea pci cards?

#1 Post by Smithy »

Well this was embarassing.
Took Puppy Artful on a stick round to a friend's man cave studio.
Stuck it in a Packard Bell core duo or dual core era pc. Well it seemed to be doing the usual until at the end the desktop went black and then ended it up with a severely distorted looking screen, which we could just make out that it had a badly distorted windows logo on it.

Was like puppy had tried to morph windows like in The Fly film.
Locked up completely. Tried it three times tweaking bios settings but just the same lockup at the end.

I stuck the same stick in a laptop which has a built in nvidia and that booted up fine.

Do I need to add nouveaux line in syslinux config so it will boot?
BTW I would be happy with vesa driver or whatever.
This is what I have normally used.

default puppy
display boot.msg
prompt 1
timeout 50

F1 boot.msg
F2 help.msg
F3 help2.msg

label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=usbflash

Thanks for any info, will try and get the model of the pci card if I can.
It's probably quite oldish though, I saw a little spider living there.
EDIT: NVIDEA Quadro FX 540

we tried peering in with a torch, but the pc was set back behind synths, modules and various pedals and miles of spaghetti, that we just broke out the beers instead.. seven just boots dandy with it, 4gb ram.

Would be nice for it to just work though..dented pride and all that bunkum lol.

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#2 Post by OscarTalks »

You can try
nouveau.modeset=0
or
nouveau.noaccel=1
are they the ones you mean?
Oscar in England
Image

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3 Post by bigpup »

Was the stick setup when using it on a different computer?
Using a save with settings for that computer?
If yes.
Settings are not going to work on a different computer.

Put pfix=ram on the end of the append line.
That should stop the save from being used.

Code: Select all

label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=usbflash pfix=ram
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#4 Post by Smithy »

Yes Oscartalks, that looks like the ones.
I'm sure I did try pressing F3 and then typing puppy nouveau.modeset=0
to the boot procedure and it didn't work. Still corrupted the screen at the end.

So I just want to add it to the syslinux.cfg and try that
Would I put the line in underneath
append initrd=initrd.gz pmedia=usbflash?

I will make a couple of syslinux.cfg files and stick em in a folder on the stick to swap out alternately to the root of the stick.

Bigpup, it's ready to boot on any pc, no save files involved.

EDIT: Thanks, the line worked and it booted to desktop.
Last edited by Smithy on Sat 23 Jun 2018, 14:36, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#5 Post by bigpup »

Code: Select all

append initrd=initrd.gz pmedia=usbflash nouveau.modeset=0
Could try pfix=nox
At the prompt run xorgwizard
Try the vesa driver or some of the other driver options in xorgwizard
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Post Reply